clydemcqueen / tello_ros

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

colcon build come error include "asio.hpp" is not found #81

Open HadiIoT opened 2 months ago

HadiIoT commented 2 months ago

image

I found this problem after colcon build. I'm running at ROS 2 Galactic and Ubuntu 22.04. I hope someone can fix my problem

clydemcqueen commented 2 months ago

Install libasio-dev:

sudo apt install libasio-dev