Skip to content

Commit

Permalink
Roboclaw: major cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MaEtUgR committed Nov 14, 2023
1 parent 2eb1954 commit 5bb2683
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 362 deletions.
5 changes: 3 additions & 2 deletions msg/WheelEncoders.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
uint64 timestamp # time since system start (microseconds)

float32[4] wheel_angle #Wheel angle of encoder, if two wheels wheel_angle[0] = right wheel and wheel_angle[1] = left wheel. Else [0][1] = right and [2][3] are left.
float32[4] wheel_speed #Wheel speed of encoder, if two wheels wheel_angle[0] = right wheel and wheel_angle[1] = left wheel. Else [0][1] = right and [2][3] are left.
# Two wheels: 0 left, 1 right
float32[2] wheel_speed # [rad/s]
float32[2] wheel_angle # [rad]
Loading

0 comments on commit 5bb2683

Please sign in to comment.