Skip to content

Commit

Permalink
modify changes for fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaKhaledi committed Nov 16, 2024
1 parent ee3531d commit 505b3e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerFile/Dockerfile_px4_sim_NO_GPU
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt update 1>/dev/null && \
ros-$ROS_DISTRO-nav2-bringup \
ros-$ROS_DISTRO-rtabmap-ros 1>/dev/null

RUN pip3 install --user -U empy==3.3.4 pyros-genmsg setuptools
# RUN pip3 install --user -U empy==3.3.4 pyros-genmsg setuptools

## PX4 Stuff
RUN cd / && git clone https://github.com/PX4/PX4-Autopilot.git -b v1.15.1 --recursive
Expand Down
4 changes: 2 additions & 2 deletions dockerFile/Dockerfile_px4_sim_with_GPU
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pk
## PX4 Stuff
RUN cd / && git clone https://github.com/PX4/PX4-Autopilot.git -b v1.15.1 --recursive \
--progress --verbose 1>/dev/null && \
cd /PX4-Autopilot && ./Tools/setup/ubuntu.sh &&\
pip3 install --user -U empy==3.3.4 pyros-genmsg setuptools
cd /PX4-Autopilot && ./Tools/setup/ubuntu.sh
# pip3 install --user -U empy==3.3.4 pyros-genmsg setuptools

## Install Nav2 and rtabmap
RUN apt install -y \
Expand Down

0 comments on commit 505b3e4

Please sign in to comment.