Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
dcf7fe0d
Commit
dcf7fe0d
authored
Mar 27, 2016
by
Jeroen Vreeken
Browse files
Merge branch 'jeroen' of video.vreeken.net:public_html/dt_ctrl into jeroen
parents
73954b8f
881f024e
Changes
2
Hide whitespace changes
Inline
Side-by-side
controller/dt_ctrl.ctrl
View file @
dcf7fe0d
...
@@ -393,7 +393,7 @@ params {
...
@@ -393,7 +393,7 @@ params {
{ "elevation_spg", "setpoint", (float) 0.0 }
{ "elevation_spg", "setpoint", (float) 0.0 }
{ "elevation_spg", "max_x", (float) deg2rad(90.0) }
{ "elevation_spg", "max_x", (float) deg2rad(90.0) }
{ "elevation_spg", "min_x", (float) deg2rad(-0.05) }
{ "elevation_spg", "min_x", (float) deg2rad(-0.05
5
) }
{ "elevation_spg", "max_v", (float) rpm2rads(2100.0)/$(elevation_gear) }
{ "elevation_spg", "max_v", (float) rpm2rads(2100.0)/$(elevation_gear) }
{ "elevation_spg", "max_a", (float) 0.0003 }
{ "elevation_spg", "max_a", (float) 0.0003 }
{ "elevation_spg", "max_j", (float) 0.000016 }
{ "elevation_spg", "max_j", (float) 0.000016 }
...
@@ -417,13 +417,13 @@ params {
...
@@ -417,13 +417,13 @@ params {
{ "elevation_speed_limit", "max", (float) rpm2rads(0.08) }
{ "elevation_speed_limit", "max", (float) rpm2rads(0.08) }
{ "elevation_jerk_limit", "min", (float)-0.003 }
{ "elevation_jerk_limit", "min", (float)-0.003 }
{ "elevation_jerk_limit", "max", (float) 0.003 }
{ "elevation_jerk_limit", "max", (float) 0.003 }
{ "elevation_torsion_pid", "kp", (float) 0.
2
}
{ "elevation_torsion_pid", "kp", (float)
2
0.
0
}
{ "elevation_torsion_pid", "ki", (float) 0.0 }
{ "elevation_torsion_pid", "ki", (float) 0.0 }
{ "elevation_torsion_pid", "kd", (float) 0.0 }
{ "elevation_torsion_pid", "kd", (float) 0.0 }
{ "elevation_torsion_pid", "maxw", (float) 0.0001 }
{ "elevation_torsion_pid", "maxw", (float) 0.0001 }
{ "elevation_torsion_pid", "minw", (float)-0.0001 }
{ "elevation_torsion_pid", "minw", (float)-0.0001 }
{ "elevation_torsion_speed_limit", "min", (float) rpm2rads(-0.
0
01) }
{ "elevation_torsion_speed_limit", "min", (float) rpm2rads(-0.01) }
{ "elevation_torsion_speed_limit", "max", (float) rpm2rads(0.
0
01) }
{ "elevation_torsion_speed_limit", "max", (float) rpm2rads(0.01) }
{ "elevation_torsion_range", "max", (float) 0.0002 }
{ "elevation_torsion_range", "max", (float) 0.0002 }
...
...
controller/dt_ctrl.param
View file @
dcf7fe0d
...
@@ -7,6 +7,6 @@ params {
...
@@ -7,6 +7,6 @@ params {
{ "elevation_pid", "ki", (float)0 }
{ "elevation_pid", "ki", (float)0 }
{ "elevation_pid", "kd", (float)0 }
{ "elevation_pid", "kd", (float)0 }
# limit spg to
10
00rpm
# limit spg to
25
00rpm
{ "azimuth_spg", "max_v", (float) rpm2rads(2500.0)/$(azimuth_gear) }
{ "azimuth_spg", "max_v", (float) rpm2rads(2500.0)/$(azimuth_gear) }
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment