Skip to content

Commit

Permalink
use installed exec
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoarau committed Sep 21, 2018
1 parent c5c9745 commit 602a29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ WORKDIR build
RUN cmake ..
RUN cmake --build . -- -j`nproc`
RUN ./orca-test
RUN /orca/build/examples/basic/00-load_robot_model /orca/examples/resources/lwr.urdf -l debug
RUN /usr/local/lib/orca/examples/01-simple_controller /usr/local/share/orca/examples/resources/lwr.urdf -l debug

0 comments on commit 602a29f

Please sign in to comment.