naoki-mizuno / ds4_driver

DualShock 4 driver for both ROS1 and ROS2
http://wiki.ros.org/ds4_driver
85 stars 53 forks source link

foxy support #14

Closed vinnnyr closed 3 years ago

vinnnyr commented 3 years ago

Addresses #13

Test by using the Docker build instructions, source the underlay_ws, and do one of the three things: ros2 launch ds4_driver demo.launch.xml ros2 launch ds4_driver ds4_driver.launch.xml ros2 launch ds4_driver ds4_twist.launch.xml

The most significant changes needed were in the ds4_twist_node.py because of some changes in the way parameters are used.

naoki-mizuno commented 3 years ago

Thank you! I'd like to test this but I won't have access to a ROS2 environment in the next week or two, so I'll go ahead and merge it into foxy-devel.

naoki-mizuno commented 3 years ago

Merged into foxy-devel.