Running data for path planning. More...
#include <hpm_mcl_path_plan.h>
Data Fields | |
| mcl_path_plan_cfg_t * | cfg |
| int32_t * | pole_num |
| struct { | |
| path_plan_t_cure_cfg_t next | |
| path_plan_t_cure_cfg_t current | |
| bool next_empty | |
| bool current_empty | |
| uint32_t ts | |
| uint32_t t0 | |
| uint32_t t1 | |
| uint32_t t2 | |
| float a0 | |
| float a1 | |
| float a2 | |
| } | t_cure |
| struct { | |
| float next | |
| float last | |
| float current | |
| } | theta |
Running data for path planning.
| float mcl_path_plan_t::a0 |
| float mcl_path_plan_t::a1 |
| float mcl_path_plan_t::a2 |
| mcl_path_plan_cfg_t* mcl_path_plan_t::cfg |
| path_plan_t_cure_cfg_t mcl_path_plan_t::current |
| float mcl_path_plan_t::current |
| bool mcl_path_plan_t::current_empty |
| float mcl_path_plan_t::last |
| path_plan_t_cure_cfg_t mcl_path_plan_t::next |
| float mcl_path_plan_t::next |
| bool mcl_path_plan_t::next_empty |
| int32_t* mcl_path_plan_t::pole_num |
| uint32_t mcl_path_plan_t::t0 |
| uint32_t mcl_path_plan_t::t1 |
| uint32_t mcl_path_plan_t::t2 |
| struct { ... } mcl_path_plan_t::t_cure |
| struct { ... } mcl_path_plan_t::theta |
| uint32_t mcl_path_plan_t::ts |