agile_flight
agile_flight copied to clipboard
Pyside error?
Hi, when I run roslaunch envsim visionenv_sim.launch render:=True
, it has successfully opened rviz, unity,.. but still got one or two error.
- pyside error:
ImportError: cannot import name 'libqt_gui_cpp_shiboken'
- error in Yaml file
[](url
)
Do you know what the problem? thanks
For the issue with the yaml file check the variable FLIGHTMARE_PATH. I guess
@ouafi98 I have source it in bashrc,for the 1) errror, when I run the launch_evaluation.bash, it can open like this, but the GUI for controling the drone is not working:
Sorry I can't help you, I'm sure the organizer will react quickly. To help them maybe provide what is printed out in the terminal when you try to click on connect and other stuff on the GUI.
Best of luck
hi
- did you resolve the YAML error?
- which python version are you using? it seems there is a problem with the python GUI. when you click connect on the GUI, does it work?
@yun-long i havent solved the yaml file error. I use python3.6, the gui does not have any connect button, it only has off red button like the above image?
-
can you check what is the output when you do
echo $FLIGHTMARE_PATH // the output should be /something/src/agile_flight/flightmare
-
can you try to config your python executable to the python3
cd <your catkin work space>
catkin config -DPYTHON_EXECUTABLE=/usr/bin/python3
@yun-long the gui does not have any connect button, it only has off red button like the above image?
Did you try the 'Connect' button above the red square?
@gorghino yes I tried but nothing happened
@yun-long yes I sourced exactly my FLIGHTMARE_PATH and solved the YAML problem. I set up my workspace to work with python3 as well
When I click on the GUI the cmd output like this:
maybe try to upgrade your python to at least 3.7 I have 3.8 it works just fine for me.