Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker_ros_tensorflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bachelor_ws
docker_ros_tensorflow
Commits
adee24b4
Commit
adee24b4
authored
2 years ago
by
franzqueissner
Browse files
Options
Downloads
Patches
Plain Diff
prettify
parent
ea24d3ec
No related branches found
No related tags found
No related merge requests found
Pipeline
#14596
failed
2 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-11
1 addition, 11 deletions
Dockerfile
with
1 addition
and
11 deletions
Dockerfile
+
1
−
11
View file @
adee24b4
...
@@ -65,22 +65,12 @@ RUN echo "$ssh_prv_key" > /root/.ssh/id_rsa && \
...
@@ -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
&&
\
chmod
600 /root/.ssh/id_rsa.pub
chmod
600 /root/.ssh/id_rsa.pub
arg
adfsasdd
## CLONE ROS PACKAGES
## 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_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_openai.git
RUN
cd
src
&&
git clone git@gitlab.bht-berlin.de:bachelor_ws/panda_simulator.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
RUN
cd
src
&&
git clone https://bitbucket.org/theconstructcore/theconstruct_msgs.git
# next clones are in build_ws.sh
# script clones franka_panda_description, franka_ros_interface and orocos_kinematics_dynamics + makes dependencies + builds
# 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
RUN
cd
src/panda_simulator
&&
./build_ws.sh
RUN
cd
src/panda_simulator
&&
./build_ws.sh
## run simulation through script
## run simulation through script
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment