We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d559fc1 commit efa6e01Copy full SHA for efa6e01
1 file changed
.github/workflows/ros2_launch_tests.yaml
@@ -63,6 +63,15 @@ jobs:
63
fi
64
pip install pytest pytest-timeout pytest-cov
65
66
+ - name: Configure Gazebo for headless rendering
67
+ run: |
68
+ echo "export GAZEBO_IP=127.0.0.1" >> $GITHUB_ENV
69
+ echo "export OGRE_RTT_MODE=Copy" >> $GITHUB_ENV
70
+ echo "export DISPLAY=:1" >> $GITHUB_ENV
71
+ # Set up virtual framebuffer
72
+ sudo apt-get install -y xvfb
73
+ Xvfb :1 -screen 0 1280x1024x24 &
74
+
75
- name: Build workspace
76
run: |
77
source /opt/ros/humble/setup.bash
0 commit comments