Skip to content

Commit

Permalink
Update logi_g29.md
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Ealovega <andrew@ealovega.dev>
  • Loading branch information
andyblarblar committed Mar 21, 2023
1 parent 21f4aa9 commit 3312bab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion software/ros/logi_g29.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ outputs ackermannDrive and Twist messages directly, bypassing the need for somet

- `max_steering_rad` - Max steering wheel angle, in radians. Assumed to be symmetrical.

- `wheelbase` - Wheelbase of phoenix.

## Notes

The raw joy interface gives wheels and pedals in percents, so it's best to first create an ackermann message using the
Expand All @@ -38,4 +40,4 @@ final twist.
If the wheel angle is greater than the max angle, we should pin it to max. Could use force feedback to help with this if
we get it figured out.

Have brake take priority over throttle if both are pressed, since only one can be encoded in the message.
Have brake take priority over throttle if both are pressed, since only one can be encoded in the message.

0 comments on commit 3312bab

Please sign in to comment.