Skip to content
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

The coordinates for the home point are not set! #4960

Open
ReplanZ opened this issue May 26, 2024 · 0 comments
Open

The coordinates for the home point are not set! #4960

ReplanZ opened this issue May 26, 2024 · 0 comments

Comments

@ReplanZ
Copy link

ReplanZ commented May 26, 2024

Question

Hi all! For a week now since the installation, I have been trying to understand the reason why PX4 does not receive coordinates for AirSim from GPS. I checked all possible options and still did not find a solution to my problem. I tested various versions PX4 starting from 1.12.0 beta 1(since I use WSL and cannot use versions lower than this) and ending with 1.14.3 (here it generally EKF shows "missing data") What could I be doing wrong because of what PX4 does not accept my coordinates and cannot determine them at all. The problem is relevant for me because due to this problem I cannot control the drone. Thanks for the answer!

####PSS:
I installed OriginGeopoint in a file settings.json and it doesn't solve my problem. I read the topics that have already been raised and did not find a solution to my problem in them either.

WSL Ununtu 20.04 :
Here I have PX4 and everything related to ROS.
Windows: Here I have AirSim.

System

Windows WSL Ubuntu 20.04, AirSim version 1.8.1, Python 3, Unreal version 4.27.2, PX4 version 1.12.0 beta 3

{ "SettingsVersion": 1.2, "SimMode": "Multirotor", "ClockType": "SteppableClock", "Vehicles": { "PX4": { "VehicleType": "PX4Multirotor", "UseSerial": false, "Lockstep": true, "RpcEnabled": true, "AllowAPIlways": true, "UseTcp": true, "TcpPort": 4560, "ControlIp": "WSL Ubuntu 20.04", "ControlPortLocal": 14540, "ControlPortRemote": 14580, "LocalHostIp": "Windows host", "ApiServerPort": 42451, "X": 0,"Y": 0, "Z": 0, "OriginGeopoint": { "Latitude": 39.9334, "Longitude": 32.8597, "Altitude": 889 }, "DefaultSensors":{ "Barometer":{ "SensorType": 1, "Enabled": true }, "Imu": { "SensorType": 2, "Enabled": true }, "Gps": { "SensorType": 3, "Enabled": true }, "Magnetometer": { "SensorType": 4, "Enabled": true } }, "Parameters": { "NAV_RCL_ACT": 0, "NAV_DLL_ACT": 0, "COM_OBL_ACT": 1, "LPE_LAT": 39.9334, "LPE_LON": 32.8597 } } } }

Include details of what you already did to find answers

WorkSpace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant