-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding tiltrotor to gazebo simulation (#66)
* First draft * Update to gz harmonic, including colors, plugins, sensors * Move the motor block on top of the bar, use clockwise orientations for mesh, and adjust angular ranges to +-90 deg * Tuning * Set coherent limits with PX4 servo settings * reuse meshes that exist * Set servo number coherent with airframe file
- Loading branch information
Showing
6 changed files
with
989 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0"?> | ||
<model> | ||
<name>tiltrotor</name> | ||
<version>1.0</version> | ||
<sdf version='1.4'>model.sdf</sdf> | ||
|
||
<author> | ||
<name>Pernilla Wikström</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description> | ||
This is a model for a quad-tiltrotor with motors in x configuration. | ||
</description> | ||
</model> |
Oops, something went wrong.