Page 1 of 1

Library of crazyflie in ROS documents

Posted: Sun Jan 05, 2020 8:12 pm
by RyanMco
Hi guys, Im using python script test_high_level.py and in this script there's
import crazyflie

but in my PC it shows me that the library crazyflie isn't found .. how do I download crazyflie library on Ubunto 18? thanks

Re: Library of crazyflie in ROS documents

Posted: Sun Jan 05, 2020 8:46 pm
by RyanMco
when I do python test_high_level.py it tells me that
import crazyflie library isn't found .. although I downloaded crazyflie_ros
how do I update crazyflie library to crazyflie_ros?

Re: Library of crazyflie in ROS documents

Posted: Sun Jan 05, 2020 11:22 pm
by whoenig
This refers to the helper library in https://github.com/whoenig/crazyflie_ro ... azyflie.py. It should be found automatically, as long as you run python with crazyflie_ros/crazyflie_demo/scripts as your current working directory.