-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📚 Backward incompatibility: Updates for px4 firmware v1.13.2 #150
Comments
Hello. When I do that on my computer, files inside mrs_workspace/simulation/ ros_packages do not have folders like px4_firmware and vs. any longer. But, Inside git, the probably old folders, are still there. What should I do? |
@nrlhozkan did you follow the first point?
If yes, have you called |
I have one workspace and one git folder. I delete, uav_core and simulation in src in my workspace. Then clone again in src. Then I did catkin clean to clean the workspace. Later delete sitl_uav in .ros. After that call the installation.sh in uav_core/installation. Finally build my workspace with catkin build. I did not use gitman install. |
If you installed our system using the native way as it is described in README here https://github.com/ctu-mrs/mrs_uav_system#native-installation-not-recommended, the folders in workspace/src should be symlinks to the git folder. Therefore, you can delete cd ~/git/mrs_uav_system
git checkout master
git pull
./install.sh -g ~/git This should properly download and compile everything. |
And if you cloned |
If the ImportError: cannot import name 'OS_RASPBIAN' from 'rospkg.os_detect' (/usr/local/lib/python3.8/dist-packages/rospkg/os_detect.py) see issue #154 for a solution. |
When calling the install script in uav_core, I have faced an issue with some un-updated IP addresses, and maybe we could add |
I also recommend to run the installation script in the |
This is an important notice for everyone using our system. In the case the MRS system was/is already locally built on your system, you need to do the following steps to have the system properly working:
uav_core
andsimulation
repositories and clone them again.uav_core
andsimulation
repositories.sitl_uav$
in~/.ros
folder.uav_core
repository.The text was updated successfully, but these errors were encountered: