Skip to content

Commit 9c38de6

Browse files
committed
0.8.3
1 parent b0644b2 commit 9c38de6

File tree

18 files changed

+27
-27
lines changed

18 files changed

+27
-27
lines changed

fetch_calibration/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.8.3 (2021-03-06)
6+
------------------
77
* Initial noetic release
88
* Add velocity-factor in calibrate_robot (`#133 <https://github.com/fetchrobotics/fetch_ros/issues/133>`_)
99
Limit velocity factor so that it can only be used to slow down calibration.

fetch_calibration/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fetch_calibration</name>
4-
<version>0.8.2</version>
4+
<version>0.8.3</version>
55
<description>
66
Launch and configuration files for calibrating Fetch using the 'robot_calibration' package.
77
</description>

fetch_depth_layer/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.8.3 (2021-03-06)
6+
------------------
77
* Initial noetic release
88
* Updates maintainers
99
* Contributors: Alex Moriarty, Russell Toris

fetch_depth_layer/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fetch_depth_layer</name>
4-
<version>0.8.2</version>
4+
<version>0.8.3</version>
55
<description>The fetch_depth_layer package</description>
66

77
<author>Michael Ferguson</author>

fetch_description/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.8.3 (2021-03-06)
6+
------------------
77
* Initial noetic release
88
* Manually revert textures on URDF models (`#154 <https://github.com/fetchrobotics/fetch_ros/issues/154>`_)
99
* Updates maintainers

fetch_description/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fetch_description</name>
4-
<version>0.8.2</version>
4+
<version>0.8.3</version>
55
<description>
66
URDF for Fetch Robot.
77
</description>

fetch_ikfast_plugin/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.8.3 (2021-03-06)
6+
------------------
77
* Initial noetic release
88
* Updates maintainers
99
* Contributors: Alex Moriarty, Russell Toris

fetch_ikfast_plugin/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<package format="2">
33
<name>fetch_ikfast_plugin</name>
4-
<version>0.8.2</version>
4+
<version>0.8.3</version>
55
<description>
66
Kinematics plugin for Fetch robot, generated through IKFast
77
</description>

fetch_maps/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.8.3 (2021-03-06)
6+
------------------
77
* Initial noetic release
88
* Updates maintainers
99
* Contributors: Alex Moriarty, Russell Toris

fetch_maps/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fetch_maps</name>
4-
<version>0.8.2</version>
4+
<version>0.8.3</version>
55
<description>The fetch_maps package</description>
66

77
<author>Michael Ferguson</author>

fetch_moveit_config/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.8.3 (2021-03-06)
6+
------------------
77
* Initial noetic release
88
* Add srdf file path argument to move_group.launch
99
* Use xacro to load fetch.srdf

fetch_moveit_config/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package format="2">
33

44
<name>fetch_moveit_config</name>
5-
<version>0.8.2</version>
5+
<version>0.8.3</version>
66
<description>
77
An automatically generated package with all the configuration and launch files for using the fetch_urdf with the MoveIt Motion Planning Framework
88
</description>

fetch_navigation/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.8.3 (2021-03-06)
6+
------------------
77
* Initial noetic release
88
* Add launch_map_server argument in fetch_nav.launch (`#147 <https://github.com/fetchrobotics/fetch_ros/issues/147>`_)
99
* Add use_map_topic arg in fetch_nav.launch (`#145 <https://github.com/fetchrobotics/fetch_ros/issues/145>`_)

fetch_navigation/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fetch_navigation</name>
4-
<version>0.8.2</version>
4+
<version>0.8.3</version>
55
<description>Configuration and launch files for running ROS navigation on Fetch.</description>
66

77
<author>Michael Ferguson</author>

fetch_ros/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.8.3 (2021-03-06)
6+
------------------
77
* Initial noetic release
88
* Updates maintainers
99
* Contributors: Alex Moriarty, Russell Toris

fetch_ros/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>fetch_ros</name>
5-
<version>0.8.2</version>
5+
<version>0.8.3</version>
66
<description>Fetch ROS, packages for working with Fetch and Freight</description>
77
<maintainer email="[email protected]">Sarah Elliott</maintainer>
88
<maintainer email="[email protected]">Niharika Arora</maintainer>

fetch_teleop/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.8.3 (2021-03-06)
6+
------------------
77
* Initial noetic release
88
* Fix tuck arm moveit check [OPEN-48] (`#150 <https://github.com/fetchrobotics/fetch_ros/issues/150>`_)
99
* Tuck arm script: Add ground collision for melodic (`#130 <https://github.com/fetchrobotics/fetch_ros/issues/130>`_)

fetch_teleop/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fetch_teleop</name>
4-
<version>0.8.2</version>
4+
<version>0.8.3</version>
55
<description>
66
Teleoperation for fetch and freight.
77
</description>

0 commit comments

Comments
 (0)