clydemcqueen / tello_ros

C++ ROS2 driver for DJI Tello drones
BSD 3-Clause "New" or "Revised" License
193 stars 65 forks source link

Update build instructions for Eloquent and Dashing #55

Open clydemcqueen opened 3 years ago

clydemcqueen commented 3 years ago

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