drone
Here are 941 public repositories matching this topic...
Feature request
Customer request to add support for the Celsius Fast-Response, ±0.1°C Temperature Sensor (I2C) for ArduRover.
Support for the Library and Driver were added in 2017, but only for ArduSub, no other firmware type. [AP_TemperatureSensor: Add AP_TemperatureSensor library and TSYS01 driver](https
Hello,
I'm currently working on safety of PX4. And there are some gaps between documentation and PX4 stack. Especially there is only one mention about what is the scenario when 2 failsafe actions come up.
**If a failsafe occurs while the vehicle is responding to another failsafe (e.g. Low battery while in Return mode due to RC Loss), the specified failsafe action for the second trigger is
Supporting clang-format can make contributions easier by automatically enforcing formatting rules. According to this, you're following the Google C++ guidelines. This is one of the predefined styles available, and you can always tweak it to your liking.
split-merge either needs GPS info or a image_groups.txt file to split a dataset.
Otherwise it cannot work. The program should help users understand that instead of failing with :
OpenCV Error: Assertion failed (data0.dims <= 2 && type == CV_32F && K > 0) in kmeans, file /code/SuperBuild/src/opencv/modules/core/src/matrix.cpp, line 2701
Traceback (most recent call last):
File "/cod
Problem:
If you try to save a preset with a dis-allowed character (e.g. "map 25/25") the preset fails to save and there is no feedback to the user.
We've heard about this causing confusion with a bunch of users already (seems everyone wants to use a special character, probably a "/" in many cases).
Request:
Warn the user when saving Preset names with special characters is not allowed
There seems to be some issues with the landing function in ./software/px4_mavros_scripts/1_px4_mavros_offboard_controller/commander.py.
To do:
- Test the land function and report if it works well.
- Fix if there is an issue.
Help with Testing
Good improvements would include:
- Allow a user to add orthophoto, plant health and DEMs at the same time
- Better transparency controls in layers panel
- Allow Z re-ordering of layers
fix: remove the api about avoid obstacle//commit 5e38044cf41583acf451da909d9829b86d0988b2
in api document describe use collision avoidance,
but in code why remove that api?
-
Updated
May 11, 2020 - Python
-
Updated
May 22, 2020 - C
-
Updated
Apr 6, 2020 - Python
-
Updated
Mar 18, 2018 - MATLAB
- Seen in version (release version or githash): ALL
- On flight controller (if applicable): ALL
Issue details:
When using the latest Ubuntu 18.04 LTR release, no data is displaying in the Welcome Tab "GitHub Ativity" area. The Map tiles on the Flight Data tab are also not displaying when using the standard Google Sat maps. They display fine when switching to "default"

I'm following https://gobot.io/documentation/platforms/chip/ on macOS and seeing a compilation error in the sample program:
Repro steps
I ran
go get -d -u gobot.io/x/gobot/...(worked)Pasted the sample listed to main.go: