Questions tagged [drone.io]

Drone is a hosted continuous integration service. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code.

Drone is an open source continuous integration project, with an optional enterprise version. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code.

Drone integrates seamlessly with GitHub, Bitbucket and Google Code as well as third party services such as Heroku, Dotcloud, Google AppEngine and more.

It is developed by Brad Rydzewski and Adam Singer - the free plan provides unlimited builds for open source projects.

It supports many languages and frameworks like

  • C / C++
  • Dart
  • Go
  • Haskell
  • Groovy
  • Java
  • Node.js
  • PHP (Beta)
  • Python (Beta)
  • Ruby (Beta)
  • Scala

GitHub Website

401 questions
-1
votes
2 answers

How to remove all Text before and after in notepad++

I have GPS .SRT file of DJI Mavic Pro, I want to only Longitude and Latitude values, and delete all other text. GPS string as per below 1 00:00:00,000 --> 00:00:00,020 [iso : 450] [shutter : 1/50.0] [fnum : 280] [ev : 0.3] [ct : 5500] [color_md :…
-1
votes
1 answer

how can i increment the count of same type of box if it gets the same type of box after scanning the qrcode?

Im using the qrcode scanner to detect and decode and it decodes the output properly. Here im using the "text" as the decoded output of qrcode. If It gets same type of box like APPLE,it must increment the apple_count to 1. by using this code i only…
-1
votes
2 answers

Can to setup environment variable during build time

We are using Drone and terraform for CI/CD for react application. Can you please help me to create environment variable dynamically during build.
M M
  • 47
  • 3
-1
votes
1 answer

How to find flat regions based on depth information

I have a drone that can fly autonomously and I want it to land safely.. I have a depth camera underneath it and now I can't find a way to detect flat regions to tell the drone to land on it. I'm using realsense D435i camera..this is a sample of…
lofy
  • 35
  • 8
-1
votes
2 answers

How to use python and java on drone.io?

I develop a python project which uses the package owlready2. For some of its functionality owlready2 explicitly makes calls like java -jar ... via the subprocess-package. On my local machine this works fine. Now I want to setup CI with drone.io. My…
cknoll
  • 2,130
  • 4
  • 18
  • 34
-1
votes
1 answer

Windows exec runner fails to clone git repo

I'm getting Host key verification failed. when trying to clone a repository through ssh protocol. In cmd and PS it clones it without any problem. First I thought maybe it's the user, and I went and changed it on Computer Management -> Services ->…
Betim
  • 1
-1
votes
1 answer

How can I send inputs to a raspberry from a website?

I would like to make a website using the MEAN stack to control a raspberry pi 2. How do send commands to a Raspberry PI via a web interface?
DanT29
  • 3,069
  • 4
  • 24
  • 32
-2
votes
0 answers

Land and Air Vehicle Communications using IOTA Distributed Ledger technology and MQTT and 5G

My research involves the use of a Distributed Ledger Technology as a secure, timely and trustworthy communications platform for land and air vehicles to exchange positional and command information. I have settled on IOTA as a DLT solution and I…
B00083605
  • 23
  • 6
-2
votes
1 answer

How to build a drone with ROS2 and (indoor) navigation function

my name is chaos and I am learning how to control a drone with ROS2. My current goal is to master indoor drone navigation. I don't have any experience with this, so I found and tried The Construct's ROS Q&A series「2D Drone Navigation」. It's very…
chaos
  • 1
  • 3
-4
votes
1 answer

To build a docker image in drone get an error "/bin/sh: 1: base64: not found ". How to solve it?

My .drone.yml file is defined as follows branches: include: [ master, dev ] exclude: [ develop, feature/* ] clone: git: image: plugins/git depth: 50 workspace: base: /go path: src/xx.com/metis pipeline: build: when: …
1 2 3
26
27