Thank you for the advise, I will take a look!
Latest posts made by Advait Pandit
-
RE: RB5 drone goes to a different height than I input
-
RE: MAVSDK not connecting to the RB5 drone
Yes it connects to GCS properly on station mode.
-
RE: RB5 drone goes to a different height than I input
Thank you, I was able to ssh onto the drone via wifi. There is an issue with packages when trying to work with python scripts. I can't download python packages using pip even after creating a virtual environment. I get the error: -bash: pip: command not found
Kind regards,
Advait P
-
RE: MAVSDK not connecting to the RB5 drone
I was able to ping both my laptop from the RB5 and the RB5 from my laptop. I am attaching the screenshots below. It seems to be working fine so I am unsure why it does not connect as expected on the port.
Drone pinging the laptop:
Laptop pinging the drone:
Kind regards,
Advait P
-
RE: RB5 drone goes to a different height than I input
Great, so how can I remotely trigger this script on the drone? I successfully pushed the script using 'adb push' onto the drone's file system but this obviously required a usb connection. Given that the drone needs to run a good distance away, I would need a way to 'adb shell' onto the drone without a usb cable, how could I do that?
Thanks,
Advait P
-
RE: MAVSDK not connecting to the RB5 drone
I am using my laptop for running the MAVSDK script, both (the drone and my laptop) are connected to the same wifi network. I am new to this therefore, I am not sure how I can ping the drone from my laptop or vice versa. Also, the wifi network is only set up to work with multi-device projects in the lab and does not have internet on it.
Is there a specific port I need to connect to for the drone when using udp? For simulation purposes using Jmavsim or Gazebo and the same MAVSDK script, it works with Port:14540 but this does not work for the physical drone.
Kind regards,
Advait P
-
MAVSDK not connecting to the RB5 drone
Hello,
Apologies for so many questions, I have a project deadline coming up. I have a MAVSDK script file that I need to run on my laptop to connect to the drone using udp connection. I have tried using the default 14540 port among others which include 14550 (gcs), 14560, 14556, 14557, 14558 etc. None of which establish a connection.
I am stuck here. When I run this on SITL it does connect with the simulation and runs well. But now I need to use it on my physical drone but I am unable to move forward.
As a background, I am doing a project where I need to use my lab computer (running Windows) to send MoCap from OptiTrack to the MAVSDK script which receives the data, unpacks it and uses it as telemetry for the drone. This script is being executed on my personal laptop running Ubuntu. Now, this script needs to connect to the drone in order to execute this program and that's where I am stuck. Can you please advise me on this. Thanks!
Kind regards,
Advait P
-
RE: RB5 drone goes to a different height than I input
Thank you Eric, I will also post this on the PX4 forum. Would you suggest putting the mavsdk script directly onto the drone to avoid errors/latency issues due to a udp/tcp connection? Is there a way to execute a script on the drone without connecting it with a usb cable. Thanks!
Kind regards,
Advait P
-
RB5 drone goes to a different height than I input
When I give a takeoff command to RB5 drone using QGC and set a particular height (in meters), it does not go to the set height but always ends up going to what I am assuming is the default height. This causes major issues as I my lab is underground and the drone has hit the top of the the safety net and dropped a couple of times. Can you please advise me on this.
Thank you!
Advait P
-
RE: RB5 Flight drone not recognized by QGC when connected to the same WiFi network
Thank you! I was looking for a tutorial everywhere, I am surprised I didn't come across this.
I had another important question instead of creating a thread I will just ask here:
When I give a takeoff command to RB5 drone using QGC and set a particular height (in meters), it does not go to the set height but always ends up going to what I am assuming is the default height. This causes major issues as I my lab is underground and the drone has hit the top of the the safety net and dropped a couple of times. Can you please advise me on this. Thank you!Advait P