Skip to content

Racing planner#188

Closed
alo-20 wants to merge 368 commits intos2025from
racing_planner
Closed

Racing planner#188
alo-20 wants to merge 368 commits intos2025from
racing_planner

Conversation

@alo-20
Copy link
Collaborator

@alo-20 alo-20 commented May 7, 2025

No description provided.

laneccolin and others added 30 commits February 17, 2025 14:12
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 7, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
18 Security Hotspots
7.3% 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

# 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
@alo-20 alo-20 closed this May 7, 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.