-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gz-sim8' into scpeters/merge_8_main
- Loading branch information
Showing
22 changed files
with
1,523 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: Validate package.xml | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
package-xml: | ||
runs-on: ubuntu-latest | ||
name: Validate package.xml | ||
steps: | ||
- uses: gazebo-tooling/action-gz-ci/validate_package_xml@jammy |
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,78 @@ | ||
<?xml version="1.0" ?> | ||
<sdf version="1.6"> | ||
<world name="blimp"> | ||
|
||
<physics name="1ms" type="ode"> | ||
<max_step_size>0.001</max_step_size> | ||
<!-- Zero to run as fast as possible --> | ||
<real_time_factor>1</real_time_factor> | ||
</physics> | ||
|
||
<gravity>0 0 -9.81</gravity> | ||
|
||
<plugin | ||
filename="gz-sim-physics-system" | ||
name="gz::sim::systems::Physics"> | ||
</plugin> | ||
<plugin | ||
filename="gz-sim-user-commands-system" | ||
name="gz::sim::systems::UserCommands"> | ||
</plugin> | ||
<plugin | ||
filename="gz-sim-scene-broadcaster-system" | ||
name="gz::sim::systems::SceneBroadcaster"> | ||
</plugin> | ||
|
||
<plugin | ||
filename="gz-sim-buoyancy-system" | ||
name="gz::sim::systems::Buoyancy"> | ||
<uniform_fluid_density>1.097</uniform_fluid_density> | ||
</plugin> | ||
|
||
<light type="directional" name="sun"> | ||
<cast_shadows>true</cast_shadows> | ||
<pose>0 0 10 0 0 0</pose> | ||
<diffuse>1 1 1 1</diffuse> | ||
<specular>0.5 0.5 0.5 1</specular> | ||
<attenuation> | ||
<range>1000</range> | ||
<constant>0.9</constant> | ||
<linear>0.01</linear> | ||
<quadratic>0.001</quadratic> | ||
</attenuation> | ||
<direction>-0.5 0.1 -0.9</direction> | ||
</light> | ||
|
||
<model name="ground_plane"> | ||
<static>true</static> | ||
<link name="link"> | ||
<collision name="collision"> | ||
<geometry> | ||
<plane> | ||
<normal>0 0 1</normal> | ||
<size>100 100</size> | ||
</plane> | ||
</geometry> | ||
</collision> | ||
<visual name="visual"> | ||
<geometry> | ||
<plane> | ||
<normal>0 0 1</normal> | ||
<size>100 100</size> | ||
</plane> | ||
</geometry> | ||
<material> | ||
<ambient>0.8 0.8 0.8 1</ambient> | ||
<diffuse>0.8 0.8 0.8 1</diffuse> | ||
<specular>0.8 0.8 0.8 1</specular> | ||
</material> | ||
</visual> | ||
</link> | ||
</model> | ||
<include> | ||
<uri> | ||
https://fuel.gazebosim.org/1.0/hkotze/models/airship | ||
</uri> | ||
</include> | ||
</world> | ||
</sdf> |
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,55 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="2"> | ||
<name>gz-sim9</name> | ||
<version>9.0.0</version> | ||
<description>Gazebo Sim : A Robotic Simulator</description> | ||
<maintainer email="[email protected]">Michael Carroll</maintainer> | ||
<license>Apache License 2.0</license> | ||
<url type="website">https://github.com/gazebosim/gz-sim</url> | ||
|
||
<buildtool_depend>cmake</buildtool_depend> | ||
|
||
<depend>benchmark</depend> | ||
<depend>glut</depend> | ||
<depend>gz-cmake4</depend> | ||
<depend>gz-common6</depend> | ||
<depend>gz-fuel_tools10</depend> | ||
<depend>gz-gui9</depend> | ||
<depend>gz-math8</depend> | ||
<depend>gz-msgs11</depend> | ||
<depend>gz-physics8</depend> | ||
<depend>gz-plugin3</depend> | ||
<depend>gz-rendering9</depend> | ||
<depend>gz-sensors9</depend> | ||
<depend>gz-tools2</depend> | ||
<depend>gz-transport14</depend> | ||
<depend>gz-utils3</depend> | ||
<depend>libfreeimage-dev</depend> | ||
<depend>libglew-dev</depend> | ||
<depend>libxi-dev</depend> | ||
<depend>libxmu-dev</depend> | ||
<depend>protobuf-dev</depend> | ||
<depend>pybind11-dev</depend> | ||
<depend>python3-distutils</depend> | ||
<depend>qml-module-qt-labs-folderlistmodel</depend> | ||
<depend>qml-module-qt-labs-settings</depend> | ||
<depend>qml-module-qtgraphicaleffects</depend> | ||
<depend>qml-module-qtquick-controls2</depend> | ||
<depend>qml-module-qtquick-controls</depend> | ||
<depend>qml-module-qtquick-dialogs</depend> | ||
<depend>qml-module-qtquick-layouts</depend> | ||
<depend>qml-module-qtquick2</depend> | ||
<depend>qtbase5-dev</depend> | ||
<depend>qtdeclarative5-dev</depend> | ||
<depend>sdformat15</depend> | ||
<depend>tinyxml2</depend> | ||
<depend>uuid</depend> | ||
|
||
<test_depend>xvfb</test_depend> | ||
<test_depend>python3-pytest</test_depend> | ||
|
||
<export> | ||
<build_type>cmake</build_type> | ||
</export> | ||
</package> |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.