Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Brameld <kenjibrameld@gmail.com>
  • Loading branch information
ijnek committed Dec 9, 2023
1 parent 0f20cd1 commit 24df4d0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nao_lola/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package nao_lola
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Don't process JointPositions and JointStiffnesses message if message is invalid. This prevents segmentation faults.
* Contributors: ijnek

1.1.1 (2023-08-23)
------------------
* revert msgpack-c commit to match those in the iron branch, because newer version of msgpack-c is crashing LoLA
Expand Down
8 changes: 8 additions & 0 deletions nao_lola_client/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package nao_lola_client
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Publish imu and joint state messages. These features are enabled by default, but can optionally be disabled through the "publish_imu" and "publish_joint_states" parameters.
* Modify nao_lola_client node to be an rclcpp component to allow composition.
* Allow socket connection to retry until it connects, to allow nao_lola_client to be launched before the Lola agent itself. This is useful when bringing up simulation (eg. webots) after nao_lola_client.
* Prevent segmentation faults caused by invalid JointPositions and JointStiffnesses incoming messages.
* Contributors: Kenji Brameld, ijnek

1.1.1 (2023-08-23)
------------------
* revert msgpack-c commit to match those in the iron branch, because newer version of msgpack-c is crashing LoLA
Expand Down
3 changes: 3 additions & 0 deletions nao_lola_command_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nao_lola_command_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

1.1.1 (2023-08-23)
------------------

Expand Down
3 changes: 3 additions & 0 deletions nao_lola_sensor_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nao_lola_sensor_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

1.1.1 (2023-08-23)
------------------

Expand Down

0 comments on commit 24df4d0

Please sign in to comment.