mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-10 06:01:13 +00:00
Added 2017-2018 mars rover repository.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
float64 base
|
||||
float64 shoulder
|
||||
float64 elbow
|
||||
float64 roll
|
||||
float64 wrist_pitch
|
||||
float64 wrist_roll
|
||||
|
||||
bool clear_faults
|
||||
bool reset_controllers
|
||||
bool calibrate
|
||||
@@ -0,0 +1,27 @@
|
||||
float64 base
|
||||
float64 shoulder
|
||||
float64 elbow
|
||||
float64 roll
|
||||
float64 wrist_pitch
|
||||
float64 wrist_roll
|
||||
|
||||
int32 base_comm_status
|
||||
int32 shoulder_comm_status
|
||||
int32 elbow_comm_status
|
||||
int32 roll_comm_status
|
||||
int32 wrist_pitch_comm_status
|
||||
int32 wrist_roll_comm_status
|
||||
|
||||
int32 base_status
|
||||
int32 shoulder_status
|
||||
int32 elbow_status
|
||||
int32 roll_status
|
||||
int32 wrist_pitch_status
|
||||
int32 wrist_roll_status
|
||||
|
||||
int32 base_faults
|
||||
int32 shoulder_faults
|
||||
int32 elbow_faults
|
||||
int32 roll_faults
|
||||
int32 wrist_pitch_faults
|
||||
int32 wrist_roll_faults
|
||||
Reference in New Issue
Block a user