forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Zero Turn Lawnmower model (PX4#27)
* Added Zero Turm lawnmower model Husqvarna Z254 dimensions * Update model.sdf Added navsat_sensor
- Loading branch information
1 parent
5332071
commit 6d5db73
Showing
3 changed files
with
601 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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>lawnmower</name> | ||
<version>1.0</version> | ||
<sdf version='1.9'>model.sdf</sdf> | ||
|
||
<author> | ||
<name>Sergei Grichine</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description> | ||
This is a model of a full scale gas-powered zero-turn lawn mower (HUSQVARNA Z254F) | ||
</description> | ||
</model> |
Oops, something went wrong.