ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you need to listen for the custom messages, you need to source devel/setup.bash first:
source devel/setup.bash
rostopic echo /generate_tool_paths/result
If you just source something like /opt/ros/noetic/setup.bash, this is enough for the simple built-in messages to work but not for others.