We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility Tree scheduler does not update allocated resource's priority.
/concert/schduler/resource_pool before requesting resource
/concert/schduler/resource_pool
header: seq: 9 stamp: secs: 1409287141 nsecs: 143697977 frame_id: '' resources: - uri: rocon:/segbot/doldol/indigo/trusty status: 0 owner: uuid: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] priority: 0 rapps: ['rocon_apps/listener', 'rocon_apps/video_teleop', 'rocon_apps/chirp', 'rocon_apps/talker']
/concert/scheduler/resource_pool after Concert Teleop service requests resource with priority 10000.
/concert/scheduler/resource_pool
header: seq: 10 stamp: secs: 1409287212 nsecs: 166301012 frame_id: '' resources: - uri: rocon:/segbot/doldol/indigo/trusty status: 1 owner: uuid: [114, 26, 243, 99, 244, 20, 66, 120, 139, 7, 107, 131, 25, 49, 190, 195] priority: 0 rapps: ['rocon_apps/listener', 'rocon_apps/video_teleop', 'rocon_apps/chirp', 'rocon_apps/talker']
Even if Concert Teleop Service requested resource with priority 10000, the allocated resource priority remained as 0..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compatibility Tree scheduler does not update allocated resource's priority.
/concert/schduler/resource_pool
before requesting resource/concert/scheduler/resource_pool
after Concert Teleop service requests resource with priority 10000.Even if Concert Teleop Service requested resource with priority 10000, the allocated resource priority remained as 0..
The text was updated successfully, but these errors were encountered: