We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23811ac commit c05fb3fCopy full SHA for c05fb3f
ArduSub/mode_circle.cpp
@@ -38,6 +38,9 @@ void ModeCircle::run()
38
position_control->NE_set_max_speed_accel_cm(sub.wp_nav.get_default_speed_NE_cms(), sub.wp_nav.get_wp_acceleration_cmss());
39
position_control->D_set_max_speed_accel_cm(sub.get_pilot_speed_dn(), g.pilot_speed_up, g.pilot_accel_z);
40
41
+ // check for any change in params and update in real time
42
+ sub.circle_nav.check_param_change();
43
+
44
// if not armed set throttle to zero and exit immediately
45
if (!motors.armed()) {
46
// To-Do: add some initialisation of position controllers
0 commit comments