forked from uzh-rpg/flightmare
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jiaping Xiao edited this page Sep 8, 2020
·
6 revisions
Welcome to the flightmare development notes wiki! This repository is forked from https://github.com/uzh-rpg/flightmare.git and implemented in a newer platform. It is a test and also a second developing. I will keep notes in this project to give some feedbacks.
If you encountered /opencv2/opencv2/..., no such a directory or file, you should add include_directories(${OpenCV_INCLUDE_DIRS}) after find_package(OpenCV REQUIRED) in /flightmare/flightlib/CmakeLists.
fixed in original master.
- git remote add upstream
- git pull upstream master
- git push origin
There are two problems when start the gazebo.
-
Error in REST request for accessing api.ignition.org Solution
- Upgrade to Gazebo >= 9.1.0, which has Fuel disabled by default.
- Update the server in ~/.ignition/fuel/config.yamlfrom https://api.ignitionfuel.org to https://api.ignitionrobotics.org.
-
VMware: vmw_ioctl_command error Invalid argument. Solution
- unchecking "Accelerate 3D Graphics" option in the virtual machine settings.
- increasing the amount of graphics memory to 2GB
- _catkin_pkg cannot find in python _
Solution
- add the adr:/usr/lib/python2.7/dist-packages into ~/.bashrc
- if using method above, you may cannot open conda. Then you should $ unset PYTHONPATH in your terminal.