Skip to content

Parking perception integration#173

Closed
AadarshHegde123 wants to merge 218 commits intos2025from
parking_perception_integration
Closed

Parking perception integration#173
AadarshHegde123 wants to merge 218 commits intos2025from
parking_perception_integration

Conversation

@AadarshHegde123
Copy link
Collaborator

Integration of Perception's cone detection into parking team's parking space detection. We have also integrated this perception pipeline to work within the overall integration scheme outlined by the Planning team.

Video attached showcasing this integration's functionality. For reference, the ParkingSim component is the component that runs Parking team's overall state machine logic (ie. starting in Scanning mode, checking if we found a goal parking space and updating state to Parking). The RoutePlanningComponent is the component that will actually run planning logic depending on what state we are in.

The overall component pipeline is ConeDetector3D (Perception Team) -> ParkingSpotsDetector3D (Parking Team) -> ParkingSim (Parking Team) -> RoutePlanningComponent (Shared with other Teams)

The actual integrated planning logic is not included in this PR.

perception_integration_functionality.mp4

krishauser and others added 30 commits January 27, 2025 14:32
Fix setup issues and add support for CUDA 12 users
…ncies

Update missing dependencies for GEMstack
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 1, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
19 Security Hotspots
7.5% Duplication on New Code (required ≤ 3%)
E Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.