Skip to content

Commit e9019e8

Browse files
committed
debug msg
1 parent c405f54 commit e9019e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

manager/manager/launcher/launcher_ros2_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ def run(self,callback):
3030
self._set_environment()
3131
launch_file = os.path.expandvars(self.launch_file)
3232

33+
print("\n\n\nLaunch file: " + str(launch_file))
34+
3335
if (ACCELERATION_ENABLED):
3436
exercise_launch_cmd = f"export VGL_DISPLAY={DRI_PATH}; vglrun ros2 launch {launch_file}"
3537
else:

0 commit comments

Comments
 (0)