Dimitrios Koutras

Results 12 comments of Dimitrios Koutras

Hello, did anyone solve this issue ?

Had some progress it seems that the Jetson Xavier has aarch64, that means that mavsdk_server should be initiated mannualy and connecte it to the serial port where the FTDI is....

Tried to test if I can connect to the pixhawk via mavlink by running the mavlink_shell.py from the PX4/tools repository. `python3 mavlink_shell.py /dev/ttyUSB0 --baudrate 11520` and the script failed with...

Thanks for the fast response and the awsome work maintaining the repo! And @JonasVautherin you are right, it seems that despite I have the set MAV_1_CONFIG = TELEM 2 the...

Unfortunately I did not solve it yet. But I will check it again as soon as possible.

@keytheengineer I managed to activate both TELEM1 (companion computer) and TELEM2 (radio telemetry to Qground control station) using the following parameters: MAV_0_CONFIG TELEM1 MAV_0_FORWARD 1 MAV_0_MODE Normal MAV_0_RATE 1200 B/s...

I have recently encountered the same problem. A quick fix is changing the UdpPort and ControlPort ``` { "SettingsVersion": 1.2, "LogMessagesVisible": true, "SimMode": "Multirotor", "OriginGeopoint": { "Latitude": -35.363261, "Longitude": 149.165230,...

Hello! I am facing the same issue here. Does anyone have any relevant instruction to provide?

Hello everyone and thank you for the interest in our work. Unfortunately the project has not been adapted to match gymnasium. You are welcome to do the relevant changes and...