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

NMPC Swing Up Controller based on Crocoddyl #86

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adapt names in urdf
  • Loading branch information
pierfabre committed Jan 25, 2025
commit ff9acc317d4ea09606ca0579468474a910a3b0b3
4 changes: 2 additions & 2 deletions robot/hardware/v2/robot.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<visual>
<origin xyz="0.00058914269298856124756 -0.00066759196360875738829 0.0020813262730572934522" rpy="1.5707963267949303088 2.6117996654306545712e-14 0.99208669193682585963" />
<geometry>
<mesh filename="package:///motor_mount.stl"/>
<mesh filename="package:///37d_motor_mount.stl"/>
</geometry>
<material name="motor_mount_material">
<color rgba="0.49803921568627451677 0.49803921568627451677 0.49803921568627451677 1.0"/>
Expand All @@ -21,7 +21,7 @@
<visual>
<origin xyz="0 -4.336808689942017736e-19 -0.0060000000000000192069" rpy="1.570796326794896558 -3.3588218230113393277e-31 -5.6972761659914007382e-30" />
<geometry>
<mesh filename="package:///big_arm_v30.stl"/>
<mesh filename="package:///37d_arm.stl"/>
</geometry>
<material name="big_arm_v30_material">
<color rgba="0.98039215686274505668 0.71372549019607844922 0.0039215686274509803377 1.0"/>
Expand Down