Skip to content

Commit

Permalink
fix 3d sim by updating the submodules and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Nov 28, 2024
1 parent e3eb00b commit 3df21f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ COPY . /catkin_ws/src/uav_hitl_simulator
RUN source /opt/ros/$ROS_DISTRO/setup.bash && cd /catkin_ws/ && git config --global http.sslverify false && catkin build
RUN echo source scripts/run_sim.sh ros >> ~/.bashrc

RUN ln -s /usr/bin/python3 /usr/bin/python

CMD echo "main process has been started" && \
source /opt/ros/$ROS_DISTRO/setup.bash && source /catkin_ws/devel/setup.bash && \
echo "container has been finished"
2 changes: 1 addition & 1 deletion inno_sim_interface/inno_sim_interface

0 comments on commit 3df21f0

Please sign in to comment.