-
Updated
Aug 13, 2021 - Go
drone
Here are 1,410 public repositories matching this topic...
-
Updated
Nov 4, 2021 - C++
-
Updated
Oct 30, 2021 - C++
-
Updated
Oct 29, 2021 - Python
What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/)
Firefox
What is the problem?
There does not seem to be a way to get the z-coordinate of a point in orthophoto.

What should be the expected behavior?
The measure
-
Updated
Oct 25, 2021 - C++
-
Updated
Nov 4, 2021 - C++
-
Updated
Sep 12, 2021 - Python
-
Updated
Oct 25, 2021 - C++
-
Updated
Sep 8, 2021 - Python
-
Updated
Nov 5, 2020 - C
-
Updated
May 1, 2021 - Go
-
Updated
Sep 13, 2020 - MATLAB
Hi, I want to use FASTER on the ground robot. And I run the "roslaunches" according to the exact procedure.
When I first click the "start" and give the goal by "2D Nave Goal", it runs well and reached the destination.
But for the next goal, it always fails and the car is swaying in the simulation environment.
Do you know the possible causes of this problem? Thanks a lot.
What's more, I'd lik
-
Updated
Sep 5, 2021 - Shell
-
Updated
Oct 21, 2021 - JavaScript
-
Updated
Oct 11, 2021 - Python
-
Updated
Nov 3, 2021 - Go
-
Updated
Jul 27, 2021
-
Updated
Sep 13, 2021 - C++
-
Updated
Oct 7, 2021 - Python
-
Updated
Nov 3, 2021 - C++
Is your feature request related to a problem? Please describe.
I'm using drone-cache for a Rust project to cache the target directory, which contains compiled modules for all of my project's dependencies, so that the pipeline doesn't have to rebuild everything from scratch (it takes a looong time!). Unfortunately the target directory tends to grow very large (often several GBs), so I'd li
Improve this page
Add a description, image, and links to the drone topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the drone topic, visit your repo's landing page and select "manage topics."
Feature request
Is your feature request related to a problem? Please describe.
We have
AP_Logger_SITLwhich works like a block device, exercisingAP_Logger_Block. On real hardware we useAP_Logger_DataFlashwhich also inherits fromAP_Logger_Block.We now have the ability to simulate SPI-attached devices - so we should be able to exercise
AP_Logger_DataFlashin SITL rather