Circle the target in Follow Me mode
Hello!
Does anyone know how to get the copter to circle the target when the target has stopped moving ?
I am using PX4 code and Pixhawk FC.
Thanks in advance :)
Read more…Hello!
Does anyone know how to get the copter to circle the target when the target has stopped moving ?
I am using PX4 code and Pixhawk FC.
Thanks in advance :)
Read more…I have been trying to check if my custom mavlink msg has been received by the Pixhawk by adding a print in my msg handle function in mavlink_receiver.cpp. I do not have an FTDI cable to connect to port SER 4/5, which apparently displays all the print
Read more…Hello!
I have a script to extract GPS data from a text file and send MAVlink messages via the serial port. Currently I don't have the hardware and would like to test the functionality through simulation. Could someone tell me which virtual serial port
Read more…Hello!
https://github.com/PX4/Firmware/tree/master/posix-configs/SITL
I have been trying to simulate two UAV's in qGroundControl. I was able to start multiple instances of jmavsim from PX4 codebase from src/Firmware/jMAVSim using the below command.
java
Hello,
Read more…I have been merging a branch into the latest master of PX4. It seems like the master has moved to mavlink v2.0. I created a custom dialect and generated the headers, made the necessary changes for the custom headers to be used. I am running int
Hi All,
I need to implement a follow algorithm so that the UAV follows a test car using the GPS data it receives through the Car-to-X module. The goal is to follow the car and produce good quality video recording of the car and it's surroundings. I am
Read more…
I am pretty new to UAV's and everything related to it. I am working on a project where I have to implement a follow algorithm for the UAV using PX4 firmware to follow a car(both the car and the UAV will have a GPS module). The communication between
I am trying to run PX4 code through SITL simulation without any actual hardware. I am not able to use GeoFence and Follow me functions in the qGroundControl. Are these functions unavailable while simulating? I am not sure if I am doing something wron
Read more…Hello!
I'm a total newbie... I am trying to run my PX4 code on the SITL simulator. I want to test the follow me mode that QGcs provides. The command gets rejected everytime. I am not sure what I'm doing wrong. Could someone plz throw some light on thi
Read more…