![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repopano_core pano_py pano_ros turtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_core_apps turtlebot_follower turtlebot_navigation turtlebot_panorama turtlebot_teleop |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.2.5 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | hydro |
Last Updated | 2014-03-24 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.2.5 (2014-03-25)
2.2.4 (2013-10-14)
2.2.3 (2013-09-27)
2.2.2 (2013-09-26)
2.2.1 (2013-09-23)
2.2.0 (2013-08-30)
- On gmapping, provide a realistic range for the kinect and reduce the map_update_interval (now use default value).
- Add bugtracker and repo info URLs.
- Rename include launchers to *.launch.xml.
- Changelogs at package level.
- URL for the pull request that will make the navi modules workaround redundant.
- Dependencies reviewed
2.1.x - hydro, unstable
2.1.1 (2013-08-09)
- Add few namespace-related changes
- Add safety controller to navigation demos
- Rationalize the use of velocity smoother: remap properly robot_cmd_vel, add comments, and avoid meaningless topic names"
- Adapt turtlebot_navigation configuration to hydro navi stack
2.1.0 (2013-07-19)
- Catkinized
Previous versions, bugfixing
Available in ROS wiki: http://ros.org/wiki/turtlebot_apps/ChangeList
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
base_local_planner | |
clear_costmap_recovery | |
navfn | |
rotate_recovery | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- launch/gmapping_demo.launch
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- launch/includes/gmapping.launch.xml
-
- scan_topic [default: scan]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_topic [default: odom]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-
Messages
Services
Plugins
Recent questions tagged turtlebot_navigation at Robotics Stack Exchange
![]() |
turtlebot_navigation package from turtlebot_apps repoturtlebot_actions turtlebot_apps turtlebot_calibration turtlebot_follower turtlebot_navigation turtlebot_rapps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.3.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/turtlebot/turtlebot_apps.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2017-11-22 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- OSRF
Authors
- Tully Foote
Changelog for package turtlebot_navigation
2.3.7 (2016-11-01)
- Parameterize AMCL and GMapping launch files for individual cameras. Changed amcl_demo.launch and gmapping_demo.launch to use the TURTLEBOT_3D_SENSOR environment variable to choose which version of the XXXX_amcl.launch.xml, XXXX_costmap_param.yaml, and XXXX_gmapping.launch.xml files it includes. This is done to allow custom AMCL or GMapping parameters specific to the 3D camera being used. These have also been parameterized to allow you to pass an argument to override these values. For cameras that do not have custom param files, their corresponding launch files are simply symlinks to the default files.
- remove superfluous leading '/' in topic names These are not needed as all topics in question are in the same namespace as the nodes. However, the '/' breaks namespacing, so it becomes impossible to move the whole launch file into a new namespace.
- Contributors: Kevin Wells, v4hn
2.3.6 (2016-06-29)
2.3.5 (2016-06-28)
2.3.4 (2016-06-28)
- Update CMakeLists.txt catkin_package() must be called before add_executable().
- Contributors: Jihoon Lee, commaster90
2.3.3 (2015-03-23)
- use env instead arg for map closes #134
- Contributors: roycho111
2.3.2 (2015-01-21)
2.3.1 (2014-12-30)
2.3.0 (2014-12-30)
-
base_frame and odom_frame are configurable
-
Added comment about track_unknown_space also to global_planner_param.yaml
-
Update move_base_params.yaml Removed base_global_planner parameter which was defined twice
-
- track_unknown_space parameter added to obstacle layer in costmap_common_param.yaml
- set allow_unknown global path planning to false and added note about needed track_unkown_space param
-
- Added default values for navfn comments
- Added global planner param file
- Added comment for global planner in move base param file
- Removed base_local_planner.yaml
-
Added navfn param file to move_base.launch.xml
-
Added param file for navfn global planner
-
restructure of custom param
-
fixed typo in move_base.launch.xml
-
added comments about dummy file
-
Load custom param file for move_base
-
set laser topic from launch file
-
set gmapping minimum score to 200
-
fixed few parameters
-
bugfix and param files clean up
-
bugfix move_base.launch.xml
-
updated turtlebot navigation params to use layer plugins
-
frame_id parameters can now be entered by user from launch file
-
Set frame_id parameters as arguments in amcl launch file
-
turtlebot navigation environment variables (map).
-
minimumScore in gmapping
-
typo bugfix for dwa-local-planner -> dwa_local_planner run_depends.
-
Run depend fix for dwa_local_planner
- constrain translational acceleration to match the smoother's profile, #93.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
tf | |
roscpp | |
sensor_msgs | |
catkin | |
move_base | |
map_server | |
amcl | |
gmapping | |
turtlebot_bringup | |
dwa_local_planner |
System Dependencies
Dependant Packages
Launch files
- laser/laser_amcl_demo.launch
-
- map_file [default: $(find turtlebot_navigation)/maps/willow-2010-02-18-0.10.yaml]
- laser/laser_gmapping_demo.launch
- laser/move_base_laser.launch
- launch/amcl_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- map_file [default: $(env TURTLEBOT_MAP_FILE)]
- custom_amcl_launch_file [default: $(find turtlebot_navigation)/launch/includes/amcl/$(arg 3d_sensor)_amcl.launch.xml]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- custom_param_file [default: $(find turtlebot_navigation)/param/$(arg 3d_sensor)_costmap_params.yaml]
- launch/gmapping_demo.launch
-
- 3d_sensor [default: $(env TURTLEBOT_3D_SENSOR)]
- custom_gmapping_launch_file [default: $(find turtlebot_navigation)/launch/includes/gmapping/$(arg 3d_sensor)_gmapping.launch.xml]
- launch/graveyard/graveyard_bump_navi_demo.launch
- Blind navigation demo; try to use navi stack just with bumper and cliff sensors. Before launching this: roslaunch turtlebot_bringup minimal.launch TODO: this app will only work on turtlebot2. We need to make bump2pcl work for both turtlebot2 and create. It also needs a good setup for the safety_controller.launch. i.e. a fair bit of work is needed.
-
- launch/includes/amcl/amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/astra_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/asus_xtion_pro_offset_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/kinect_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/amcl/r200_amcl.launch.xml
-
- use_map_topic [default: false]
- scan_topic [default: scan]
- initial_pose_x [default: 0.0]
- initial_pose_y [default: 0.0]
- initial_pose_a [default: 0.0]
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- launch/includes/gmapping/astra_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/asus_xtion_pro_offset_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/kinect_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/gmapping/r200_gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/move_base.launch.xml
- ROS navigation stack with velocity smoother and safety (reactive) controller
-
- odom_frame_id [default: odom]
- base_frame_id [default: base_footprint]
- global_frame_id [default: map]
- odom_topic [default: odom]
- laser_topic [default: scan]
- custom_param_file [default: $(find turtlebot_navigation)/param/dummy.yaml]
- launch/includes/safety_controller.launch.xml
- Safety controller
-
- launch/includes/velocity_smoother.launch.xml
- Velocity smoother
-