Skip to content

Commit

Permalink
Cruise Control Mode: Added messages for cruise control
Browse files Browse the repository at this point in the history
  • Loading branch information
PerFrivik committed Nov 24, 2023
1 parent c928d94 commit dbf0cea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions msg/RoverCruiseControlState.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
uint64 timestamp # time since system start (microseconds)

float32[8] parameters # (0): Max linear velocity, (1): Max angular velocity, (3): Cruise control gain

float32[2] velocity_state # (0): linear velocity, (1): angular velocity
3 changes: 3 additions & 0 deletions msg/RoverCruiseControlVelocity.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
uint64 timestamp # time since system start (microseconds)

float32[2] cruise_velocity # (0): linear velocity, (1): angular velocity

0 comments on commit dbf0cea

Please sign in to comment.