Skip to content

Implement better motor model#1475

Draft
spacey-sooty wants to merge 53 commits into
SleipnirGroup:mainfrom
spacey-sooty:motor-modelling
Draft

Implement better motor model#1475
spacey-sooty wants to merge 53 commits into
SleipnirGroup:mainfrom
spacey-sooty:motor-modelling

Conversation

@spacey-sooty

Copy link
Copy Markdown
Collaborator

Resolves #1245

Comment thread trajoptlib/src/swerve_trajectory_generator.cpp Outdated
Comment thread trajoptlib/src/swerve_trajectory_generator.cpp Outdated
auto v = I_stator * R + omega * kV;

problem.subject_to(slp::abs(v) <= v_supply);
problem.subject_to(slp::abs((2 * v - omega * kV) * (2 * v - omega * kV) -

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need a derivation or paper link eventually.

@github-actions github-actions Bot added type: build Build, CI, and release artifacts component: cli Command-line interface labels May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: backend Rust/Tauri backend component: cli Command-line interface component: trajoptlib TrajoptLib component: ui UI frontend type: build Build, CI, and release artifacts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Better motor model

3 participants