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

navigation tutorial dependencies

asked 2011-07-31 08:08:34 -0500

ringo42 gravatar image

updated 2011-08-22 10:01:47 -0500

mjcarroll gravatar image

I have done the URDF tutorial and have a model of my robot. I also have a neato lidar sensor publishing data using http://www.ros.org/wiki/xv_11_laser_d... . Odometry is being published by the Serializer package.

My question is in the Navigation tutorial it says to do a "roscreate-pkg my_robot_name_2dnav move_base my_tf_configuration_dep my_odom_configuration_dep my_sensor_configuration_dep"

What do I put in for "my_tf_configuration_dep" "my_odom_configuration_dep" and "my_sensor_configuration_dep"

Thanks in advance

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2011-07-31 11:14:16 -0500

Pi Robot gravatar image

Hi Ringo,

I believe these refer to packages you already use for your sensors (e.g. your xv11 laser), odometry data (your serializer) and your URDF description which may or may not be in its own packge (e.g. my_robot_description). So one possibility in your case would be:

$ roscreate-pkg my_robot_name_2dnav move_base xv_11_laser_driver serializer my_robot_description

If you already have a working package for your robot (e.g my_robot_package) that itself depends on the xv_11_laser_driver and serializer packages as well as your URDF description, you could use:

$ roscreate-pkg my_robot_name_2dnav move_base my_robot_package

--patrick

edit flag offensive delete link more

Comments

Thanks. Do you happen to have a launch file that works for the navigation tutorial I can use for a template. I'm not sure exactly what to put for things like odom_node_type, transform_configuration_type, etc.
ringo42 gravatar image ringo42  ( 2011-08-04 13:36:23 -0500 )edit

Question Tools

Stats

Asked: 2011-07-31 08:08:34 -0500

Seen: 1,779 times

Last updated: Jul 31 '11