Hi,
The drone_wrapper_class is considered as part of the drone_wapper package
Indeed, after installation, the following works as expected 馃憤
python3 -c "from drone_wrapper import drone_wrapper_class
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;
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_classis 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;