Skip to content

Commit

Permalink
added airdrag to all UAV models
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jun 21, 2024
1 parent c22df4c commit fa3f4a8
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,18 @@

</link>

{# Air drag {--> #}
{{ generic.gazebo_fluid_resistance_plugin_macro(
model_mass = mass,
verbose = true,
parent_link = root,
uav_body_resistance_x = 0.1,
uav_body_resistance_y = 0.1,
uav_body_resistance_z = 0.2,
)
}}
{# <!--}--> #}

{# Propellers {--> #}
{%- set prop_list = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,18 @@

</link>

{# Air drag {--> #}
{{ generic.gazebo_fluid_resistance_plugin_macro(
model_mass = mass,
verbose = true,
parent_link = root,
uav_body_resistance_x = 0.1,
uav_body_resistance_y = 0.1,
uav_body_resistance_z = 0.2,
)
}}
{# <!--}--> #}

{# Propellers {--> #}
{%- set prop_list = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,18 @@

</link>

{# Air drag {--> #}
{{ generic.gazebo_fluid_resistance_plugin_macro(
model_mass = mass,
verbose = true,
parent_link = root,
uav_body_resistance_x = 0.1,
uav_body_resistance_y = 0.1,
uav_body_resistance_z = 0.2,
)
}}
{# <!--}--> #}

{# Propellers {--> #}
{%- set prop_list = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,18 @@

</link>

{# Air drag {--> #}
{{ generic.gazebo_fluid_resistance_plugin_macro(
model_mass = mass,
verbose = true,
parent_link = root,
uav_body_resistance_x = 0.1,
uav_body_resistance_y = 0.1,
uav_body_resistance_z = 0.2,
)
}}
{# <!--}--> #}

{# Propellers {--> #}
{%- set prop_list = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,18 @@

</link>

{# Air drag {--> #}
{{ generic.gazebo_fluid_resistance_plugin_macro(
model_mass = mass,
verbose = true,
parent_link = root,
uav_body_resistance_x = 0.1,
uav_body_resistance_y = 0.1,
uav_body_resistance_z = 0.2,
)
}}
{# <!--}--> #}

{# Propellers {--> #}
{%- set prop_list = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,18 @@

</link>

{# Air drag {--> #}
{{ generic.gazebo_fluid_resistance_plugin_macro(
model_mass = mass,
verbose = true,
parent_link = root,
uav_body_resistance_x = 0.1,
uav_body_resistance_y = 0.1,
uav_body_resistance_z = 0.2,
)
}}
{# <!--}--> #}

{# Propellers {--> #}
{%- set prop_list = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,18 @@

</link>

{# Air drag {--> #}
{{ generic.gazebo_fluid_resistance_plugin_macro(
model_mass = mass,
verbose = true,
parent_link = root,
uav_body_resistance_x = 0.1,
uav_body_resistance_y = 0.1,
uav_body_resistance_z = 0.2,
)
}}
{# <!--}--> #}

{# Propellers {--> #}
{%- set prop_list = [
{
Expand Down

0 comments on commit fa3f4a8

Please sign in to comment.