We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e71320 commit 783b31bCopy full SHA for 783b31b
.github/workflows/debian-packages.yml
@@ -150,7 +150,7 @@ jobs:
150
- name: Test greenwave_monitor execution
151
run: |
152
source /opt/ros/${{ matrix.ros_distro }}/setup.bash
153
- ros2 run greenwave_monitor greenwave_monitor & echo $! > /tmp/gwm.pid
+ ros2 run greenwave_monitor greenwave_monitor > dev/null 2>&1 & echo $! > /tmp/gwm.pid
154
sleep 5
155
ros2 node list | tee /tmp/nodes.txt
156
grep -q greenwave_monitor /tmp/nodes.txt
0 commit comments