Closed khunglong207 closed 7 months ago
I fixed it but when I go to connect I can't scan for udp, do you have any ideas?
I added a SITL checkbox to switch the address box to an IP. You will need to click on the SITL checkbox before you can scan.
@llanesc I'm new so can you help me? I don't know that command
Right next to the address box in the client is a checkbox that says SITL. Click on that when you want to use the simulator.
@llanesc yes i clicked but not find udp
@llanesc
You might have the official cflib installed. Can you try uninstalling cflib with pip uninstall cflib and then install it from the CrazySim folder with pip install -e . Also can you try running a demo with CFLib to make sure it's installed. Just make sure to change the URI in the script to "udp://0.0.0.0:19850".
Also when you click on SITL checkbox you are clicking on scan and then connect right? If you scan and don't see the udp interface show up you probably don't have my modified CFLib installed.
theshy@theshy7119:~/CrazySim/crazyflie-lib-python$ pip install -e
Usage:
pip install [options]
-e option requires 1 argument @llanesc I try but command show it i am a new student use ros drone for project so hope you try hepl me
Don't forget the dot at the end. "pip install -e ."
can you give me running a demo with CFLib
go to the file: CrazySim/crazyflie-lib-python/examples/autonomy/motion_commander_demo.py and change the URI to uri_helper.uri_from_env(default='udp://0.0.0.0:19850'). then just run the script with Gazebo open.
@llanesc oh my god thank you verry much i try it so much but when he answer me i do it. you r god. I am a student aerospace in Hanoi university of science and technology In VỉetNam. i have many question for your project but now In Hanoi is 1pm , it so late, so i will ask you for my question on tomorrow. Can i ask you from email, facebook, ins or ms team? Once again I thank you, you are very enthusiastic in supporting me
Sure, just email me if you have anymore questions. christian.llanes@gatech.edu
i am having this problem can you help i tried the command line "sudo apt-get install liblapack-dev". But it still doesn't run
Hi, Sorry to talk on this closed discussion, but I am facing the same issue with the lapack.h not found. Could you explain how do you solve this issue @khunglong207 ? (or anybody that knows how to fix it)
@GusBon You need to install LAPACK. Try doing this command:
sudo apt-get install liblapack-dev
Yup I have done it, as the dependencies of the section said to do, the package manager said that I already had liblapack-dev package. (I am running Ubuntu22.04). But when building with make I got this error at the 32% of the build
@GusBon could you try this one as well? There's an extra e after pack.
sudo apt-get install liblapacke-dev
Hi, It worked thanks ! After some researches liblapack is a fortran library for linear algebra. the package "liblapack-dev" contains a static verions of the library, and the package "liblapacke-dev" contains a static version of the library and development files for the C language for lapack. I am now able to launch gazebo with a single crazyflie and 8 crazyflies in a square shape. Thank you !
i am having this problem can you help i tried the command line "sudo apt-get install liblapack-dev". But it still doesn't run