HOW TO run the package
Attention
before running the package, make sure to have a robotic environment to run.
This package can be launched using the run.launch
package, providing these ways to launch the project:
one component
# navigation only
roslaunch robocluedo_movement_controller run.launch launch_nav_controller:=true launch_manip_controller:=false
# manipulation only
roslaunch robocluedo_movement_controller run.launch launch_manip_controller:=true launch_nav_controller:=false
# both (default)
roslaunch robocluedo_movement_controller run.launch
# launch the low level only
roslaunch robocluedo_movement_controller run.launch launch_manip_controller:=false launch_nav_controller:=false
combining the options
of course you can combine the options. for instance,
roslaunch robocluedo_movement_controller run.launch launch_nav_controller:=true launch_manip_controller:=false nav_type:=navstack