-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
I have been testing my algorithms using the v.1.2.2 tag branch until today. After seeing mr @clovett 's commits (12th Dec) I have decided to checkout to master to see if they solve some of my problems (Repeating Critical Navigation Failure and sensor data losses, freezing when AirSim is close and etc.). But unfortunately now AirSim neither does send GPS data nor it gets actuators from my Pixhawk2Cube. I think there is a problem with my old AirSim settings(.json) as the Pixhawk settings are now updated (params are added and all).
I am running on the following system:
Pixhawk2Cube + v1.9.2 fmu
Pixhawk and AirSim are connected through serial port (use_serial=true)
QGroundControl communicating to my Pixhawk through telem1 port (another direct mavlink instance, instead of the AirSim udp port)
A joystick with RC_IN_MODE = Virtual RC by Joystick
My settings are as follows:
"Vehicles": {
"PX4": {
"VehicleType": "PX4Multirotor",
"QgcHostIp": "127.0.0.1",
"QgcPort": 14550,
"ControlIp": "127.0.0.1",
"ControlPort": 14560,
"SerialBaudRate": 115200,
"SerialPort": "*",
"SimCompID": 42,
"SimSysID": 142,
"UseSerial": true,
"UseTcp": false,
"VehicleCompID": 1,
"VehicleSysID": 142,
"LocalHostIp": "127.0.0.1",
"params": {
"NAV_RCL_ACT": 0,
"NAV_DLL_ACT": 0,
"LPE_LAT": 47.641468,
"LPE_LON": -122.140165,
"COM_OBL_ACT": 1
}
}
}
}