Skip to content

A1 control#121

Merged
laneccolin merged 136 commits intos2025_teamAfrom
A1_control
Feb 19, 2025
Merged

A1 control#121
laneccolin merged 136 commits intos2025_teamAfrom
A1_control

Conversation

@laneccolin
Copy link
Collaborator

testing team A code 2/19

krishauser and others added 30 commits January 27, 2025 14:32
Reorganization of repo and removing merge conflicts flags
Fix setup issues and add support for CUDA 12 users
…ncies

Update missing dependencies for GEMstack
Merge branch 's2025_teamA' into 'A1_contol' to fixed Klampt 0.10 for HW1 Part1.2 in sim.
krishauser and others added 26 commits February 18, 2025 22:32
"NO TALKING IN THE BRAKING" -- Max Verstappen
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
18 Security Hotspots
3.0% 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
@laneccolin laneccolin merged commit d777ab6 into s2025_teamA Feb 19, 2025
3 of 4 checks passed
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.