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

navigation urdf

asked 2019-10-23 05:59:51 -0500

Crowdeal gravatar image

updated 2019-10-23 06:00:19 -0500

Hello!

I am a new to ros

I follow the tutorial http://wiki.ros.org/navigation/Tutori...

but i didnt see anything about urdf file

If i want to use my robot to navigation

should i need a urdf about my robot ?

edit retag flag offensive close merge delete

Comments

Yes, you will need that or create something that at minimum publishes your transforms

stevemacenski gravatar image stevemacenski  ( 2019-10-23 11:58:08 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-10-23 22:04:30 -0500

fergs gravatar image

You need a transform between whatever TF frame your laser is publishing data and the "base_link" or equivalent frame that is the center of your robot. There is a link in section 1.2 of the tutorial you linked: http://wiki.ros.org/navigation/Tutori... - which walks through how to make sure you have TF working.

Creating a URDF is one possible way of having the TF data - or you could use the code shown in the link above -- or possibly easiest is to use the static_transform_publisher node found in the tf2_ros package.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-10-23 05:59:51 -0500

Seen: 320 times

Last updated: Oct 23 '19