Library of crazyflie in ROS documents

Post here to get support
Post Reply
RyanMco
Expert
Posts: 159
Joined: Tue Apr 09, 2019 6:15 am

Library of crazyflie in ROS documents

Post 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
RyanMco
Expert
Posts: 159
Joined: Tue Apr 09, 2019 6:15 am

Re: Library of crazyflie in ROS documents

Post 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?
whoenig
Expert
Posts: 395
Joined: Mon Oct 27, 2014 2:55 am

Re: Library of crazyflie in ROS documents

Post 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.
Post Reply