git commit -m "first commit"
This commit is contained in:
3
mir_robot/sdc21x0/msg/Encoders.msg
Executable file
3
mir_robot/sdc21x0/msg/Encoders.msg
Executable file
@@ -0,0 +1,3 @@
|
||||
float32 time_delta # Time since last encoder update.
|
||||
int32 left_wheel # Encoder counts (absolute or relative)
|
||||
int32 right_wheel # Encoder counts (absolute or relative)
|
||||
2
mir_robot/sdc21x0/msg/MotorCurrents.msg
Executable file
2
mir_robot/sdc21x0/msg/MotorCurrents.msg
Executable file
@@ -0,0 +1,2 @@
|
||||
float32 left_motor
|
||||
float32 right_motor
|
||||
2
mir_robot/sdc21x0/msg/StampedEncoders.msg
Executable file
2
mir_robot/sdc21x0/msg/StampedEncoders.msg
Executable file
@@ -0,0 +1,2 @@
|
||||
Header header
|
||||
Encoders encoders
|
||||
Reference in New Issue
Block a user