Skip to content

Commit

Permalink
added more amrl msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chai77 committed Feb 23, 2024
1 parent 2fce310 commit 55156e9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions msg/CACCStatus.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
std_msgs/Header header
int8 status
2 changes: 2 additions & 0 deletions msg/SensorHealth.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
std_msgs/Header header
SensorStatus[] healths
4 changes: 3 additions & 1 deletion msg/SensorStatus.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
std_msgs/Header header
string sensorid
float32 frequency
float32 std
float32 packet_size
float32 packet_size
int8 status
6 changes: 6 additions & 0 deletions msg/SystemHealth.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
std_msgs/Header header
int8 pcm_propulsion
int8 pcm_highvoltage
int8 cav_longitudinal
int8 cav_lateral
int8 cav_v2x
2 changes: 2 additions & 0 deletions msg/SystemLog.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
std_msgs/Header header
string log

0 comments on commit 55156e9

Please sign in to comment.