An optimal trajectory planner considering distinctive topologies for mobile robots based on Timed-Elastic-Bands (ROS Package)
BSD 3-Clause "New" or "Revised" License
1.06k
stars
550
forks
source link
I think something is wrong with penaltyBoundToInterval and penaltyBoundToIntervalDerivative #400
Open
charon-cheung opened 1 year ago
The function is for bounding \c var to the interval
-a < var < a
, but the code isI think it should be
if (var >= a-epsilon)
, the other overload funtion has the same problem