Gazebo | Ignition | Community
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Publish to topic vel_cmd of plugin Diff drive

I have added the model Pioneer 2DX to an empty world. This model comes with the plugin DiffDrive.

<plugin filename="libDiffDrivePlugin.so" name="diff_drive">
  <left_joint>left_wheel_hinge</left_joint>
  <right_joint>right_wheel_hinge</right_joint>
  <torque>5</torque>
</plugin>

Running gz topic -l I get the topic:

/gazebo/default/pioneer2dxCamera/vel_cmd

How do I control the robot without using ROS?

I'm getting crazy figuring out how to publish to topic vel_cmd to control this robot.

Publish to topic vel_cmd of plugin Diff drive

I have added the model Pioneer 2DX to an empty world. This model comes with the plugin DiffDrive.

<plugin filename="libDiffDrivePlugin.so" name="diff_drive">
  <left_joint>left_wheel_hinge</left_joint>
  <right_joint>right_wheel_hinge</right_joint>
  <torque>5</torque>
</plugin>

Running gz topic -l I get the topic:

/gazebo/default/pioneer2dxCamera/vel_cmd

How do I control the robot without using ROS?

I'm getting crazy figuring out how to publish to topic vel_cmd to control this robot.

Publish to topic vel_cmd of plugin Diff driveHow do I control the robot without using ROS?

I have added the model Pioneer 2DX to an empty world. This model comes with the plugin DiffDrive.

<plugin filename="libDiffDrivePlugin.so" name="diff_drive">
  <left_joint>left_wheel_hinge</left_joint>
  <right_joint>right_wheel_hinge</right_joint>
  <torque>5</torque>
</plugin>

Running gz topic -l I get the topic:

/gazebo/default/pioneer2dxCamera/vel_cmd

How do I control the robot without using ROS?

I'm getting crazy figuring out how to publish to topic vel_cmd to control this robot. robot.