From 958e119799dff5674a1c5b4316f41a31fd7faa56 Mon Sep 17 00:00:00 2001 From: Joshua Whitley Date: Mon, 11 Jun 2018 17:39:43 -0500 Subject: [PATCH] Updating changelogs for 1.12 release. --- joy/CHANGELOG.rst | 12 ++++++++++++ joystick_drivers/CHANGELOG.rst | 6 ++++++ ps3joy/CHANGELOG.rst | 14 ++++++++++++++ spacenav_node/CHANGELOG.rst | 11 +++++++++++ wiimote/CHANGELOG.rst | 16 ++++++++++++++++ 5 files changed, 59 insertions(+) diff --git a/joy/CHANGELOG.rst b/joy/CHANGELOG.rst index 17eaa367..07cf94c1 100644 --- a/joy/CHANGELOG.rst +++ b/joy/CHANGELOG.rst @@ -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 diff --git a/joystick_drivers/CHANGELOG.rst b/joystick_drivers/CHANGELOG.rst index de414ea4..f7ecfa10 100644 --- a/joystick_drivers/CHANGELOG.rst +++ b/joystick_drivers/CHANGELOG.rst @@ -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) ------------------- diff --git a/ps3joy/CHANGELOG.rst b/ps3joy/CHANGELOG.rst index 31896ec9..37da55ba 100644 --- a/ps3joy/CHANGELOG.rst +++ b/ps3joy/CHANGELOG.rst @@ -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 `_ +* 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 diff --git a/spacenav_node/CHANGELOG.rst b/spacenav_node/CHANGELOG.rst index 8eabc790..d1d4ee06 100644 --- a/spacenav_node/CHANGELOG.rst +++ b/spacenav_node/CHANGELOG.rst @@ -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 diff --git a/wiimote/CHANGELOG.rst b/wiimote/CHANGELOG.rst index 1da2459e..82815273 100644 --- a/wiimote/CHANGELOG.rst +++ b/wiimote/CHANGELOG.rst @@ -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