You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build instructions for Dashing and Eloquent (README.md, Dockerfile) should be updated.
E.g., in docker/eloquent/Dockerfile
RUN git clone https://github.com/clydemcqueen/tello_ros.git
RUN git clone https://github.com/ptrmu/ros2_shared.git
RUN git clone https://github.com/ptrmu/fiducial_vlam.git
should be
RUN git clone https://github.com/clydemcqueen/tello_ros.git -b eloquent
RUN git clone https://github.com/ptrmu/ros2_shared.git -b eloquent
RUN git clone https://github.com/ptrmu/fiducial_vlam.git -b eloquent
The text was updated successfully, but these errors were encountered:
Build instructions for Dashing and Eloquent (README.md, Dockerfile) should be updated.
E.g., in docker/eloquent/Dockerfile
should be
The text was updated successfully, but these errors were encountered: