Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gepetto Utils
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Gepetto
Gepetto Utils
Commits
250677df
Commit
250677df
authored
4 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
docker crocoddyl codegen: entrypoint
parent
55c4aa6a
No related branches found
No related tags found
1 merge request
!4
Update robotpkg-test-rc.py for pinocchio v2.0.0 tests
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/crocoddyl/Dockerfile
+4
-0
4 additions, 0 deletions
docker/crocoddyl/Dockerfile
docker/crocoddyl/entrypoint.sh
+14
-0
14 additions, 0 deletions
docker/crocoddyl/entrypoint.sh
with
18 additions
and
0 deletions
docker/crocoddyl/Dockerfile
+
4
−
0
View file @
250677df
...
...
@@ -128,3 +128,7 @@ RUN cmake ${CMAKE_OPTS}
RUN
make
-s
RUN
make
-s
test
RUN
make
-s
install
ADD
entrypoint.sh /usr/local
CMD
/usr/local/entrypoint.sh
This diff is collapsed.
Click to expand it.
docker/crocoddyl/entrypoint.sh
0 → 100755
+
14
−
0
View file @
250677df
#!/bin/bash
lscpu
cd
/crocoddyl/build/benchmark/
for
bench
in
bipedal-timings arm-manipulation-cg arm-manipulation-timings bipedal-with-contact-cg
do
echo
echo
============
$bench
============
echo
eval
./
$bench
done
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