Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker_OpenSoT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
humanoid_nancy
docker_OpenSoT
Commits
2ac5b025
Commit
2ac5b025
authored
6 years ago
by
DALIN Eloise
Browse files
Options
Downloads
Patches
Plain Diff
visuals ok
parent
dbeb9e69
Branches
cluster_opensot_visuals
python3
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
OpenSoT/Dockerfile
+17
-1
17 additions, 1 deletion
OpenSoT/Dockerfile
run_framework.sh
+1
-1
1 addition, 1 deletion
run_framework.sh
with
18 additions
and
2 deletions
OpenSoT/Dockerfile
+
17
−
1
View file @
2ac5b025
...
...
@@ -41,7 +41,7 @@ RUN /bin/bash -c ". /opt/ros/kinetic/setup.bash; \
cmake ..;
\
make ;
\
make install;"
WORKDIR
/home/$USERNAME/
RUN
svn co https://projects.coin-or.org/svn/qpOASES/stable/3.2 qpOASES
...
...
@@ -102,6 +102,7 @@ RUN /bin/bash -c ". /opt/ros/kinetic/setup.bash; \
USER
$USERNAME
COPY
robot_framework /home/$USERNAME/robot_framework
USER
root
RUN
sed
-i
'/OPTION(ROBOTFRAMEWORK_BUILD_DART_GRAPHICS "Compile DART simulator" "OFF")/c\ OPTION(ROBOTFRAMEWORK_BUILD_DART_GRAPHICS "Compile DART simulator" "ON")'
robot_framework/CMakeLists.txt
RUN
/bin/bash
-c
". /opt/ros/kinetic/setup.bash;
\
cd /home/
$USERNAME
/robot_framework;
\
mkdir build;
\
...
...
@@ -134,6 +135,21 @@ RUN echo "export ROBOTFRAMEWORK_CONTROLLER_PATH=/home/$USERNAME/icub_tests/build
RUN
echo
"export ROBOTFRAMEWORK_CONFIG_PATH=/home/
$USERNAME
/robot_framework_config"
>>
/home/
$USERNAME
/.bashrc
RUN
echo
"source /opt/ros/kinetic/setup.bash"
>>
/home/
$USERNAME
/.bashrc
USER
root
RUN
/bin/bash
-c
"add-apt-repository ppa:webupd8team/atom;
\
apt-get update;
\
apt-get install -y atom;"
RUN
apt-get
install
-y
clang-format
USER
$USERNAME
RUN
/bin/bash
-c
"apm install minimap;
\
apm install highlight-selected;
\
apm install minimap-highlight-selected;
\
apm install language-cmake;
\
apm install clang-format;"
USER
root
RUN
chown
-R
$USERNAME
:
$USERNAME
/home
RUN
/bin/bash
-c
". /opt/ros/kinetic/setup.bash;
\
...
...
This diff is collapsed.
Click to expand it.
run_framework.sh
+
1
−
1
View file @
2ac5b025
...
...
@@ -30,7 +30,7 @@ docker run \
--env
=
"USER_UID=
${
USER_UID
}
"
\
--env
=
"USER_GID=
${
USER_GID
}
"
\
--env
=
"DISPLAY=
${
DISPLAY
}
"
\
--name
=
Robotframework
Mismatch
Visual
\
--name
=
RobotframeworkVisual
\
cluster:opensotVisual /bin/bash
-l
export
containerId
=
'docker ps -l -q'
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