Perception b ped fusion done#123
Merged
LucasEby merged 51 commits intoPerceptionB_mainfrom Feb 19, 2025
Merged
Conversation
…erging into pedestrian_detection next.
…hauser/GEMstack into PerceptionB_ped_fusion_done
…ms and to fix a small list bug
…converting to AgentStates
…into G8_velocity_and_ids
Merging upstream to share unfinished part 3 for homework 1 with planning team
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



(merging upstream)
This is all of the Part 3 code for Homework 1 minus correct velocity and pedestrian overlap (which is used to assign correct pedestrian id's). The complete code is in there for Part 3 (there may be a few bugs that we haven't come across yet most of the code was written quickly in 2 days to try to meet planning team deadline), it's just missing a transform from vehicle to start frame to compare pedestrians in the correct frame of reference for correct velocity and pedestrian id calculations.
Vikram is working on incorporating a transform from vehicle frame to start frame so we can finish Part 3 of Homework 1.