This project is mirrored from https://github.com/ros-drivers/joystick_drivers.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- 10 Apr, 2020 1 commit
-
-
Chris Lalancette authored
* Rename joy package -> joy_linux. Also rename the node and the executable. This is in anticipation of a cross-platform joy node coming up. Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org> * Port joy_linux to ROS2. This is an initial port of the joystick drivers to ROS 2. * Add ament linting to joy_linux. Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org> * Add an SDL-based cross-platform joystick node. Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org> * Add in an SDL2 vendor library. We'll need this for the SDL2-based joystick driver. Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org> * Port circleci to ROS 2. Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org> * Add simple utility to enumerate available joysticks. Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org> Co-authored-by:
Mikael Arguedas <mikael@osrfoundation.org>
-
- 05 Apr, 2020 2 commits
-
-
Chris Lalancette authored
Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
Joshua Whitley authored
* Adding C++11 compilation flag. * Cleaning up CMakeLists.txt and package.xml files. Adding roslint. * Fixing linting errors in joy. * Fixing linting errors in spacenav_node. * Fixing roslint errors in ps3joy. * Fixing roslint errors in wiimote. * Adding basic gitignore. * Removing unused pstat and stats files in wiimote. * Updating CMakeLists.txt required version to 3.5. * Using cross-platform C++11 setting. * /usr/bin/python -> /usr/bin/env python
-
- 03 Apr, 2020 1 commit
-
-
Joshua Whitley authored
ROS1 joy cleanups
-
- 31 Mar, 2020 9 commits
-
-
Chris Lalancette authored
It was done in a very complicated way before, but the idea is actually simple; on a button press, toggle the value, on a button release, do nothing. This changes it to implement that logic. Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
Chris Lalancette authored
Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
Chris Lalancette authored
Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
Chris Lalancette authored
Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
Chris Lalancette authored
Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
Chris Lalancette authored
Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
Chris Lalancette authored
Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
Chris Lalancette authored
Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
Chris Lalancette authored
No functional changes. Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
- 19 Jan, 2020 4 commits
-
-
Joshua Whitley authored
-
Joshua Whitley authored
-
Joshua Whitley authored
-
Joshua Whitley authored
-
- 03 Dec, 2019 2 commits
-
-
Joshua Whitley authored
Minor: moved default to right indent level
-
Zihan Chen authored
-
- 24 Jun, 2019 3 commits
-
-
Joshua Whitley authored
-
Joshua Whitley authored
-
Joshua Whitley authored
-
- 15 Nov, 2018 7 commits
-
-
Joshua Whitley authored
Maint/ci add melodic build
-
Joshua Whitley authored
Since this is available on the ROS build farm, prerelease testing is essentially done every time a new release is created and merged in ros/rosdistro, prior to being merged to production. If something fails there, we'll know it and be able to fix it before the release merge happens. This cuts the build time dramatically and, IMO, isn't necessary.
-
Joshua Whitley authored
-
Joshua Whitley authored
-
Joshua Whitley authored
-
Joshua Whitley authored
add joy_remap and its sample
-
Joshua Whitley authored
return instead of shutdown
-
- 26 Oct, 2018 1 commit
-
-
Michael Stoll authored
-
- 24 Aug, 2018 4 commits
-
-
Joshua Whitley authored
Cleaning up Python indentation.
-
Joshua Whitley authored
-
Joshua Whitley authored
Check if wiimote is still connected.
-
Joshua Whitley authored
Add Basic Force Feedback Support
-
- 23 Aug, 2018 1 commit
-
-
Furushchev authored
-
- 22 Aug, 2018 1 commit
-
-
Michael Stoll authored
-
- 21 Aug, 2018 2 commits
-
-
Joshua Whitley authored
Modernize Python 2 code to get ready for Python 3
-
Joshua Whitley authored
Put brackets around ROS_* macros.
-
- 07 Aug, 2018 1 commit
-
-
Chris Lalancette authored
In some circumstances they may be defined to empty, so we need to have brackets to ensure that they are syntactically valid. Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
- 17 Jul, 2018 1 commit
-
-
Joshua Whitley authored
Add timestamp to all joy messages
-