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
However, the drone_wrapper_class is a node that is ran by the tello_wrapper.launch file but cannot be ran because althought the drone_wrapper package is installed, the node is not; 👎
I think your CMakeLists.txt should also install the drone_wrapper_class as a node;
The text was updated successfully, but these errors were encountered:
Hi,
The drone_wrapper_class is considered as part of the drone_wapper package
Indeed, after installation, the following works as expected 👍
However, the
drone_wrapper_class
is a node that is ran by the tello_wrapper.launch file but cannot be ran because althought the drone_wrapper package is installed, the node is not; 👎I think your CMakeLists.txt should also install the drone_wrapper_class as a node;
The text was updated successfully, but these errors were encountered: