Skip to content

Fleet Adapter for MiR: Accurate task tracking issues #159

Answered by Yadunund
dennis-thevara asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

This is likely happening due to your fleet adapter reporting that the navigation has completed before the actual robot begins moving and has to do with how you may have implemented RobotClientAPI.py and RobotCommandHandle.py.

Specifically this block which calls the api.navigate() function should return true only after confirmation that the robot has accepted the request as described here.

Subsequently there is a check here to determine whether the robot has completed navigating to the requested destination.

I can't say for certain what's happening with your adapter as I don't have access to your code but my hunch would be that your implementation of navigation_completed() is checki…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Yadunund
Comment options

@dennis-thevara
Comment options

@Yadunund
Comment options

Answer selected by dennis-thevara
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