Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Jul 11, 2018
1 parent 83ad0fd commit 162c0a8
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions can_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package can_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.8.0 (2018-07-11)
------------------

0.7.8 (2018-05-04)
------------------
Expand Down
2 changes: 1 addition & 1 deletion can_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">.
<name>can_msgs</name>
<version>0.7.8</version>
<version>0.8.0</version>
<description>CAN related message types.</description>

<maintainer email="[email protected]">Mathias Lüdtke</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions canopen_402/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package canopen_402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.8.0 (2018-07-11)
------------------
* handle invalid supported drive modes object
* made Mode402::registerMode a variadic template
* use std::isnan
Expand Down
2 changes: 1 addition & 1 deletion canopen_402/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>canopen_402</name>
<version>0.7.8</version>
<version>0.8.0</version>
<description>This implements the CANopen device profile for drives and motion control. CiA(r) 402</description>

<maintainer email="[email protected]">Mathias Lüdtke</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions canopen_chain_node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package canopen_chain_node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.8.0 (2018-07-11)
------------------
* migrated to std::function and std::bind
* make sync_node return proper error codes
* refactored PublishFunc
Expand Down
2 changes: 1 addition & 1 deletion canopen_chain_node/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>canopen_chain_node</name>
<version>0.7.8</version>
<version>0.8.0</version>
<description>Base implementation for CANopen chains node with support for management services and diagnostics</description>

<maintainer email="[email protected]">Mathias Lüdtke</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions canopen_master/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package canopen_master
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.8.0 (2018-07-11)
------------------
* migrated to std::function and std::bind
* migrated to std::atomic
* got rid of boost::noncopyable
Expand Down
2 changes: 1 addition & 1 deletion canopen_master/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>canopen_master</name>
<version>0.7.8</version>
<version>0.8.0</version>
<description>CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.</description>

<maintainer email="[email protected]">Mathias Lüdtke</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions canopen_motor_node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package canopen_motor_node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.8.0 (2018-07-11)
------------------
* migrated to std::function and std::bind
* use std::isnan
* migrated to std::atomic
Expand Down
2 changes: 1 addition & 1 deletion canopen_motor_node/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>canopen_motor_node</name>
<version>0.7.8</version>
<version>0.8.0</version>
<description>canopen_chain_node specialization for handling of canopen_402 motor devices. It facilitates interface abstraction with ros_control.</description>

<maintainer email="[email protected]">Mathias Lüdtke</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions ros_canopen/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros_canopen
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.8.0 (2018-07-11)
------------------

0.7.8 (2018-05-04)
------------------
Expand Down
2 changes: 1 addition & 1 deletion ros_canopen/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ros_canopen</name>
<version>0.7.8</version>
<version>0.8.0</version>
<description>A generic canopen implementation for ROS</description>

<license>LGPL</license>
Expand Down
4 changes: 2 additions & 2 deletions socketcan_bridge/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package socketcan_bridge
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.8.0 (2018-07-11)
------------------
* keep NodeHandle alive in socketcan_bridge tests
* migrated to std::function and std::bind
* migrated to std pointers
Expand Down
2 changes: 1 addition & 1 deletion socketcan_bridge/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>socketcan_bridge</name>
<version>0.7.8</version>
<version>0.8.0</version>
<description>Conversion nodes for messages from SocketCAN to a ROS Topic and vice versa.</description>

<maintainer email="[email protected]">Mathias Lüdtke</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions socketcan_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package socketcan_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.8.0 (2018-07-11)
------------------
* migrated to std::function and std::bind
* got rid of boost::noncopyable
* replaced BOOST_FOREACH
Expand Down
2 changes: 1 addition & 1 deletion socketcan_interface/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>socketcan_interface</name>
<version>0.7.8</version>
<version>0.8.0</version>
<description>Generic CAN interface description with helpers for filtering and driver implementation. Further a socketcan implementation based on boost::asio is included.</description>

<maintainer email="[email protected]">Mathias Lüdtke</maintainer>
Expand Down

0 comments on commit 162c0a8

Please sign in to comment.