rayvburn / humap_local_planner

Human-aware robot trajectory planner using a hybrid trajectory candidates generation and spatiotemporal cost functions
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

unhandled case in `TrapezoidParted` #117

Open rayvburn opened 11 months ago

rayvburn commented 11 months ago

After a corrupted rel_loc (-nan), which occurs after Cn's multiplier is set to a negative value, following was caught:

terminate called after throwing an instance of 'std::runtime_error'
  what():  unhandled case in trapezoid update (section 2)

Of course this is related to some abnormal parameter configuration and should be fixed, but for now will leave it as it is.