Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit b47fa13

Browse files
committed
1.14.9
1 parent 2b6f3cb commit b47fa13

File tree

34 files changed

+51
-51
lines changed

34 files changed

+51
-51
lines changed

amcl/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package amcl
33
^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.14.9 (2021-01-05)
6+
-------------------
77
* (amcl) fix missing '#if NEW_UNIFORM_SAMPLING' (`#1081 <https://github.com/ros-planning/navigation/issues/1081>`_)
88
* Contributors: Matthijs van der Burgh
99

amcl/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>amcl</name>
3-
<version>1.14.8</version>
3+
<version>1.14.9</version>
44
<description>
55
<p>
66
amcl is a probabilistic localization system for a robot moving in

base_local_planner/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package base_local_planner
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.14.9 (2021-01-05)
6+
-------------------
77

88
1.14.8 (2020-08-27)
99
-------------------

base_local_planner/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>base_local_planner</name>
3-
<version>1.14.8</version>
3+
<version>1.14.9</version>
44
<description>
55

66
This package provides implementations of the Trajectory Rollout and Dynamic Window approaches to local robot navigation on a plane. Given a plan to follow and a costmap, the controller produces velocity commands to send to a mobile base. This package supports both holonomic and non-holonomic robots, any robot footprint that can be represented as a convex polygon or circle, and exposes its configuration as ROS parameters that can be set in a launch file. This package's ROS wrapper adheres to the BaseLocalPlanner interface specified in the <a href="http://wiki.ros.org/nav_core">nav_core</a> package.

carrot_planner/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package carrot_planner
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.14.9 (2021-01-05)
6+
-------------------
77

88
1.14.8 (2020-08-27)
99
-------------------

carrot_planner/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>carrot_planner</name>
3-
<version>1.14.8</version>
3+
<version>1.14.9</version>
44
<description>
55

66
This planner attempts to find a legal place to put a carrot for the robot to follow. It does this by moving back along the vector between the robot and the goal point.

clear_costmap_recovery/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package clear_costmap_recovery
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.14.9 (2021-01-05)
6+
-------------------
77

88
1.14.8 (2020-08-27)
99
-------------------

clear_costmap_recovery/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>clear_costmap_recovery</name>
3-
<version>1.14.8</version>
3+
<version>1.14.9</version>
44
<description>
55

66
This package provides a recovery behavior for the navigation stack that attempts to clear space by reverting the costmaps used by the navigation stack to the static map outside of a given area.

costmap_2d/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package costmap_2d
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.14.9 (2021-01-05)
6+
-------------------
77

88
1.14.8 (2020-08-27)
99
-------------------

costmap_2d/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>costmap_2d</name>
3-
<version>1.14.8</version>
3+
<version>1.14.9</version>
44
<description>
55
This package provides an implementation of a 2D costmap that takes in sensor
66
data from the world, builds a 2D or 3D occupancy grid of the data (depending

0 commit comments

Comments
 (0)