Skip to content

Commit

Permalink
fix: behaviortree cpp dep
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGuyWithoutH committed Aug 3, 2024
1 parent 375dd66 commit fd293e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_humble_jetson_torch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ 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 \
behaviortree-cpp-v3 \
behaviortree_cpp \
xacro

WORKDIR /home/$USERNAME
Expand Down

0 comments on commit fd293e2

Please sign in to comment.