-
Notifications
You must be signed in to change notification settings - Fork 0
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
560 feature implement yolop lane detection model #583
Open
Lukasnol
wants to merge
29
commits into
main
Choose a base branch
from
560-feature-implement-yolop-lane-detection-model
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+397
−23
Open
Changes from 21 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
bbd6f33
added CRLerNet
Lukasnol 01f49db
updated launch
Lukasnol af8896c
added subscription and publisher
Lukasnol 8133afb
Merge remote-tracking branch 'origin/main' into 509-feature-implement…
EyMaxl 6be97bc
perception.launch die lanedetection_node mit debugger eingefügt + Mod…
EyMaxl a11ebc1
Loading weights works, tryed to load the model aswell - no luck yet
EyMaxl 453ffe4
fixed model loading
Lukasnol 89b4ff7
added now publishing the correct lane mask and added overlay for lane…
Lukasnol 59f91c1
added lidar distances to lane mask. tried to apply boundingboxes for …
Lukasnol e9c4388
Merge branch '560-feature-implement-yolop-lane-detection-model' into …
Lukasnol c7ade70
Merge pull request #561 from una-auxme/feature-implement-clrernet-mod…
Lukasnol 8dd7932
fixed launch file
Zelberor caa5060
added lane markers with lidar points
Lukasnol eb59a76
Merge branch '560-feature-implement-yolop-lane-detection-model' of ht…
Lukasnol 55ebdc8
Added Documentation
Lukasnol db7e0ce
Update Lanedetection_node.md
Lukasnol fada65d
removed Lidar mapping and clustering from Lanedetection node
Lukasnol 910bb99
Merge branch '560-feature-implement-yolop-lane-detection-model' of ht…
Lukasnol cd13e96
cleaned up code
Lukasnol 560c0d5
updated comments
Lukasnol 72c0641
fixed bug
Lukasnol 7df05ad
updated linter suggestions
Lukasnol a87fd7a
next linting fix
Lukasnol 7fd4590
final update
Lukasnol 2d5f519
added whitespace
Lukasnol 3238b9e
Merge branch 'main' into 560-feature-implement-yolop-lane-detection-m…
Lukasnol 2bba06b
updated requirements
Lukasnol 008605b
added Coderabbit suggestions
Lukasnol 61fac1c
Merge branch 'main' into 560-feature-implement-yolop-lane-detection-m…
Lukasnol File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Port 53000 conflicts with lidar_distance node's debug configuration
The debug port 53000 is already used by the lidar_distance node as shown in the documentation example. Please change the Lanedetection node's debug port to a different value in the range 53000-53100 to avoid conflicts.
debug_port=53000
to a different value (e.g.,debug_port=53001
) incode/perception/launch/perception.launch
🔗 Analysis chain
Verify debug configuration for Lanedetection node
The debug wrapper configuration looks good, but please verify:
Let me check for other debug ports in use to ensure there are no potential conflicts.
Let me try a different approach to find debug port configurations.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 84
Script:
Length of output: 76
Script:
Length of output: 1445