Skip to content

Commit

Permalink
Remove parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Feb 27, 2025
1 parent b66113a commit f9d50cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
10 changes: 3 additions & 7 deletions impact_tutorial/furuta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ outputs:
- name: ee_z
- name: T
- name: V
parameters:
- name: b1
value: 0.0001 # N m s
- name: b2
# value: 0.00028 # N m s
value: 0.00013347 # N m s => 1.3347e-04


constants:
inline:
# parameters from the section 8 of the paper
Expand All @@ -60,3 +54,5 @@ constants:
g: 9.81 # m/s^2
Torque2: 0.0 # N m
z1: 0.1825 # m # height of the pivot point
b1: 0.0001 # N m s
b2: 0.00013347 # N m s => 1.3347e-04
10 changes: 3 additions & 7 deletions impact_tutorial/furuta_velocity_mode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ outputs:
- name: T
- name: V
- name: Torque1
parameters:
- name: b1
value: 0.0001 # N m s
- name: b2
# value: 0.00028 # N m s
value: 0.00013347 # N m s => 1.3347e-04


constants:
inline:
# parameters from the section 8 of the paper
Expand All @@ -62,3 +56,5 @@ constants:
g: 9.81 # m/s^2
Torque2: 0.0 # N m
z1: 0.1825 # m # height of the pivot point
b1: 0.0001 # N m s
b2: 0.00013347 # N m s => 1.3347e-04

0 comments on commit f9d50cc

Please sign in to comment.