Skip to content
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.

Path Planner #20

Open
w29ahmed opened this issue Mar 11, 2019 · 1 comment
Open

Path Planner #20

w29ahmed opened this issue Mar 11, 2019 · 1 comment

Comments

@w29ahmed
Copy link
Contributor

Port over last year's path planner code

  • Research new path planner algorithms/ improvements to try and utilize IMU data for more versatile path planning
@w29ahmed
Copy link
Contributor Author

We need to figure out how to use the translate the output from sign detection (left, right, or straight) to the correct path output from the path planner.

Some notes from me and Andrew's discussions:

  • Have sign detection publish the output as an enum to a topic (eg 0: no sign, 1: left, 2: right, 3: straight) @MartinEthier , and setup a callback in path planner to it
  • In the sign detection callback, we can set internal flags to tell us when each sign has been detected, and keep checking the topic until the sign is gone, so the sign we were looking at it is no longer visible, and we need to now change the path to obey what the sign said

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants