navigation tutorial dependencies
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