Skip to content

DREAMS-lab/parachute

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parachute

A standalone version of parachute plugin developed at PX4/PX4-SITL_gazebo-classic#389

Tested on ROS Melodic

Example of how to include a plugin in a model - box

<plugin name='parachute_plugin' filename='libtest_parachute.so'>
		<robotNamespace/>
		<!-- message type std_msgs Bool : publish True or 1 to trigger-->
		<parachuteTriggerTopic>box</parachuteTriggerTopic>
</plugin>

After launching the model in gazebo, use the following publish message to trigger the parachute

rostopic pub -1 /parachute_plugin/box std_msgs/Bool -- 1

dependencies : As of now it requires the liftdrag plugin ( to be installed by building the px4 package)

About

A standalone version of parachute plugin developed at https://github.com/PX4/PX4-SITL_gazebo/pull/389

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.6%
  • CMake 15.7%
  • Python 14.7%