Skip to content

Commit

Permalink
modified launch file for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
KalanaRatnayake committed Jul 19, 2024
1 parent 82d129c commit 456c6dc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docker/Dockerfile.jetson-nano
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,12 @@ ENTRYPOINT [ "/workspace_entrypoint.sh" ]

WORKDIR ${WORKSPACE_ROOT}

CMD ros2 launch yolo_ros docker.launch.py
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 456c6dc

Please sign in to comment.