Skip to content

Task Cost Estimation #540

Answered by mxgrey
Odin-byte asked this question in Q&A
Discussion options

You must be logged in to vote

The cost of a task is purely determined by F - I where F is the time that the task is expected to finish and I is the earliest time that the task is allowed to start. For ad hoc tasks that should run immediately, I is effectively just the time that the task is issued. For scheduled tasks, I is the time that the task is scheduled to begin.

Battery level is taken as a constraint where the robot's battery cannot drop below a certain threshold before the task is finished. To some extent power consumption is implicitly factored into the cost estimate of the task because minimizing the time spent on a task will also minimize the battery consumption.

does the type of estimator chosen change any…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Odin-byte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants