pyrobosim_ros.ros_interface.WorldROSWrapper.velocity_command_callback

WorldROSWrapper.velocity_command_callback(msg, robot)

Handle single velocity command callback.

Parameters:
  • msg (geometry_msgs.msg.Twist) – The incoming velocity message.

  • robot (pyrobosim.core.robot.Robot) – The robot instance corresponding to this message.