Commit 4eb18344 authored by Inès EL HADRI's avatar Inès EL HADRI 💤

Edit launchfiles

parent 570a9cee
......@@ -11,3 +11,7 @@ launch:
# Launch a terminal that listens to the "detection" topic to print when we see a bottle in the FOV
- executable:
cmd: gnome-terminal --tab -e 'ros2 topic echo "detection"'
# Launch teleop
- executable:
cmd: gnome-terminal --tab -e 'ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args --remap cmd_vel:=/multi/cmd_teleop'
......@@ -26,10 +26,6 @@ launch:
exec: "cam_vision"
name: "cam_vision"
- executable:
cmd: gnome-terminal --tab -e 'ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args --remap cmd_vel:=/multi/cmd_teleop'
# Launch a SLAM algorithm
- include:
file: "$(find-pkg-share slam_toolbox)/launch/online_sync_launch.py"
\ No newline at end of file
......@@ -11,3 +11,7 @@ launch:
# Launch a terminal that listens to the "detection" topic to print when we see a bottle in the FOV
- executable:
cmd: gnome-terminal --tab -e 'ros2 topic echo "detection"'
# Launch teleop
- executable:
cmd: gnome-terminal --tab -e 'ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args --remap cmd_vel:=/multi/cmd_teleop'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment