-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
error loading <rosparam> tag in px4_config.yaml #11662
Comments
I have the same issue with you, I also made a clean ubuntu installation. In addition, I can say that I initially used ubuntu 16.04.5 (Everything worked here) and was updated to 16.04.6 (And here it is not) UPD: Well, I just deleted the exclamation mark in front of the degrees in the file indicated by the error. Everything is working. Does this exclamation mark mean something? |
I am having the same issue. Does anybody know why this is happening? |
I solved the issue by downgrading PyYAML from 5.1 to 3.13 manually with "pip uninstall PyYAML" and "pip install PyYAML==3.13" |
I can confirm that downgrading PyYAML from 5.1 to 3.13 works |
I ran into this today as well. What is this exclamation mark for? |
For now a workaround is this change:
but I assume that changes behavior and is not the right fix. |
@jsalvador4 see my answer above. |
My error appears in another line, should I also edit the !degree lines as you noted? |
Check what's causing your issue and see what can fix it. |
mavlink/mavros@1e9d805#diff-1081d05fe29e8c7f51693863fe64cd9f |
@w0rt4 Thanks, worked fine! |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
I tried running the px4 sitl on gazebo with mavros and encountered this issue:
I have previous tried running the multi uav simulation and had no trouble with it. Recently I had to create a fresh installation on a new computer and I am having trouble running mavros and px4 sitl together. How should I rectify this issue?
Any help is appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered: