mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 06:44:08 +08:00
fixed some stuff
This commit is contained in:
parent
353c230db5
commit
da8c9af37b
@ -55,8 +55,8 @@ RUN apt-get -y install ros-indigo-octomap-msgs
|
||||
# Some QT-Apps/Gazebo don't not show controls without this
|
||||
ENV QT_X11_NO_MITSHM 1
|
||||
|
||||
COPY scripts/setup-workspace.sh ~/
|
||||
RUN chmod +x ~/setup-workspace.sh
|
||||
COPY scripts/setup-workspace.sh /root/scripts
|
||||
RUN chmod +x /root/setup-workspace.sh
|
||||
|
||||
|
||||
CMD ["/usr/bin/xterm"]
|
||||
|
||||
@ -39,5 +39,5 @@ cd $WORKSPACE/src
|
||||
git clone https://github.com/catkin/catkin_simple.git
|
||||
|
||||
cd $WORKSPACE
|
||||
echo "Execute catkin_make to compile all the sources."
|
||||
catkin_make
|
||||
|
||||
|
||||
1
Tools/ros/vagrant/px4-ros/Vagrantfile
vendored
1
Tools/ros/vagrant/px4-ros/Vagrantfile
vendored
@ -18,6 +18,7 @@
|
||||
# Attention: will loose all data when stopped, vagrant runs this with "--rm"
|
||||
#
|
||||
# TODO
|
||||
# - do not run the docker container with "--rm" (vagrant default). is that even possible?
|
||||
# - maybe map a local working directory to compile stuff without loosing it in side the docker container
|
||||
#
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user