ros2 service list
I have a question that why I can't see the service I have developed with below command line: ros2 service list
Appreciate any explaination from anyone.
Thanks Rongcai
I have a question that why I can't see the service I have developed with below command line: ros2 service list
Appreciate any explaination from anyone.
Thanks Rongcai
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2021-10-21 00:35:02 -0500
Seen: 29 times
Last updated: Oct 21 '21
How to properly use nav2_costmap_2d node
ros2 launch: How to select parameters yaml file depending on parameter?
What are the industry best practices for the URDF / SDF mismatch?
Pausing/resuming a navigation task using Nav2 Python Simple Commander
How to create waypoints for nav2 based on saved .pgm map?
Create3, wheel transform in Gazebo classic
Ros Instalation Error - Unable to locate package ros-galactic-desktop
Did you build your package?
Colcon build
Thanks Ranjit a lot. I can show the service(ros2 service list) now only when the service is started.
However I'd like to ask how does the command line(ros2 service list) detect all the running services?
thanks Rongcai
This is handled by the underlying DDS. See this post: https://answers.ros.org/question/3273...
If your question has been answered, please add the answer below & mark it "accepted." That way others will know that this is solved. Thanks!