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 :)
Have you found a way to get this working?
I am trying to achieve something similar using PX4 code for my thesis work. I want the copter to circle the target in Follow me mode when the target stops moving. I tried using Quaternions but I am…"
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…
I am trying to achieve something similar but without Mavproxy.
I am trying to send MAV commands to Pixhawk through a python script via the serial port. Currently, I do not have the hardware. I am wondering if this can be tested in…"
"I have actually given them different system ids. The qGCs identifies them as two different vehicles, yet the behaviour is unpredictable. I will still have a look.
Is there a way to simulate the drones only in jmavsim?
All I want to do is, test a…"
"Hi ,
I could simulate two drones using distinct MAV ids, but the problem I'm facing is that the drones are not responding to missions well. They seem to be flying everywhere and then crashing. This happens only when I simulate two drones.
"1. add a vehicle to tcp5760 . Does it need to be done in qGC comm links ? Peng Cheng said:
Yeah, by default qGCS listen to udp:localhost:14550. You have 2 options:
1. add a vehicle to tcp5760
2. use MAVProxy to direct tcp5760 to udp14550, setting…"
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…
"@Shyam Thnx for such a detailed reply. Will look into this.
I was currently trying to simulate two drones using PX4 SITL. I am able to get two drones on a map in qGCS, plan missions and fly.
What I would like to achieve is , plan missions for the…"
Hello,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…
"Thank you! The requirement is to use qGroundControl as the ground station and PX4 firmware is in C/C++. Russ said:
Hi Anjum if you command the drone to go to the current GPS position of the car, the robot will always be behind of the car because…"
"Could you eleborate what you mean by 'correction speed' ? Does it mean updating the GPS co-ordinates. I'm sorry if that is a stupid question. I am a noob here! The UAV can travel around 30mph, the car can obviously travel much faster.
Russ said:…"