Skip to content

Conversation

Mataas08
Copy link
Contributor

This pull request adds the ToFFilter library.

Repository: https://github.com/Mataas08/ToFFilter
Description: Adaptive filtering library for Time-of-Flight (ToF) sensors such as VL53L0X and VL53L1X.
Features:

  • Median filter (3 samples)
  • Deadband to remove micro-jitter
  • Adaptive EMA with log-sigmoid alpha
  • Configurable presets (FastResponse, StableLongRange)
    Category: Sensors

@github-actions github-actions bot added the topic: submission Add library to the list label Aug 29, 2025
Copy link
Contributor

A problem was found with your submission https://github.com/Mataas08/ToFFilter

ERROR: The repository has no tags. You need to create a release or tag that matches the version value in the library's library.properties file.

Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @Mataas08
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@Mataas08
Copy link
Contributor Author

@ArduinoBot rescan

Copy link
Contributor

Hello! I'm checking your submission again.

Copy link
Contributor

Arduino Lint has suggestions for possible improvements to https://github.com/Mataas08/ToFFilter:

Linting library in ToFFilter
WARNING: Sketch(es) found outside examples and extras folders:                                    
           ToFFilter/example/BasicUsage                                                           
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD003)                                                                             
WARNING: Potentially misspelled examples folder name found: ToFFilter/example                     
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD005)                                                                             

Linter results for project: 0 ERRORS, 2 WARNINGS

-------------------

Linting sketch in ToFFilter/example/BasicUsage

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 0 ERRORS, 2 WARNINGS

Copy link
Contributor

ERROR: Your submission meets all requirements. However, the pull request could not be merged.

Please follow this guide to resolve a merge conflict:
https://docs.github.com/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github

Once that is done, it will be merged automatically.

@github-actions github-actions bot requested a review from per1234 August 29, 2025 09:14
@github-actions github-actions bot removed the request for review from per1234 August 29, 2025 09:16
Copy link
Contributor

Arduino Lint has suggestions for possible improvements to https://github.com/Mataas08/ToFFilter:

Linting library in ToFFilter
WARNING: Sketch(es) found outside examples and extras folders:                                    
           ToFFilter/example/BasicUsage                                                           
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD003)                                                                             
WARNING: Potentially misspelled examples folder name found: ToFFilter/example                     
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD005)                                                                             

Linter results for project: 0 ERRORS, 2 WARNINGS

-------------------

Linting sketch in ToFFilter/example/BasicUsage

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 0 ERRORS, 2 WARNINGS

@github-actions github-actions bot merged commit 009a892 into arduino:main Aug 29, 2025
11 checks passed
Copy link
Contributor

Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index.

The library(s) will be available for installation via Library Manager within a day's time.

You can check the logs from the Library Manager indexer for your library(s) here:
http://downloads.arduino.cc/libraries/logs/github.com/Mataas08/ToFFilter/

github-actions bot pushed a commit that referenced this pull request Aug 29, 2025
@Mataas08
Copy link
Contributor Author

@ArduinoBot rescan

@per1234
Copy link
Contributor

per1234 commented Aug 30, 2025

Hello @Mataas08. The automated system here only operates on open pull requests. Since your submission was already accepted and the pull request merged, the bot completely ignores this pull request thread, and thus commenting here doesn't achieve anything. However, the human maintainers of the registry do monitor all activity in this repository in order to assist the library maintainers with any problems they might have, so please don't make pointless comments on the pull request threads.

If the purpose of your comment was to make a new release of the library, please note that, after the initial addition of the library, the indexer job periodically checks each of the libraries in the Arduino Library Manager Registry and picks up any new release/tag that meets the requirements listed here:

https://github.com/arduino/library-registry/blob/main/FAQ.md#what-are-the-requirements-for-publishing-new-releases-of-libraries-already-in-the-library-manager-list

This means there is no need to take any additional action to add new releases of your library to Library Manager. They will be added automagically!


If you were hoping to get another round of the checks the bot performs on submissions, we do not offer that service here. However, if you found them to be useful you might consider setting up an automated check in your library repository for compliance with the Library Manager requirements. This could run on every commit and pull request to ensure such violations are caught immediately.

Arduino provides a GitHub Actions action that makes this very easy to do by adding a simple YAML file to the repository:

https://github.com/arduino/arduino-lint-action#readme

This action uses the same Arduino Lint tool as was used by the bot to check your submission.

It is in use in all the official Arduino library repositories (example).

@per1234 per1234 self-assigned this Aug 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: submission Add library to the list
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants