forked from leggedrobotics/free_gait
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Footstep.msg
31 lines (23 loc) · 856 Bytes
/
Footstep.msg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Step defined by foothold position and swing profile.
# Leg name ('LF_LEG', 'RH_LEG' etc.).
string name
# Target position of the foot by the end of the motion.
geometry_msgs/PointStamped target
# Step apex swing heights in control frame.
# If 0, default is used.
float64 profile_height
# Average velocity of the foot motion [m/s].
# If 0, default is used.
float64 average_velocity
# Type of the swing trajectory ('triangle', 'square', etc.).
# If empty, default is used.
string profile_type
# If a contact (touchdown) of the foot at the end of the swing is not expected.
# Default is false.
bool ignore_contact
# Target foothold surface normal.
# Leave empty of no contact is expected or not known.
geometry_msgs/Vector3Stamped surface_normal
# If pose adaptation should ignore this leg motion.
# Default is false.
bool ignore_for_pose_adaptation