Skip to content

Commit

Permalink
Updating changelogs for 1.12 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Whitley committed Jun 11, 2018
1 parent 93c8c27 commit 958e119
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 0 deletions.
12 changes: 12 additions & 0 deletions joy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package joy
^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Update timestamp when using autorepeat_rate
* Added dev_name parameter to select joystick by name
* Added Readme for joy package with description of new device name parameter
* Fixed numerous outstanding PRs.
* Added sticky buttons
* Changed package xml to format 2
* Fixed issue when the joystick data did not got send until changed.
* Changed messaging to better reflect what the script is doing
* Contributors: Dino Hüllmann, Jonathan Bohren, Joshua Whitley, Miklos Marton, Naoki Mizuno, jprod123, psimona

1.11.0 (2017-02-10)
-------------------
* fixed joy/Cmakelists for osx
Expand Down
6 changes: 6 additions & 0 deletions joystick_drivers/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package joystick_drivers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Addressed numerous outstanding PRs.
* Changed package xml to format 2
* Contributors: Jonathan Bohren, jprod123

1.11.0 (2017-02-10)
-------------------

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

Forthcoming
-----------
* Addressed numerous outstanding PRs.
* Created bluetooth_devices.md
* Created testing guide for ps3joy.
* Create procedure_test.md
* Let ps3joy_node not quit on inactivity-timeout.
* Refine diagnostics message usage in ps3joy_node
* Improve ps3joy_node with rospy.init_node and .is_shutdown
* Remove quit on failed root level check, part one of issue `#53 <https://github.com/ros-drivers/joystick_drivers/issues/53>`_
* Create README
* Changed package xml to format 2
* Contributors: Alenso Labady, Felix Kolbe, Jonathan Bohren, alab288, jprod123

1.11.0 (2017-02-10)
-------------------
* Update dependencies to remove warnings
Expand Down
11 changes: 11 additions & 0 deletions spacenav_node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog for package spacenav_node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Adding tested spacenav scaling
* Added README
* Addressed numerous outstanding PRs.
* Changed package xml to format 2
* Reduce the number of scale params in spacenav_node
* Add a scale parameter to each axis in spacenav_node
Do not apply the scale to the joy topic.
* Contributors: Gaël Ecorchard, Jonathan Bohren, jprod123

1.11.0 (2017-02-10)
-------------------
* Update dependencies to remove warnings
Expand Down
16 changes: 16 additions & 0 deletions wiimote/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Changelog for package wiimote
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Addressed numerous outstanding PRs.
* Fixed issue when nunchuk wasn't connected
* Update README.md
* Added testing proceedures for wiimote
* Resolved div-by-zero error race condition on startup.
* Added testing proceedures for wiimote
* Fixed issue when nunchuk wasn't connected
* Changed package xml to format 2
* Added wiimote testing script
* Add pairing params to wiimote_node
* bluetooth_addr
* pair_timeout
* Contributors: Jonathan Bohren, Matt Vollrath, jprod123, psimona

1.11.0 (2017-02-10)
-------------------
* Sample Teleop Implementation for Wiimote
Expand Down

0 comments on commit 958e119

Please sign in to comment.