Skip to content

Commit

Permalink
Update sitl_trajectory_track_circle.launch
Browse files Browse the repository at this point in the history
tuned params for iris
  • Loading branch information
shubham-shahh authored and Jaeyoung-Lim committed Jan 22, 2022
1 parent 8a3c131 commit d3e0fa0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions geometric_controller/launch/sitl_trajectory_track_circle.launch
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@
<param name="enable_sim" value="$(arg gazebo_simulation)" />
<param name="enable_gazebo_state" value="true"/>
<param name="max_acc" value="10.0" />
<param name="Kp_x" value="8.0" />
<param name="Kp_y" value="8.0" />
<param name="Kp_z" value="10.0" />
<!--Params specific for Iris copter-->
<param name="attctrl_constant" value="0.3"/>
<param name="normalizedthrust_constant" value="0.06"/>
<param name="normalizedthrust_offset" value="0.1"/>
<param name="Kp_x" value="10.0" />
<param name="Kp_y" value="10.0" />
<param name="Kp_z" value="20.0" />
<param name="Kv_x" value="5.0"/>
<param name="Kv_y" value="5.0"/>
<param name="Kv_z" value="10.0"/>
</node>

<node pkg="trajectory_publisher" type="trajectory_publisher" name="trajectory_publisher" output="screen">
Expand Down

0 comments on commit d3e0fa0

Please sign in to comment.