-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Bug of "make px4_sitl gazebo" #13759
Comments
Can you try |
I'm using |
I'm having the same issue. Tried everything, reininstalled everything, buddy's system shows the same error. make clean, git status, make px_sitl - all done.
|
Same thing in there, when i run "no_sim=1 make px4_sitl_default gazebo" there is the following error:
|
I just tested this off latest firmware environment set up as described in our docs. This is Gazebo 9 on Ubuntu 18.04. For me I am closing this as the follow on posts are different reported errors as the original one. @piradata Can you please try again with recent firmware and if you still have the problem report a new bug with detail on your environment setup. Perhaps create a gist with your full build log and link to it? |
okay, I will test it soon, now I am using the old version of px4 on my pc,
will format the laptop for a clean install
Em dom, 2 de fev de 2020 19:21, Hamish Willee <[email protected]>
escreveu:
… Closed #13759 <#13759>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13759>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD6DQXZBFEULAXTSHBZMOZLRA5BPHANCNFSM4J4FIM6A>
.
|
Had the same issues and re-downloaded gazebo plug-ins and it worked like a charm |
Had the same issue but it still can't run in the correct way. FAILED: external/Stamp/sitl_gazebo-classic/sitl_gazebo-classic-build |
The version of my gazebo is 7.16.0.
First I
source ubuntu_sim_common_deps.sh
. Then I ranmake px4_sitl gazebo
.Describe the bug
The bug shown in terminal is in the following:
And the content of CMakeError.log is below:
It seems that there're some problems in 'pthread_create'. But I have no idea how to fix it.
Can someone tell me how to fix that? Thanks!
The text was updated successfully, but these errors were encountered: