How do I use this plug-in or any movement plug-in?
Melodic on Ubuntu 18.04 Simulation in gazebo I created a urdf for my robot and I can get the robot to spawn in gazebo. The robot is imbalanced but I wanted to get try and get the robot to move before I started fixing the balancing issues. The plug-in I'm using is libgazeborosdiff_drive.so I've tried publishing from the command line using this input
rostopic pub /cmdvel geometrymsgs/Twist "linear: x: 0.0 y: 0.0 z: 0.0 angular: x: 0.0 y: 0.0 z: 1.0" -r 10
The robot just stays in one spot. The next part is my .urdf code
<?xml version="1.0"?>
Am I correct in assuming that I have to publish twist commands to the /cmd_vel topic to get this robot to move? I've tried the official ros resources but I'm new to programming so everything is hard for me to understand.
Asked by RichardVZ on 2023-05-23 08:44:45 UTC
Comments