ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

What I'll need to implement for real robot instead of using gazebo plugin?

asked 2016-02-08 04:02:49 -0500

vovka gravatar image

For moving robot in simulated world I'm using differential_drive_controller gazebo plugin, but I wonder what it'll be needed to implement for real custom robot for moving it in real world.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-02-12 20:08:50 -0500

The Gazebo plugin takes in the Twist message and turns it into a virtual left motor and right motor command to make the simulated robot move in the simulation.

Your real robot code will need to take in the Twist message and turn it into a real left motor and right motor command to make the real robot move. The details of that really depends on your robot hardware.

edit flag offensive delete link more

Comments

@Kurt Leucht, thanks for your response. Do you know where I can see some examples of it?

vovka gravatar image vovka  ( 2016-02-19 09:06:52 -0500 )edit

How to command motors completely depends on your hardware. What is your hardware? How do you intend to send commands to your motors? What is the hardware device that you need to send commands to?

Kurt Leucht gravatar image Kurt Leucht  ( 2016-02-19 12:52:14 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2016-02-08 04:02:49 -0500

Seen: 709 times

Last updated: Feb 12 '16