-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enforce clang format (#599) * Apply clangformat * Add test sources * Test pep8 * Fix workflow * Fix workflow * Fix script * pep8 fixes * Cpp fixes * Remove ament pep257 & flake8 * Update urdf2webots submodule * Revert "Update urdf2webots submodule" This reverts commit fa45543. * Revert "Remove ament pep257 & flake8" This reverts commit 92df8a3. * Revert "Cpp fixes" This reverts commit c3a497c. * Revert "pep8 fixes" This reverts commit 141b0c8. * Revert "Revert "pep8 fixes"" This reverts commit ad007a4. * Test * Revert "Test" This reverts commit 25934ef. * Revert "Revert "Cpp fixes"" This reverts commit 8462d81. * Revert "Revert "Remove ament pep257 & flake8"" This reverts commit c689352. * Revert "Revert "Update urdf2webots submodule"" This reverts commit e2ed2b3. * Order fixes * Skip submodule tests * Finalize * Sync submodule (#602) Co-authored-by: ad-daniel <[email protected]> * Sync submodule (#606) Co-authored-by: ad-daniel <[email protected]> * Sync submodule (#609) Co-authored-by: ad-daniel <[email protected]> * Sync submodule (#613) Co-authored-by: ad-daniel <[email protected]> * Fix macOS local assets with relative URLs (#612) * Add macOS copy * remove host * Update changelogs * Optional Ros2 Supervisor (#616) * webots launcher creates supervisor if needed * Update launch files * minor fix * Update changelogs * Fix URDF spawner on macOS and WSL (#610) * add wsl and macos urdfpath edit * Better path manipulation in supervisor * fix package names in yalm and xacro * Fix resources copy and prefix * Fix directory split * Update wsl * fix wsl * Update changelogs * cleanup * fix sources * Update webots_ros2_driver/webots_ros2_driver/ros2_supervisor.py Co-authored-by: ad-daniel <[email protected]> * Update ros2_supervisor.py * clear trailing whitespace * Update changelog --------- Co-authored-by: ad-daniel <[email protected]> * update changelogs and version (#620) * Sync submodule (#623) Co-authored-by: ad-daniel <[email protected]> * adding possibility to select stream type (#625) * adding possibility to select stream type * Update webots_ros2_driver/webots_ros2_driver/webots_launcher.py Co-authored-by: Olivier Michel <[email protected]> --------- Co-authored-by: Sebastian Ohl <[email protected]> Co-authored-by: Olivier Michel <[email protected]> * Fix tests (#633) * fix pep8 * fix pep8 --------- Co-authored-by: ad-daniel <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ad-daniel <[email protected]> Co-authored-by: Sebastian Ohl <[email protected]> Co-authored-by: Sebastian Ohl <[email protected]> Co-authored-by: Olivier Michel <[email protected]>
- Loading branch information
1 parent
732f534
commit d999fa6
Showing
43 changed files
with
219 additions
and
137 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>webots_ros2</name> | ||
<version>2023.0.1</version> | ||
<version>2023.0.2</version> | ||
<description>Interface between Webots and ROS2</description> | ||
|
||
<maintainer email="[email protected]">Cyberbotics</maintainer> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>webots_ros2_control</name> | ||
<version>2023.0.1</version> | ||
<version>2023.0.2</version> | ||
<description>ros2_control plugin for Webots</description> | ||
<maintainer email="[email protected]">Cyberbotics</maintainer> | ||
<url type="website">http://wiki.ros.org/webots_ros2</url> | ||
|
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,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package format="3"> | ||
<name>webots_ros2_driver</name> | ||
<version>2023.0.1</version> | ||
<version>2023.0.2</version> | ||
<description>Implementation of the Webots - ROS 2 interface</description> | ||
<maintainer email="[email protected]">Cyberbotics</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="2"> | ||
<name>webots_ros2_epuck</name> | ||
<version>2023.0.1</version> | ||
<version>2023.0.2</version> | ||
<description>E-puck2 driver for Webots simulated robot</description> | ||
|
||
<maintainer email="[email protected]">Cyberbotics</maintainer> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="2"> | ||
<name>webots_ros2_importer</name> | ||
<version>2023.0.1</version> | ||
<version>2023.0.2</version> | ||
<description>This package allows to convert URDF and XACRO files into Webots PROTO files.</description> | ||
|
||
<maintainer email="[email protected]">Cyberbotics</maintainer> | ||
|
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
Oops, something went wrong.