Initial Attempt
This commit is contained in:
17
gazebo/models/drone/model.config
Normal file
17
gazebo/models/drone/model.config
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<model>
|
||||
<name>competition_drone</name>
|
||||
<version>1.0</version>
|
||||
<sdf version="1.8">model.sdf</sdf>
|
||||
|
||||
<author>
|
||||
<name>Competition Framework</name>
|
||||
<email>competition@example.com</email>
|
||||
</author>
|
||||
|
||||
<description>
|
||||
A simple quadrotor drone for the drone landing competition.
|
||||
Features velocity control via /drone/cmd_vel topic and
|
||||
publishes odometry for state feedback.
|
||||
</description>
|
||||
</model>
|
||||
Reference in New Issue
Block a user