Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Feb 7, 2024
1 parent 9b302bd commit c557acf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN MYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \
rosdep update --rosdistro $ROS_DISTRO && \
rosdep install -i --from-path src --rosdistro $ROS_DISTRO -y && \
# Build
mv /husarion_utils/CMakeList.txt src/nav2_mppi_controller/CMakeList.txt && \
mv /husarion_utils/CMakeLists.txt src/nav2_mppi_controller/CMakeLists.txt && \
colcon build --symlink-install --event-handlers console_direct+ --cmake-args -DBUILD_TESTING=OFF && \
apt install -y \
ros-$ROS_DISTRO-navigation2 \
Expand Down
File renamed without changes.

0 comments on commit c557acf

Please sign in to comment.