-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Louise Poubel <louise@openrobotics.org>
- Loading branch information
Showing
34 changed files
with
82,818 additions
and
521 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 |
---|---|---|
|
@@ -5,8 +5,10 @@ build-* | |
|
||
# OS generated files | ||
.DS_Store | ||
*.bak | ||
*.swp | ||
*.swo | ||
*.orig | ||
|
||
# C++ compiler generated files | ||
*.gch | ||
|
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,10 @@ | ||
## Ignition @IGN_DESIGNATION_CAP@ | ||
|
||
Ignition @IGN_DESIGNATION_CAP@ is a component in Ignition Robotics, a set of libraries | ||
designed to rapidly develop robot and simulation applications. | ||
|
||
## License | ||
|
||
The code associated with this documentation is licensed under an [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
This documentation is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). |
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,2 @@ | ||
ignore: | ||
- "test" |
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 |
---|---|---|
@@ -1,28 +1,30 @@ | ||
<?xml version="1.0"?> | ||
<ignition version='1.0'> | ||
<plugin name="ignition::launch::GazeboFactory" | ||
filename="libignition-launch-gazebo-factory.so"> | ||
<name>x2</name> | ||
<allow_renaming>true</allow_renaming> | ||
<pose>1 2 0.5 0 0 0</pose> | ||
filename="ignition-launch-gazebo-factory"> | ||
<spawn> | ||
<name>x2</name> | ||
<allow_renaming>true</allow_renaming> | ||
<pose>1 2 0.5 0 0 0</pose> | ||
|
||
<sdf version='1.6'> | ||
<include> | ||
<uri>https://fuel.ignitionrobotics.org/1.0/openrobotics/models/X2 UGV/1</uri> | ||
<plugin filename="libignition-gazebo-diff-drive-system.so" | ||
name="ignition::gazebo::systems::DiffDrive"> | ||
<left_joint>front_left_wheel_joint</left_joint> | ||
<left_joint>rear_left_wheel_joint</left_joint> | ||
<right_joint>front_right_wheel_joint</right_joint> | ||
<right_joint>rear_right_wheel_joint</right_joint> | ||
<wheel_separation>0.33559</wheel_separation> | ||
<wheel_radius>0.098</wheel_radius> | ||
</plugin> | ||
<sdf version='1.6'> | ||
<include> | ||
<uri>https://fuel.ignitionrobotics.org/1.0/openrobotics/models/X2 UGV/1</uri> | ||
<plugin filename="ignition-gazebo-diff-drive-system" | ||
name="ignition::gazebo::systems::DiffDrive"> | ||
<left_joint>front_left_wheel_joint</left_joint> | ||
<left_joint>rear_left_wheel_joint</left_joint> | ||
<right_joint>front_right_wheel_joint</right_joint> | ||
<right_joint>rear_right_wheel_joint</right_joint> | ||
<wheel_separation>0.33559</wheel_separation> | ||
<wheel_radius>0.098</wheel_radius> | ||
</plugin> | ||
|
||
<!-- Publish robot state information --> | ||
<plugin filename="libignition-gazebo-state-publisher-system.so" | ||
name="ignition::gazebo::systems::StatePublisher"></plugin> | ||
</include> | ||
</sdf> | ||
<!-- Publish robot joint state information --> | ||
<plugin filename="ignition-gazebo-state-publisher-system" | ||
name="ignition::gazebo::systems::JointStatePublisher"></plugin> | ||
</include> | ||
</sdf> | ||
</spawn> | ||
</plugin> | ||
</ignition> |
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,28 @@ | ||
<?xml version="1.0"?> | ||
<ignition version='1.0'> | ||
<plugin name="ignition::launch::GazeboFactory" | ||
filename="ignition-launch-gazebo-factory"> | ||
<spawn> | ||
<name>x2</name> | ||
<allow_renaming>true</allow_renaming> | ||
<pose>1 2 0.5 0 0 0</pose> | ||
|
||
<sdf version='1.6'> | ||
<include> | ||
<uri>https://fuel.ignitionrobotics.org/1.0/openrobotics/models/X3 UAV Config 1</uri> | ||
</include> | ||
</sdf> | ||
</spawn> | ||
<spawn> | ||
<name>x1</name> | ||
<allow_renaming>true</allow_renaming> | ||
<pose>4 2 0.5 0 0 0</pose> | ||
|
||
<sdf version='1.6'> | ||
<include> | ||
<uri>https://fuel.ignitionrobotics.org/1.0/openrobotics/models/X1 Config 1</uri> | ||
</include> | ||
</sdf> | ||
</spawn> | ||
</plugin> | ||
</ignition> |
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 |
---|---|---|
@@ -1,10 +1,28 @@ | ||
<?xml version='1.0'?> | ||
<ignition version='1.0'> | ||
|
||
<!-- Load a joystick plugin that will read from a device and output to a | ||
topic --> | ||
<!-- Load a websocket server that provides access to Ignition Transport | ||
topics through websockets.--> | ||
<plugin name="ignition::launch::WebsocketServer" | ||
filename="libignition-launch-websocket-server.so"> | ||
filename="ignition-launch-websocket-server"> | ||
<publication_hz>30</publication_hz> | ||
<port>9002</port> | ||
<authorization_key>auth_key</authorization_key> | ||
<admin_authorization_key>admin_key</admin_authorization_key> | ||
|
||
<!-- The maximum number of allowed connections. If this element is not | ||
defined or negative, then a limit is not enforced. --> | ||
<max_connections>0</max_connections> | ||
|
||
<!-- SSL configuration --> | ||
<!-- Specify the path to both the certificate and private key. --> | ||
<!-- Sample self-signed SSL certifacts are located in the | ||
`plugins/websocket_server/` directory with the names `localhost.cert` | ||
and `localhost.key`. --> | ||
<!--<ssl> | ||
<cert_file>PATH_TO_CERT_FILE</cert_file> | ||
<private_key_file>PATH_TO_KEY_FILE</private_key_file> | ||
</ssl> --> | ||
</plugin> | ||
|
||
</ignition> |
Oops, something went wrong.