Size: 5066
Comment:
|
← Revision 103 as of 2013-03-08 21:25:38 ⇥
Size: 1478
Comment: added 1.10 section
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
For future plans, see the [[navigation/Roadmap|roadmap]]. See also [[navigation/ReleaseProcess]]. | For future plans, see the [[navigation/Roadmap|roadmap]]. See also [[navigation/Releases]]. |
Line 7: | Line 7: |
= 0.9.0 (forthcoming) = | = 1.10.x Series (Groovy) = Please see [[navigation/ChangeList/1.10 | navigation 1.10.x ChangeLists]] |
Line 9: | Line 10: |
== New Features == * [[amcl]]: Updating amcl so that the coordinate frames it uses can be set via parameters * [[costmap_2d]]: Can now save pgm files of the costmap to help with debugging if the user desires |
= 1.9.x Series (Groovy Alpha) = Please see [[navigation/ChangeList/1.9 | navigation 1.9.x ChangeLists]] |
Line 13: | Line 13: |
== Bug Fixes == * [[costmap_2d]]: Fixed a bug in obstacle re-inflation after raytracing * [[robot_pose_ekf]]: Update bag downloading and fix assert in regression test exit * [[base_local_planner]]: The local plan published by the planner for visualization purposes now includes orientation information = 0.5.0 = == New Features == * [[base_local_planner]]: Added "y_vels" parameter to allow holonomic robot users to control the y velocities that their robot will explore * All packages in the stack have passed documentation reviews == Minor Updates == * [[robot_pose_ekf]]: Make parent-child tags in internal buffer consistent. Update to new tf::StampedTransform data type. * [[costmap_2d]]: Fixed many deprecation warnings resulting from new release of [[geometry]] stack * [[base_local_planner]]: Fixed many deprecation warnings resulting from new release of [[geometry]] stack * [[move_base]]: Fixed many deprecation warnings resulting from new release of [[geometry]] stack == Deprecations == * [[base_local_planner]]: The min_vel_th, max_vel_th, and min_in_place_vel_th parameters have now been removed, update to max_rotational_vel and min_in_place_rotational_vel * [[costmap_2d]] The "inscribed_radius" and "circumscribed_radius" parameters have now been removed, switch to the "robot_radius" parameter or the "footprint" parameter. == Bug Fixes == * [[costmap_2d]]: Fixed clearing the robot footprint of obstacles for circular robots. == Package Moves == * All the tutorials for the navigation stack have moved to the [[ros_pkg_tutorials]] stack. |
= 1.8.x Series (Fuerte) = Please see [[navigation/ChangeList/1.8 | navigation 1.8.x ChangeLists]] |
Line 41: | Line 17: |
= 0.4.0 = | = 1.7.x Series (Fuerte Alpha) = Please see [[navigation/ChangeList/1.7 | navigation 1.7.x ChangeLists]] |
Line 43: | Line 20: |
== New Features == * [[costmap_2d]]: Added "track_unknown_space" parameter to control whether or not the purely 2D costmap should reason about unknown space |
= 1.6.x Series (Electric) = Please see [[navigation/ChangeList/1.6 | navigation 1.6.x ChangeLists]] |
Line 46: | Line 23: |
== Bug Fixes == * [[costmap_2d]]: Fixed improper initialization of the costmap when unknown space is not being considered. * [[map_server]]: Fixed test on getting metadata |
= 1.5.x Series (Electric Alpha) = Please see [[navigation/ChangeList/1.5 | navigation 1.5.x ChangeLists]] |
Line 50: | Line 26: |
== Deprecations == * [[base_local_planner]]: The min_vel_th, max_vel_th, and min_in_place_vel_th parameters have been deprecated in favor of max_rotational_vel and min_in_place_rotational_vel |
= 1.4.x Series (Diamondback) = Please see [[navigation/ChangeList/1.4 | navigation 1.4.x ChangeLists]] |
Line 53: | Line 29: |
= 0.3.1 = | = 1.3.x Series (Unstable, Diamondback Alpha) = Please see [[navigation/ChangeList/1.3 | navigation 1.3.x ChangeLists]] |
Line 55: | Line 32: |
== New Features == * [[map_server]] - The map server now supports a latched topic interface * [[map_server]] - The map server is now API cleared |
= 1.2.x Series (C Turtle) = Please see [[navigation/ChangeList/1.2 | navigation 1.2.x ChangeLists]] |
Line 59: | Line 35: |
== Bug Fixes == * [[amcl]] - Fixed failing tests and bug where amcl failed to initialize the map origin. * [[map_server]] = Fixed failing tests due to a missing file |
= 1.1.x Series (C Turtle Alpha) = Please see [[navigation/ChangeList/1.1 | navigation 1.1.x ChangeLists]] |
Line 63: | Line 38: |
= 0.3.0 = == New Features == * [[costmap_2d]]: Publishes the footprint of the robot, computes the inscribed and circumscribed radii of the robot automatically from the footprint specified, supports circular robots if no footprint specification is loaded on the parameter server through the "robot_radius" parameter. * [[base_local_planner]] : Minor modifications to support circular robots. * The following packages are now API Cleared: [[amcl]], [[base_local_planner]], [[carrot_planner]], [[costmap_2d]], [[fake_localization]], [[move_base]], [[move_base_msgs]], [[nav_core]], [[nav_view]], ([[voxel_grid]] -- Note: No supported public API for voxel_gird) * The following packages are DOC Reviewed: [[robot_pose_ekf]] * The following packages are in the API review process: [[map_server]] |
= 1.0.x Series (Box Turtle) = Please see [[navigation/ChangeList/1.0 | navigation 1.0.x ChangeLists]] |
Line 71: | Line 41: |
== Deprecated == * [[base_local_planner]] : Removed drawFootprint() method in !TrajectoryPlanner since publishing the footprint is now the costmap's responsibility. * [[move_base]], [[costmap_2d]], [[base_local_planner]], [[navfn]]: Changed the ROS API for the move_base node to move away from private topics. * [[costmap_2d]] The "inscribed_radius" and "circumscribed_radius" parameters have been deprecated in favor of the "robot_radius" parameter. == Backwards Compatibility == * [[move_base]], [[costmap_2d]], [[base_local_planner]], [[navfn]]: Using the deprecated interface for the navigation stack requires adding an include to your launch file. Instructions on this can be found on the [[move_base]] documentation page. * [[costmap_2d]] Old parameters will work, but you will receive warnings from using them. == Bug Fixes == * [[nav_view]]: Fixed crash on intel GPUs (or any GPU not supporting textures of size >2048 on a side) = 0.2.0 (09-2009) = ''costmap_2d'': The update map cycle will now clear the footprint of the robot explicitly, this removes the need for the clearRobotFootprint() method call on the Costmap2DROS object. Major changes: Minor changes and bug fixes: ''costmap_2d'': Updated to work with the new ros::Rate, will not spew warnings incorrectly anymore. |
= Pre 1.0 = Please see [[navigation/ChangeList/Pre-1.0 | navigation Pre 1.0 ChangeLists]] |
This page lists changes that are made in each navigation stack release.
For future plans, see the roadmap. See also navigation/Releases.
Contents
- 1.10.x Series (Groovy)
- 1.9.x Series (Groovy Alpha)
- 1.8.x Series (Fuerte)
- 1.7.x Series (Fuerte Alpha)
- 1.6.x Series (Electric)
- 1.5.x Series (Electric Alpha)
- 1.4.x Series (Diamondback)
- 1.3.x Series (Unstable, Diamondback Alpha)
- 1.2.x Series (C Turtle)
- 1.1.x Series (C Turtle Alpha)
- 1.0.x Series (Box Turtle)
- Pre 1.0
1.10.x Series (Groovy)
Please see navigation 1.10.x ChangeLists
1.9.x Series (Groovy Alpha)
Please see navigation 1.9.x ChangeLists
1.8.x Series (Fuerte)
Please see navigation 1.8.x ChangeLists
1.7.x Series (Fuerte Alpha)
Please see navigation 1.7.x ChangeLists
1.6.x Series (Electric)
Please see navigation 1.6.x ChangeLists
1.5.x Series (Electric Alpha)
Please see navigation 1.5.x ChangeLists
1.4.x Series (Diamondback)
Please see navigation 1.4.x ChangeLists
1.3.x Series (Unstable, Diamondback Alpha)
Please see navigation 1.3.x ChangeLists
1.2.x Series (C Turtle)
Please see navigation 1.2.x ChangeLists
1.1.x Series (C Turtle Alpha)
Please see navigation 1.1.x ChangeLists
1.0.x Series (Box Turtle)
Please see navigation 1.0.x ChangeLists
Pre 1.0
Please see navigation Pre 1.0 ChangeLists