For Bracket Bot hackathon

Key Topics

  1. robot/drive: Used for sending movement commands to the robot.
  2. robot/tof_map: Publishes Time-of-Flight sensor data for mapping.
  3. robot/local_path: Communicates path planning information.
  4. robot/odometry: Broadcasts the robot’s current position and orientation.
  5. robot/path_completed: Signals when a planned path has been completed.

Publishing messages

client.publish(MQTT_TOPIC_DRIVE, "forward")