Skip to content

Commit

Permalink
Rename cl_delta to control_joint_rad_to_cl
Browse files Browse the repository at this point in the history
- This fixes the transition crash error, which seems to be related to
PX4#710 as well.
- While standard_vtol.sdf.jinja was updated to the new naming
convention, the standard_vtol_drop was not updated, this commit fixes
that.
- Also, PX4#730 is also relevant
for this issue.
  • Loading branch information
junwoo091400 committed Sep 26, 2022
1 parent b968405 commit eb69f41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/standard_vtol_drop/standard_vtol_drop.sdf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@
<control_joint_name>
left_elevon_joint
</control_joint_name>
<cl_delta>-1.0</cl_delta>
<control_joint_rad_to_cl>-1.0</control_joint_rad_to_cl>
<robotNamespace></robotNamespace>
<windSubTopic>world_wind</windSubTopic>
</plugin>
Expand All @@ -761,7 +761,7 @@
<control_joint_name>
right_elevon_joint
</control_joint_name>
<cl_delta>-1.0</cl_delta>
<control_joint_rad_to_cl>-1.0</control_joint_rad_to_cl>
<robotNamespace></robotNamespace>
<windSubTopic>world_wind</windSubTopic>
</plugin>
Expand All @@ -783,7 +783,7 @@
<control_joint_name>
elevator_joint
</control_joint_name>
<cl_delta>-12.0</cl_delta>
<control_joint_rad_to_cl>-12.0</control_joint_rad_to_cl>
<robotNamespace></robotNamespace>
<windSubTopic>world_wind</windSubTopic>
</plugin>
Expand Down

0 comments on commit eb69f41

Please sign in to comment.