Skip to content

Commit

Permalink
mppi
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Dec 4, 2023
1 parent ac2fe87 commit 2791d8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ RUN MYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \
apt-get update --fix-missing && apt-get install -y \
ros-dev-tools && \
# Clone source
git clone -b $ROS_DISTRO https://github.com/ros-planning/navigation2.git src && \
git clone -b $ROS_DISTRO https://github.com/ros-planning/navigation2.git src/navigation2 && \
# Install dependencies
# no dependencies for iron on arm64
sed -i '/<exec_depend>turtlebot3_gazebo<\/exec_depend>/d' src/nav2_bringup/package.xml && \
rm -r src/nav2_system_tests/ && \
cp src/navigation2/nav2_mppi_controller src/ &&\
rm -rf src/navigation2/ && \
rm -rf /etc/ros/rosdep/sources.list.d/20-default.list && \
rosdep init && \
rosdep update --rosdistro $ROS_DISTRO && \
Expand Down

0 comments on commit 2791d8c

Please sign in to comment.