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

Commit c9fd50f

Browse files
committed
1.16.7
1 parent 1e42b3c commit c9fd50f

File tree

32 files changed

+48
-48
lines changed

32 files changed

+48
-48
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.16.7 (2020-08-27)
6+
-------------------
77
* (AMCL) add resample limit cache [Melodic] (`#1012 <https://github.com/ros-planning/navigation/issues/1012>`_)
88
* Contributors: Matthijs van der Burgh
99

amcl/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>amcl</name>
5-
<version>1.16.6</version>
5+
<version>1.16.7</version>
66
<description>
77
<p>
88
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.16.7 (2020-08-27)
6+
-------------------
77
* occdist_scale should not be scaled by the costmap resolution as it doesn't multiply a value that includes a distance. (`#1000 <https://github.com/ros-planning/navigation/issues/1000>`_)
88
* Contributors: wjwagner
99

base_local_planner/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>base_local_planner</name>
5-
<version>1.16.6</version>
5+
<version>1.16.7</version>
66
<description>
77

88
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.16.7 (2020-08-27)
6+
-------------------
77

88
1.16.6 (2020-03-18)
99
-------------------

carrot_planner/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>carrot_planner</name>
5-
<version>1.16.6</version>
5+
<version>1.16.7</version>
66
<description>
77

88
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.16.7 (2020-08-27)
6+
-------------------
77

88
1.16.6 (2020-03-18)
99
-------------------

clear_costmap_recovery/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>clear_costmap_recovery</name>
5-
<version>1.16.6</version>
5+
<version>1.16.7</version>
66
<description>
77

88
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.16.7 (2020-08-27)
6+
-------------------
77
* add explicit call to ros::Timer::stop in the destructor (`#984 <https://github.com/ros-planning/navigation/issues/984>`_)
88
Co-authored-by: Dima Dorezyuk <dorezyuk@magazino.eu>
99
* backport noetic memory fixes (`#983 <https://github.com/ros-planning/navigation/issues/983>`_)

costmap_2d/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>costmap_2d</name>
5-
<version>1.16.6</version>
5+
<version>1.16.7</version>
66
<description>
77
This package provides an implementation of a 2D costmap that takes in sensor
88
data from the world, builds a 2D or 3D occupancy grid of the data (depending

0 commit comments

Comments
 (0)