space-concordia-robotics / robotics-prototype

Teleoperated Mars rover with autonomous capabilities intended for robotics competitions.
https://spaceconcordia.github.io/robotics.html
25 stars 18 forks source link

Refactor/Reimplement joy controller #631

Closed steamypotato closed 4 weeks ago

steamypotato commented 5 months ago

In the old repo, joy controller package would publish to the command topics for the wheels and arm, using the string protocol. However, since the abolishment of that protocol, that package is overly complicated for our purposes, and is in need of refactored (package in question : https://github.com/space-concordia-robotics/robotics-prototype/tree/master/robot/rospackages/src/joy_control). Current needs to support only the ps4 controller (to be expanded in the future?), and publish to the wheels and arm velocities topics, instead of wheels_command and arm_commands. Thus

vexandmore commented 4 weeks ago

Obsoleted by #634