Hi everyone,
I’m working on a ROV project with Pixhawk, and I’m facing some issues. I’m using a Raspberry Pi as the companion computer, and I’m connecting to Pixhawk over MAVLink. I’m able to receive data from Pixhawk through a udpin connection. I’m successfully receiving the heartbeat signal and can send the ARM command.
I’m able to control the thrusters through QGroundControl, so I believe there’s no hardware issue.
I’ve set Pixhawk to GUIDED mode and disabled certain safety checks (e.g., ARMING_CHECK
) temporarily for testing. Despite these changes, I’m still unable to send PWM signals to the thrusters.
This is the code I wrote. I checked here (Pymavlink · GitBook)
Also this is my output
The code works in the correct order, but I have a problem with the pwm signals reaching the thrusters, as far as I understand. If anyone has experience with this issue or can provide suggestions, I would appreciate your help.
Thank you in advance
Ömer