RIVeR-Lab / aero_srr_13

Repository for storing the aero_srr ROS packages
2 stars 2 forks source link

Impose rate-change limit on tentacle selection #80

Closed aruisdante closed 11 years ago

aruisdante commented 11 years ago

Currently the LocalPlanner can select any tentacle in the speed set. Due to the huristic nature of the behavior calculations, this can introduce oscillations when two tentacles on opposite sides of the center line are really close to each other in the fitness curve. There should be some kind of limit that reduces the speed that LocalPlanner can change the tentacle (perhaps 1/4 of the difference between the selections) to reduce these oscillations.