crazyflie-2.0-battery-data

Crazyflie 2.0 battery and flight data

https://github.com/rarescraciun/crazyflie-2.0-battery-data

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Crazyflie 2.0 battery and flight data

Basic Info
  • Host: GitHub
  • Owner: RaresCraciun
  • License: cc-by-sa-4.0
  • Default Branch: main
  • Homepage:
  • Size: 3.57 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

Crazyflie-2.0-battery-data

This is a dataset gathered from 155 individual flights using a Crazyflie 2.0 drone. The drone was equiped with 3 decks, the Multi-ranger, Qi 1.2 and Loco Positioning decks.

The trajectories of the drone were randomly generated x, y, and z coordinate points. These trajectories are saved in the .csv files in the "Planned_trajectories" folder. All coordinates are in meters. The structure of the files is presented in the table below:

| x | y | z | | :--: | :--: | :--:| | x1 | y1 | z1 | | x2 | y2| z2 | | ... | ... | ... | | xn | yn | zn|

The real trajectories of the drones were approximated using the on board Kalman filter. These x, y, z coordinate approximations (in meters), together with the battery voltage (in Volts) of the drone, are found in the .csv files in the "Real_path" folder. The data was logged every 10 ms. The structure of the files is presented in the table below:

| xestimate | yestimate | zestimate | batteryvoltage | | :--: | :--: | :--:| :--: | | xestimate1 | yestimate1 | zestimate1 | Vbat1 | | xestimate2 | yestimate2| zestimate2 | Vbat2 | | ... | ... | ... | ... | | xestimaten | yestimaten | z_estimaten| Vbatn|

This dataset was used in order to create Machine Learning models to estimate how the drone's battery discharges based on the trajectory that it has to follow.

An example of how the dataset was used can be found in the paper: Crciun, R., Burlacu, A. (2025). AI-Based Battery Consumption Prediction for Nano-drones. In: Doroftei, I., Lovasz, EC. (eds) New Advances in Mechanisms, Mechanical Transmissions and Robotics. MTM&Robotics 2024. Mechanisms and Machine Science, vol 178. Springer, Cham. https://doi.org/10.1007/978-3-031-87537-3_10

Owner

  • Login: RaresCraciun
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
title: Crazyflie 2.0 battery data
message: >-
  If you use this dataset, please cite it using the metadata
  from this file.
type: dataset
authors:
  - given-names: Rareș
    family-names: Crăciun
    email: rares.craciun@academic.tuiasi.ro
    affiliation: '"Gheorghe Asachi" Technical University of Iași'
    orcid: 'https://orcid.org/0009-0008-6902-4736'
repository-code: >-
  https://github.com/RaresCraciun/Crazyflie-2.0-battery-data.git
license: CC-BY-SA-4.0

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1