Skip to content
Snippets Groups Projects
Commit adee24b4 authored by franzqueissner's avatar franzqueissner
Browse files

prettify

parent ea24d3ec
No related branches found
No related tags found
No related merge requests found
Pipeline #14596 failed
......@@ -65,22 +65,12 @@ RUN echo "$ssh_prv_key" > /root/.ssh/id_rsa && \
chmod 600 /root/.ssh/id_rsa && \
chmod 600 /root/.ssh/id_rsa.pub
arg adfsasdd
## CLONE ROS PACKAGES
RUN cd src && git clone git@gitlab.bht-berlin.de:bachelor_ws/panda_control.git
RUN cd src && git clone git@gitlab.bht-berlin.de:bachelor_ws/panda_openai.git
RUN cd src && git clone git@gitlab.bht-berlin.de:bachelor_ws/panda_simulator.git
RUN cd src && git clone https://bitbucket.org/theconstructcore/theconstruct_msgs.git
# next clones are in build_ws.sh
# RUN cd src && git clone git@gitlab.bht-berlin.de:bachelor_ws/franka_panda_description.git
# RUN cd src && git clone https://github.com/JustaGist/franka_ros_interface --branch v0.7.1-dev
# RUN cd src && git clone https://github.com/orocos/orocos_kinematics_dynamics
# script which ros depend and builds
# script clones franka_panda_description, franka_ros_interface and orocos_kinematics_dynamics + makes dependencies + builds
RUN cd src/panda_simulator && ./build_ws.sh
## run simulation through script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment