Skip to content

Commit

Permalink
Checking out the right version of aruco
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagrant user for BRASS committed Apr 27, 2018
1 parent 0ce07b1 commit a99dbe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN git clone https://github.com/cmu-mars/brass_gazebo_plugins.git \
# These are required for visual marker stuff to work
#ENV ARUCO_ROS_REV a66a064
RUN git clone https://github.com/cmu-mars/aruco_ros.git \
src/aruco_ros
#&& \
# cd src/aruco_ros && \
src/aruco_ros && \
cd src/aruco_ros && \
git checkout cmu-mars
# git checkout "${ARUCO_ROS_REV}"

ENV PYSDF_REV 6fe0394
Expand Down

0 comments on commit a99dbe1

Please sign in to comment.