Skip to content

Commit

Permalink
fix: pakage name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGuyWithoutH committed Aug 3, 2024
1 parent 7b1c0d4 commit 375dd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker_humble_jetson_torch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ COPY ros_entrypoint.sh ros2_install.sh .
RUN apt-get update && apt-get upgrade -y
RUN apt-get purge -y '*opencv*'
RUN ./ros2_install.sh \
ros-${ROS_DISTRO}-behaviortree-cpp-v3 \
ros-${ROS_DISTRO}-xacro
behaviortree-cpp-v3 \
xacro

WORKDIR /home/$USERNAME

Expand Down

0 comments on commit 375dd66

Please sign in to comment.