-
Notifications
You must be signed in to change notification settings - Fork 5
Youbot SLAM navigation (no prior map)
GreatAlexander edited this page Dec 11, 2014
·
6 revisions
(Tested with Hydro, check and install any additional dependencies, sudo apt-get install ros-hydro-XXX)
- Install youbot_driver and youbot_driver_ros_interface.
- Install robot_joint_state_publisher (Required for youbot_driver_ros_interface youbot_joint_state_publisher)
- In your hydro_ws, clone the youbot_navigation repo (hydro_devel branch), and catkin_make. Make sure the workspace is sourced from now on.
- Install ros-hydro-move-base and ros-hydro-hokuyo-node (Required for youbot navigation local and base_front_hokuyo)
- Edit bringup_navigation.launch on youbot_navigation_common, replacing youbot_oodl with the newer youbot_driver_ros_interface, youbot_driver and youbot_joint_state_publisher launch files. This file will run everything that is needed for local navigation.
- The launch procedure goes youbot_driver_ros_interface youbot_driver.launch, youbot_driver_ros_interface youbot_joint_state_publisher.launch, youbot_navigation_common base_front_hokuyo_node.launch, youbot_navigation_local move_base_local.launch.
- All navigation data published through ROS can be visualised using rviz. Make sure to create the appropriate variables and subscribe to the correct topic.