AGV-IIT-KGP / freezing-batman

AGV
GNU General Public License v3.0
14 stars 26 forks source link

target_selector node #26

Closed dragonfly91 closed 10 years ago

dragonfly91 commented 10 years ago

During IGVC, we need the ability to switch the target selection strategy. Currently, we have two strategies:

  1. Obtain target from lane (end point of the center-line when it cuts the border of the planner's map)
  2. Obtain target from GPS way point Before we reach the 1st GPS way point, we will follow the 1st strategy. Once we reach it, switch to the 2nd strategy till we reach the last GPS way point. Once the last one is reached, switch back to the 1st strategy and finish the course. Later on, a 3rd strategy is needed for flags. So, target_selector node is a must. The planner would now be agnostic to the source and nature of the target. It'd just subscribe to the target_selector/target topic.
hargup commented 10 years ago

assigning the issue to @abinashmeher999

dragonfly91 commented 10 years ago

@abinashmeher999 please meet me once. I've already implemented this once for AuRo666. You may pm me.