nasa-jpl / osr-rover-code

Code that runs on the Open Source Rover
Apache License 2.0
435 stars 148 forks source link

Enable more joystick functions #172

Open Achllle opened 1 year ago

Achllle commented 1 year ago

Problem statement

We currently use teleop_twist_joy to convert joy messages to Twist messages which allows us to maintain less code and rely on tried and true libraries. However it means we're restricted in what we can do:

Potential solutions