-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathmpc_path.msg
20 lines (18 loc) · 965 Bytes
/
mpc_path.msg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Header header
string solve_status # e.g. optimal, infeasible, etc.
float64 solve_time # time used to solve the optimization problem in seconds
float64[] xs # MPC solution for x coordinate (m)
float64[] ys # MPC solution for y coordinate (m)
float64[] vs # MPC solution for speed (m/s)
float64[] psis # MPC solution for yaw angle (rad)
float64[] xr # MPC reference for ""
float64[] yr # MPC reference for ""
float64[] vr # MPC reference for ""
float64[] psir # MPC reference for ""
float64[] df # MPC solution for front steering angle (rad)
float64[] acc # MPC solution for acceleration (m/s^2)
float64[] ss # MPC solution for Frenet s (m)
float64[] eys # MPC solution for Frenet ey (m)
float64[] epsis # MPC solution for Frenet epsi (m)
float64[] crf # curvature reference profile for Frenet (rad/m)
float64 vrf # curvature-aware velocity reference for Frenet (m/s)