Skip to content

Conversation

@lukasdumasius
Copy link
Collaborator

Updated perception stack with cones, pedestrians, sensor fusion bug fixes.

See #223

rjsun06 and others added 30 commits February 20, 2025 00:31
A4 planning merge request into teamA branch
LucasEby and others added 24 commits May 13, 2025 17:31
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
11 Security Hotspots
C 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

# fit a line/plane/hyperplane in a pointcloud
# pc: np array (N,D). the pointcloud
# tol: the tolerance. default 0.01
model = RANSACRegressor(LinearRegression(), residual_threshold=tol)

Check notice

Code scanning / SonarCloud

Results that depend on random number generation should be reproducible Low

Provide a seed for the random\_state parameter. See more on SonarQube Cloud
@Ren990420 Ren990420 closed this May 15, 2025
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.