Skip to content
Snippets Groups Projects
Commit 250677df authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

docker crocoddyl codegen: entrypoint

parent 55c4aa6a
No related branches found
No related tags found
1 merge request!4Update robotpkg-test-rc.py for pinocchio v2.0.0 tests
......@@ -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
#!/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
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