P10 ROS node programming-robot chassis base node

ROS robot chassis base node

The role of the base node:

  1. Prepare the odometer message for move_base
  2. Forward cmd_vel message for move_base
  3. Broadcast tf

What kind of information the base node needs to integrate:

  1. Integrate linear velocity and angular velocity information
  2. Publish tf, publish odom through calculation
  3. move_base
  4. slam_gmapping

The speed information transmitted from the chassis is integrated to obtain the position information of the trolley. Then publish the odometer information (including position and pose). Pose: speed and heading

Guess you like

Origin blog.csdn.net/weixin_44937328/article/details/115029322