db1d565b64
Integration Tests / melodic (push) Has been cancelled
Integration Tests / noetic (push) Has been cancelled
Integration Tests / humble (push) Has been cancelled
Integration Tests / jazzy (push) Has been cancelled
Ruff Lint & Format / ruff (push) Has been cancelled
Sync main to develop / Check if sync is needed (push) Has been cancelled
Sync main to develop / Sync main to develop (push) Has been cancelled
5 lines
101 B
Bash
5 lines
101 B
Bash
#!/bin/bash
|
|
set -e
|
|
source /opt/ros/${ROS_DISTRO}/setup.bash
|
|
exec ros2 launch /ros2_ws/ros2_launch.py
|