Open yzhangec opened 2 years ago
KinoDynamic Astar search crash Change Line 653 of fuel_planner/path_searching/src/kinodynamic_astar.cpp to return floor((time - time_origin_) * inv_time_resolution_); https://github.com/HKUST-Aerial-Robotics/FUEL/blob/a35e791243e994eb10bf5e34c0adc68f99ec1173/fuel_planner/path_searching/src/kinodynamic_astar.cpp#L653 The code is undefined behavior and may cause the crash.
return floor((time - time_origin_) * inv_time_resolution_);
Bspline optimizing problem Using NLopt library directly compiled from the source and remove ros-noetic-nlopt according to the instructions in README.md.
YYDS!
Awesome!!!
Thanks, Yichen!
good!!!!!
KinoDynamic Astar search crash Change Line 653 of fuel_planner/path_searching/src/kinodynamic_astar.cpp to
return floor((time - time_origin_) * inv_time_resolution_);
https://github.com/HKUST-Aerial-Robotics/FUEL/blob/a35e791243e994eb10bf5e34c0adc68f99ec1173/fuel_planner/path_searching/src/kinodynamic_astar.cpp#L653 The code is undefined behavior and may cause the crash.Bspline optimizing problem Using NLopt library directly compiled from the source and remove ros-noetic-nlopt according to the instructions in README.md.