Robotics StackExchange | Archived questions

liftdragplugin is not working

I've been attempting to create a model of the at2826 brushless motor with a propeller attached. I'm tyring to use the liftdragplugin to get it to float (by applying a force to the revolute joint of the propeller) just to see if it works however it does not seem to be. I've added the plugin as follows to my model.sdf file.

<plugin name='at2826_5_p_blade_1' filename='libLiftDragPlugin.so'>
  <a0>0.1</a0>
  <cla>0.100</cla>
  <cda>0.01</cda>
  <cma>0.00</cma>
  <alpha_stall>0.2</alpha_stall>
  <cla_stall>-0.2</cla_stall>
  <cda_stall>1.0</cda_stall>
  <cma_stall>0.0</cma_stall>
  <cp>0 0 0</cp>
  <area>0.00682</area>
  <air_density>1.2041</air_density>
  <forward>-1 0 0</forward>
  <upward>0 0 1</upward>
  <link_name>at2826_5_p::blade_1</link_name>
</plugin>

If its relevant I'm using Gazebo7. Has anyone managed to use this? I've tried a quadcopter model I found online and it is also not working when I add a force to its revolute joint. There is another plugin for the second blade but I did not include it (to keep the question tidy)

Asked by ozan192 on 2017-07-28 03:21:30 UTC

Comments

Answers