-
Notifications
You must be signed in to change notification settings - Fork 47
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
Bayland world not found #31
Comments
That's odd. Looks like a PX4 issue. Although v1.11 is fairly old. Can't you move to v1.13? |
@julianoes I think you did not understand me correctly - everything after
It might be due to the fact that the Docker's entrypoint changed allowing vehicle and world?! Edit:I think I found the problem and it's the fact that there is an error when using Edit 2:@julianoes After updating the version QGroundControl works file, however, MAVSDK server does not... It can't find the new system for some reason. Using the old
using the newer version (no change in docker-compose setup) results to only (I've tried with
This might be related to:
This message was not present in the older
|
Hm, so is the change that breaks it one related to PX4 or MAVSDK? It looks like it would be PX4 but from your testing it seems to be related to MAVSDK? |
I think it might be related to the image. It seems that the broadcasting changed and that's why mavsdk_server does not find the system. When I run mavsdk_server locally (without docker-compose) it finds the system and connects. I tried different solutions like setting a custom network with static IPs: networks:
internal-ip:
ipv4_address: 172.20.0.6 # and 172.20.0.5 for px4-gazebo-headless
networks:
internal-ip:
driver: bridge
ipam:
driver: default
config:
- subnet: 172.20.0.0/24 using the services name (for mavsdk server) - It does not find any system: mavsdk-grpc-server | [09:32:08|Info ] MAVSDK version: v1.4.4 (mavsdk_impl.cpp:20)
mavsdk-grpc-server | [09:32:08|Info ] Waiting to discover system on udp://px4-gazebo-headless:14540... (connection_initiator.h:20)
mavsdk-grpc-server | [09:32:08|Debug] Initializing connection to remote system... (mavsdk_impl.cpp:480) |
Ok, so, the initial problem I had with I've renamed this issue because it is still an issue that should be fixed and I'm opening a new issue to track down why |
Running
I get:
Not sure why, though. Where should the file be? |
According to the docs (https://docs.px4.io/main/en/simulation/gazebo_worlds.html) the files are located in this repo: https://github.com/PX4/PX4-SITL_gazebo/tree/main/worlds Not sure where and how they are pulled in the PX4-Autopilot repo and SITL configuration though. |
Hmm, not sure why that changed. Please let me know if you find the root cause 😊 |
I'm pretty sure that this is an issue with the image itself. Prior to
1.11
(i.e. 0.10.1) this issue is not present:PX4 logs:
The text was updated successfully, but these errors were encountered: