oscillation_ctrl/msg/RefSignal.msg

9 lines
279 B
Plaintext
Raw Normal View History

2022-03-01 14:07:35 -04:00
# Contains array of smooth path signal at a given time
# ref sign contains des pos, vel, and acc
#
std_msgs/Header header # Timestamp
2022-03-01 14:07:35 -04:00
geometry_msgs/Vector3 position # Desired pos
geometry_msgs/Vector3 velocity # Desired vel
geometry_msgs/Vector3 acceleration # Desired acc