Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KalanaRatnayake committed Jul 22, 2024
1 parent c12e099 commit 342b242
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ ENTRYPOINT [ "/workspace_entrypoint.sh" ]

WORKDIR ${WORKSPACE_ROOT}

CMD . $WORKSPACE_ROOT/install/setup.bash && ros2 launch yolo_ros docker.launch.py yolo_model:=$YOLO_MODEL \
input_rgb_topic:=$INPUT_RGB_TOPIC \
input_depth_topic:=$INPUT_DEPTH_TOPIC \
subscribe_depth:=$SUBSCRIBE_DEPTH \
publish_annotated_image:=$PUBLISH_ANNOTATED_IMAGE \
annotated_topic:=$YOLO_ANNOTATED_TOPIC \
detailed_topic:=$YOLO_DETAILED_TOPIC \
threshold:=$YOLO_THRESHOLD \
device:=$YOLO_DEVICE
CMD ros2 launch yolo_ros docker.launch.py yolo_model:=$YOLO_MODEL \
input_rgb_topic:=$INPUT_RGB_TOPIC \
input_depth_topic:=$INPUT_DEPTH_TOPIC \
subscribe_depth:=$SUBSCRIBE_DEPTH \
publish_annotated_image:=$PUBLISH_ANNOTATED_IMAGE \
annotated_topic:=$YOLO_ANNOTATED_TOPIC \
detailed_topic:=$YOLO_DETAILED_TOPIC \
threshold:=$YOLO_THRESHOLD \
device:=$YOLO_DEVICE
18 changes: 9 additions & 9 deletions docker/Dockerfile.jetson-nano
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ ENTRYPOINT [ "/workspace_entrypoint.sh" ]

WORKDIR ${WORKSPACE_ROOT}

CMD . $WORKSPACE_ROOT/install/setup.bash && ros2 launch yolo_ros docker.launch.py yolo_model:=$YOLO_MODEL \
input_rgb_topic:=$INPUT_RGB_TOPIC \
input_depth_topic:=$INPUT_DEPTH_TOPIC \
subscribe_depth:=$SUBSCRIBE_DEPTH \
publish_annotated_image:=$PUBLISH_ANNOTATED_IMAGE \
annotated_topic:=$YOLO_ANNOTATED_TOPIC \
detailed_topic:=$YOLO_DETAILED_TOPIC \
threshold:=$YOLO_THRESHOLD \
device:=$YOLO_DEVICE
CMD ros2 launch yolo_ros docker.launch.py yolo_model:=$YOLO_MODEL \
input_rgb_topic:=$INPUT_RGB_TOPIC \
input_depth_topic:=$INPUT_DEPTH_TOPIC \
subscribe_depth:=$SUBSCRIBE_DEPTH \
publish_annotated_image:=$PUBLISH_ANNOTATED_IMAGE \
annotated_topic:=$YOLO_ANNOTATED_TOPIC \
detailed_topic:=$YOLO_DETAILED_TOPIC \
threshold:=$YOLO_THRESHOLD \
device:=$YOLO_DEVICE

0 comments on commit 342b242

Please sign in to comment.