Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Merge pull request #86 from AcutronicRobotics/fix-travis
Browse files Browse the repository at this point in the history
Update Dockerfile:
  • Loading branch information
LanderU authored May 27, 2019
2 parents 2ae947b + cc26ccd commit 28086b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ RUN \
&& wget https://raw.githubusercontent.com/acutronicrobotics/MARA/master/mara-ros2.repos \
&& vcs import src < mara-ros2.repos \
&& pip3 install hrim \
&& cd src/HRIM && hrim generate models/actuator/servo/servo.xml && hrim generate models/actuator/gripper/gripper.xml
&& cd src/HRIM && hrim generate models/actuator/servo/servo.xml && hrim generate models/actuator/gripper/gripper.xml && hrim generate models/sensor/forcetorque/forcetorque.xml
COPY ./compile.sh /root/ros2_mara_ws
ENTRYPOINT ["/root/ros2_mara_ws/compile.sh"]

0 comments on commit 28086b9

Please sign in to comment.