auv_msgs/FSPathInfo Message

File: auv_msgs/FSPathInfo.msg

Raw Message Definition

# The Frenet-Serret path information
Header header

# Curvature of the path c_c(s)
float64 curvature
# Torsion of the path t_c(s)
float64 torsion
# Current path position in parametric path coordinate s ~ [0,1] 
float64 s
# Desired progression speed along the path
geometry_msgs/Point linear_speeds

Compact Message Definition

std_msgs/Header header
float64 curvature
float64 torsion
float64 s
geometry_msgs/Point linear_speeds