Skip to content

Commit

Permalink
install kaskara binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed Jul 9, 2018
1 parent e1ebbb1 commit 73af533
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ ENV TURTLEBOT_STAGE_MAP_FILE /ros_ws/src/turtlebot_simulator/turtlebot_stage/map
ENV TURTLEBOT_STAGE_WORLD_FILE /ros_ws/src/turtlebot_simulator/turtlebot_stage/maps/stage/maze.world
COPY _debug.launch .
COPY turtletest/ turtletest/

# install Kaskara binaries
COPY --from=squareslab/kaskara /opt/kaskara /opt/kaskara
ENV PATH "/opt/kaskara/scripts:${PATH}"

0 comments on commit 73af533

Please sign in to comment.