In the rosject “ros basic in 5 days python”, when i tip “rostopic echo /scan” in the web shell, nothing is send thru. Only when i tip “roslaunch realrobotlab main.launch” the scan topic is send. In the real robots the same.
@mds1990
Something must be publishing to the /scan
topic before you can echo it:
- For the simulation, you need to start the simulation with
roslaunch realrobotlab main.launch
first. It’s the simulation that publishes to the/scan
topic. - For the real robot, this might be a bug in the robot. Please follow this topic for updates on that:
PS: Are you doing the ROS 2 or ROS 1 course?
i am doing ROS 1 course.
@mds1990
Thanks for the clarifications. We’re looking into it.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.