Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lane detection #431

Open
jruths opened this issue Aug 13, 2024 · 2 comments
Open

Lane detection #431

jruths opened this issue Aug 13, 2024 · 2 comments
Assignees

Comments

@jruths
Copy link
Contributor

jruths commented Aug 13, 2024

We need a node to process sensing data (image and maybe lidar?) to produce individual lanes.

  • Ideally these lanes would be annotated with lanes going in the same direction as the vehicle and lanes going the opposite direction. (using yellow vs white lines)
  • Using road markings for turn/straight arrows to indicate other information about the lane would be interesting too.

This node may be quite related to the Driveable surface segmentation node.

@stepan-antonyuk
Copy link
Contributor

stepan-antonyuk commented Sep 9, 2024

09/09/2024 Update:

@stepan-antonyuk
Copy link
Contributor

09/16/2024 Update:

  • Status: Implemented lane detection algorithms on local computer
  • Next Steps: Make sure that the program is good for navigator use and implements a simple ros node
  • Projected Completion: September 25, 2024
  • Update: Have a working code that finds lanes and calculates displacement from the center, which is useful for the PID controller

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🛠️ In-Progress
Development

No branches or pull requests

2 participants