Skip to main content

Questions tagged [action-server]

0 votes
0 answers
7 views

Context Hello, I recently wanted to implement a ros2 node (in rclpy) that manages multiple action servers. I wanted to make sure that only one action goal can be ...
MIKE PAPADAKIS's user avatar
0 votes
0 answers
31 views

I'm trying to code a C++ action that contain an ACCEPT_AND_DEFER response. Currently, I code the queuing myself but I'm wondering if there is any functionnality in the ROS API that can help us achieve ...
EmmanuelSchneider's user avatar
0 votes
0 answers
29 views

i am unable to send goal to the ros2 action server more than once here the code ...
braib's user avatar
  • 11
0 votes
0 answers
72 views

I'm working with a custom ROS 2 Action Server that coordinates a hybrid automaton. When a goal is received, the server triggers a set of services and continuously publishes feedback until a mission-...
RyanQUB's user avatar
0 votes
0 answers
13 views

I've a specific usecase where I would like to know from which node the action goal has received to the action server. I would like to limit my action server to receive goals from 2-3 specific action ...
saikishor's user avatar
0 votes
2 answers
96 views

I'm working with ROS2 Humble and I want to create an Action Server in a Lifecycle node. However, when I set the LN to configure state it says [ros2run]. How can I ...
Javier Arambarri Calvo's user avatar
0 votes
0 answers
36 views

When I run the same action a second time, after it finished successfully, it doesn't respond and outputs: Waiting for an action server to become available.... I ...
Javier Arambarri Calvo's user avatar
0 votes
0 answers
15 views

Goal: I want to turn my robot using an IMU. Motors are moved by publishing in their related topics, and IMU data is read by subscribing to its topic. The turn is started by calling an action. The node ...
Javier Arambarri Calvo's user avatar
2 votes
0 answers
34 views

I want to migrate ActionServer from ROS1 to ROS2, however the Tutorial is minimal, can you please tell me how can I migrate the functionalities in the code below? thanks in advance. ...
bhomaidan90's user avatar
1 vote
1 answer
160 views

I'm on ROS2 Humble using python. I am building an node to process the feedback of the action server of a different node. Let's call the first node Tracker and the second one Detector. Tracker ...
Agent J's user avatar
  • 21
0 votes
1 answer
47 views

I'm working on a ROS2 Iron project and have encountered a perplexing issue with my action servers. I've implemented collision checking modification without using MoveIt Task Constructor (which isn't ...
Florian Schneider's user avatar
0 votes
1 answer
152 views

when the goal_callback function in the Action Server returns GoalResponse.REJECT, instead of GoalResponse.ACCEPT, the Action Client hangs. How I can make client also gives rejection response to me?
Jarvis pjotrlake07 Elliot's user avatar
1 vote
1 answer
51 views

Error: ModuleNotFoundError: No module named 'my_server.action'; 'my_server' is not a package I have the following structure: ...
Gabriele's user avatar
0 votes
0 answers
71 views

I think I've followed the instructions for this ROS Tutorial and have the following files plus config file changes: ...
Jevers's user avatar
  • 11
1 vote
1 answer
209 views

From the Action design doc: https://github.com/ros2/design/blob/gh-pages/articles/actions.md ...
Jake's user avatar
  • 23

15 30 50 per page