🦴 Adds Simulator from OpenQuadruped/spot_mini_mini
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# motion type: Go, Stop
|
||||
string motion
|
||||
|
||||
# movement type: Stepping, Viewing
|
||||
string movement
|
||||
|
||||
# linear velocity
|
||||
float32 x_velocity
|
||||
float32 y_velocity
|
||||
|
||||
# angular rate
|
||||
float32 rate
|
||||
|
||||
# viewing params
|
||||
float32 roll
|
||||
float32 pitch
|
||||
float32 yaw
|
||||
|
||||
# robot height
|
||||
float32 z
|
||||
|
||||
# Step adjust
|
||||
float32 faster
|
||||
float32 slower
|
||||
Reference in New Issue
Block a user