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

Trajectory Tracking of URDF/ROS model in Gazebo

asked 2018-08-19 11:06:14 -0500

Maulik_Bhatt gravatar image

Hello,

I have a made a URDF model of a robot and currently spawning it in Gazebo. I have used diff_drive_controller to spawn it. Now, I want to track the model in a particular trajectory. Are there any tutorial available on internet? Can anyone help me regarding this?

edit retag flag offensive close merge delete

Comments

With "tracking", do you mean:

  1. keep track of where the robot has been (and draw a line or something similar)
  2. control where the robot should go, using a path with changing positions over time
gvdhoorn gravatar image gvdhoorn  ( 2018-08-20 01:06:57 -0500 )edit

Hello, With tracking I meant I should be able to control where the robot should go, using a path with changing positions over time.

Maulik_Bhatt gravatar image Maulik_Bhatt  ( 2018-08-20 01:18:54 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-08-20 01:45:07 -0500

gvdhoorn gravatar image

I meant I should be able to control where the robot should go

the common approach for this would be to first setup the navigation stack. If/when that is working, and you really want to dictate a path (ie: not give a destination and have the robot figure it out by itself) search ROS Answers for Q&A's about how to send a sequence of goals to move_base.

edit flag offensive delete link more

Comments

Thank you for the help.

Maulik_Bhatt gravatar image Maulik_Bhatt  ( 2018-08-20 02:28:14 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2018-08-19 11:06:14 -0500

Seen: 872 times

Last updated: Aug 20 '18