Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sys id dev #27

Draft
wants to merge 99 commits into
base: devel
Choose a base branch
from
Draft

Sys id dev #27

wants to merge 99 commits into from

Conversation

Zichangzhou1234
Copy link
Collaborator

almost same as ConditionNumberOptimizer only change is

int startCol = (joint_num - 1) * 10; 
const MatX EndeffectorY = ObservationMatrix.middleCols(startCol, 10);
int startCol = (joint_num - 1) * 10; 
const MatX gradEndeffectorY = gradObservationMatrix.middleCols(startCol, 10);

@Cfather Cfather marked this pull request as draft October 4, 2024 17:09
Cfather and others added 29 commits January 3, 2025 05:33
Compute torque PZ reachsets using regressor instead of rnea
Update latest progress in sys_id_dev
Bimanual Constraints Development
Dual arm collision avoidance in RAPTOR
@Cfather Cfather changed the base branch from main to devel January 20, 2025 06:25
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.

5 participants