clydemcqueen / tello_ros

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

Use built-in CMake command instead of custom script #36

Closed clydemcqueen closed 5 years ago

clydemcqueen commented 5 years ago

I found a nifty CMake command that essentially does the same thing as replace.py. Less code.