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 Keeper #351

Open
Daniel-Martin576 opened this issue Nov 8, 2020 · 0 comments
Open

Lane Keeper #351

Daniel-Martin576 opened this issue Nov 8, 2020 · 0 comments
Assignees
Labels
Good for New Members planning Issues relating to planning, navigation, and/or trajectory optimization

Comments

@Daniel-Martin576
Copy link
Contributor

Daniel-Martin576 commented Nov 8, 2020

Goal: Make a node that maintains its lane within the urban challenge. The way we did this before was by merging the image from the left and right camera together with image_merger and then ran our drag race lane keeper code. This was kinda hacky but worked. Test to see if this solution works with urban challenge simulation and make a demo video. Reference the urc launch file with special attention to laplacian_line_detector_side, urc_sides_merger, and urc_centerline_planner. Make a new launch file for testing lane keeper capabilities. This should be a pretty simple issue if our old code works fine since it is mostly familiarizing yourself with the current stack, but if it doesn't work we will need to discuss alternatives. Use the branch from PR #350 since I fixed the side camera there.

New Files Created (at least): rr_iarrc/launch/planners/urc_lane_keeper.launch

Success Criteria:

  • Test on Urban Challenge Simulation. Pick up the car and put it in a lane and ensure that it stays in the lane. Check for multiple lanes. Make a demo video.
@Daniel-Martin576 Daniel-Martin576 added Good for New Members planning Issues relating to planning, navigation, and/or trajectory optimization labels Nov 8, 2020
@Udit8348 Udit8348 self-assigned this Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good for New Members planning Issues relating to planning, navigation, and/or trajectory optimization
Projects
None yet
Development

No branches or pull requests

2 participants