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
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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
Asked: 2021-10-21 00:35:02 -0600
Seen: 187 times
Last updated: Oct 21 '21
Which version of Colcon should I be using with which version of ROS?
Image file unavailable for Hello (real) World ROS course on EdX from TU Delft
First Install: Foxy or Galactic
ROS2 galactic installation from source fail
Binaries slam toolbox galactic
galactic keepout_filter inflation
Integration of Ignition to ROS2 galactic
Galactic rosbag2 deb package broken?
Installing ROS2 Foxy/Galactic on Big Sur M1 ARM - colcon build errors
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!