-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add WebotsLauncher * Add test package * Add distance sensor tests * Add range finder test * Add plugin test * Fix spelling * Add IMU test * Improve publishing * Add light sensor test * Fix colcon test * Add CI * Use sudo * Update * Update with sudo * Add missing packages * Add cache * Test * Test * Test * Test * Fix * Test * Test * Test * Test * Test * Increase timeout * Revert camera test * pylint * Fix Windows arguments * Update webots_ros2_driver/webots_ros2_driver/webots_launcher.py Co-authored-by: Stefania Pedrazzi <[email protected]> * Update webots_ros2_driver/webots_ros2_driver/utils.py Co-authored-by: Stefania Pedrazzi <[email protected]> * Update webots_ros2_driver/webots_ros2_driver/utils.py Co-authored-by: Stefania Pedrazzi <[email protected]> * Update webots_ros2_driver/webots_ros2_driver/utils.py Co-authored-by: Stefania Pedrazzi <[email protected]> * Update utils.py * Update driver_test.wbt Co-authored-by: Stefania Pedrazzi <[email protected]>
- Loading branch information
1 parent
b746298
commit 08a061e
Showing
37 changed files
with
1,012 additions
and
83 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
apt update | ||
apt install -y wget dialog apt-utils | ||
wget https://github.com/cyberbotics/webots/releases/download/R${WEBOTS_VERSION}/webots_${WEBOTS_VERSION}_amd64.deb -O /tmp/webots.deb | ||
apt install -y /tmp/webots.deb xvfb |
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,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
export WEBOTS_VERSION=2021b | ||
export WEBOTS_OFFSCREEN=1 | ||
export DEBIAN_FRONTEND=noninteractive | ||
export QTWEBENGINE_DISABLE_SANDBOX=1 |
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
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
Oops, something went wrong.