Commit 5484b314 authored by Inès EL HADRI's avatar Inès EL HADRI 💤

Remove vision from sim launchfile

parent 0e49a55e
...@@ -35,22 +35,6 @@ launch: ...@@ -35,22 +35,6 @@ launch:
name: 'LINEAR_VELOCITY' name: 'LINEAR_VELOCITY'
value: 0.25 value: 0.25
# Publish if there is a bottle in the field of view
- node:
pkg: "grp_astro"
exec: "cam_vision"
name: "cam_vision"
remap:
-
from: '/cam_rgb'
to: '/camera/image_raw'
# Launch a SLAM algorithm # Launch a SLAM algorithm
- include: - include:
file: "$(find-pkg-share slam_toolbox)/launch/online_sync_launch.py" file: "$(find-pkg-share slam_toolbox)/launch/online_sync_launch.py"
\ No newline at end of file
# Launch bottle mapping node
- node:
pkg: "grp_astro"
exec: "bottle_mapping"
name: "bottle_mapping"
\ No newline at end of file
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