/ros2_topics_quiz

ROS 2 controlling a robot

Primary LanguageC++

topics_quiz

To have the robot "patrol" (i.e. move constantly while avoiding obstacles), there are three factors:

  1. The frequency of the messages to /cmd_vel.
  2. The angle ranges for left, front, and right.
  3. The linear and angular speeds of the robot.