rst-tu-dortmund / teb_local_planner

An optimal trajectory planner considering distinctive topologies for mobile robots based on Timed-Elastic-Bands (ROS Package)
http://wiki.ros.org/teb_local_planner
BSD 3-Clause "New" or "Revised" License
1.03k stars 546 forks source link

Implementing constraint for each wheel velocity #327

Closed AlperenKosem closed 2 years ago

AlperenKosem commented 2 years ago

Hi,

is it possible to implement a minimum and maximum wheel velocity for each wheel. Because in my project, motor of wheels cannot apply some velocities. When i tried to constrain in linear and angular velocity. I cannot estimate constraint of wheel velocities because it is related with current velocity directly. If wheel velocity in upper or lower bound of capability of motors, robot stuck this location and cannot move unless i give new path. How can implement wheel velocity constraints in optimization process?

Best regards and thanks for the great work!

AlperenKosem commented 2 years ago