This page lists changes that were made in the 1.2.x series of navigation.
For future plans, see the roadmap. See also navigation/Releases.
1.2.3 - (Forthcoming)
- Fix from Eric Perko for incorrectly computing the maximum velocity to stop before getting too close to an object.
- Moving tests to use rosrecord instead of rosbag
1.2.2 - (2010-08-01)
- Bug fix for missing check that could allow the robot to move backwards under some configurations.
- Put in a check for map origins with rotations since the costmap cannot support them
1.2.1 - (2010-07-16)
Bug fix for non-forward-facing lasers <<Ticket(ros-pkg 4207)>>.
- Now allows for maps to be passed in that are in different global frames
- Fixing bug in navfn for changing global frames
1.2.0 - (2010-07-07)
Changes since 1.0 release:
- Now allows for maps to be passed in that are in different global frames
- TrajectoryPlannerROS now exposes a checkTrajectory function which allows users to check if a given velocity is legal.
Applied patch to allow setting the pose of the robot using the initialpose topic. <<Ticket(ros-pkg 4113)>>
Allow filter to initialize from vo measurement <<Ticket(wg-ros-pkg 3885)>>
- Added a clear_unknown_space service to move_base that allows external users to clear unknown space around the robot in the costmap.
- Adding a make_plan service to navfn that allows the use of the planner via ROS.
Minor fixes since 1.1.4 release:
- Bug fix for setting the convex polygon cost on the costmap ROS wrapper.