roboflo
Task scheduler for robotic systems that juggle many tasks in parallel across multiple stations.
Science Score: 44.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
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.5%) to scientific vocabulary
Keywords
Repository
Task scheduler for robotic systems that juggle many tasks in parallel across multiple stations.
Basic Info
Statistics
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
- Releases: 2
Topics
Metadata Files
README.md

pip install roboflo
Task scheduler for any system with coordinated workers. The original use case is for the Perovskite Automated Spin-Coating Assembly Line (PASCAL) in the Fenning Lab at UC San Diego, where a robotic arm moves small glass slides between stations to perform experiments.
roboflo assumes that you have a set of Worker's that act (independently or in unison) to perform Task's of set duration. Furthermore, one or more Worker's can function to transition between Task's (eg my robot moves a sample from the hotplate to a camera, or my mom moves me from school to soccer practice). These transition moves constitute a special case of Task's , called Transition's. The total set of Worker's and Transition's define your System. Sets of Task's are consolidated into Protocol's (eg the same process for five samples or five kids), which are then scheduled (using the Scheduler on your System) to minimize the total working time. An example schedule is shown below.
Happy robot-ing!

PS - shoutout to Taskpacker, from which I drew heavy inspiration. roboflo carries much of the design philosophy from Taskpacker, but uses only Python packages (the backend is Google ORTools as opposed to Numberjack, which can be difficult to install especially on Windows). roboflo also introduces Transitions, which define a finite state machine, as a critical component in the workflow under the assumption that many robotic platforms involve workers whose specific jobs are to move things between other workers.
Owner
- Name: Rishi E Kumar
- Login: rekumar
- Kind: user
- Location: Honolulu, HI
- Company: Oceanit
- Twitter: rekumar_
- Repositories: 22
- Profile: https://github.com/rekumar
Citation (CITATION.cff)
abstract: "A software tool to create job schedules for robotic laboratories." authors: - affiliation: UC San Diego family-names: Rishi E Kumar cff-version: 1.2.0 date-released: '2024-01-29' doi: 10.5281/zenodo.10581792 license: - cc-by-4.0 repository-code: https://github.com/rekumar/roboflo/tree/v0.2.1 title: 'rekumar/roboflo: v0.2.1' type: software version: v0.2.1
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: 11 minutes
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 0.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- RosenYin (1)
- cianpdx (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 68 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 5
- Total maintainers: 1
pypi.org: roboflo
Scheduler for automation tasks that involve multiple stations/workers.
- Documentation: https://roboflo.readthedocs.io/
- License: MIT
-
Latest release: 0.2.1
published about 3 years ago
Rankings
Maintainers (1)
Dependencies
- matplotlib *
- numpy *
- ortools *
- actions/checkout v3 composite
- psf/black stable composite
- actions/checkout master composite
- actions/setup-python v4 composite
- codecov/codecov-action v3 composite