We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f358038 commit 2ec0aa3Copy full SHA for 2ec0aa3
1 file changed
manager/manager/launcher/launcher_ros2_api.py
@@ -29,10 +29,10 @@ def run(self, callback):
29
30
if ACCELERATION_ENABLED:
31
exercise_launch_cmd = (
32
- f"export VGL_DISPLAY={DRI_PATH}; vglrun ros2 launch {self.launch_file}"
+ f"echo AAAAA;source workspace/worlds/install/setup.bash;export VGL_DISPLAY={DRI_PATH}; vglrun ros2 launch {self.launch_file}"
33
)
34
else:
35
- exercise_launch_cmd = f"source workspace/worlds/install/setup.bash;ros2 launch {self.launch_file}"
+ exercise_launch_cmd = f"echo AAAAA;source workspace/worlds/install/setup.bash;ros2 launch {self.launch_file}"
36
37
exercise_launch_thread = DockerThread(exercise_launch_cmd)
38
exercise_launch_thread.start()
0 commit comments