Repository Summary
Checkout URI | https://github.com/utexas-bwi/concert_scheduling.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2014-05-28 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
concert_resource_pool | 0.7.0 |
concert_scheduler_requests | 0.7.0 |
concert_scheduling | 0.7.0 |
concert_simple_scheduler | 0.7.0 |
README
concert_scheduling
Scheduler support packages for the Robotics in Concert project.
These packages are still in development.
Because different systems require different scheduling policies, the ROCON design allows for multiple scheduler implementations. These ROS packages provide some common infrastructure, written in Python, for various scheduler implementations to use or modify.
It also includes an example scheduler, which uses that infrastructure to create a simple fixed-priority, first-come-first-served implementation, probably the simplest scheduler one could actually run.
Links to documentation:
- concert_resource_pool interfaces for handling a pool of scheduler resources
- concert_scheduler_requests interfaces for making and handling scheduler requests
- concert_simple_scheduler a simple fixed-priority scheduler
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/utexas-bwi/concert_scheduling.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2014-05-28 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
concert_resource_pool | 0.7.0 |
concert_scheduler_requests | 0.7.0 |
concert_scheduling | 0.7.0 |
concert_simple_scheduler | 0.7.0 |
README
concert_scheduling
Scheduler support packages for the Robotics in Concert project.
These packages are still in development.
Because different systems require different scheduling policies, the ROCON design allows for multiple scheduler implementations. These ROS packages provide some common infrastructure, written in Python, for various scheduler implementations to use or modify.
It also includes an example scheduler, which uses that infrastructure to create a simple fixed-priority, first-come-first-served implementation, probably the simplest scheduler one could actually run.
Links to documentation:
- concert_resource_pool interfaces for handling a pool of scheduler resources
- concert_scheduler_requests interfaces for making and handling scheduler requests
- concert_simple_scheduler a simple fixed-priority scheduler