RoboticaUtnFrba / create_autonomy

ROS autonomy stack for iRobot Create 2.
BSD 3-Clause "New" or "Revised" License
28 stars 38 forks source link

Fix parameter name for global planners #266

Closed eborghi10 closed 2 years ago

eborghi10 commented 2 years ago

Description

An error reported by a student led me to realize that the global planners were not being set correctly for move_base nor move_base_flex. This PR sets the base_global_planner parameter for global planners.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Also list any relevant details for your test configuration.

export NAVIGATION=mbf 
export LOCALIZATION=slam 
export LASER=rplidar 
export RVIZ=true 
export NODELET=false 
roslaunch ca_gazebo create_house.launch

Test Configuration:

Checklist: