Skip to content
New issue

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

Implement step_status using currentMissionExecution(robotID) #97

Closed
andchiind opened this issue Jan 17, 2024 · 1 comment
Closed

Implement step_status using currentMissionExecution(robotID) #97

andchiind opened this issue Jan 17, 2024 · 1 comment
Labels
feature New feature or request

Comments

@andchiind
Copy link
Contributor

Describe the new feature you would like to see
The step_status ISAR function should be implemented. This is not a big priority since we do not run missions task-wise, but it might become useful in the future.

Describe the solution you'd like
We can use the currentMissionExecution(robotID) to get the current task status. Otherwise we will need to subscribe to the mission status.

How will this feature affect the current Threat Model?
N/A

@andchiind andchiind added the feature New feature or request label Jan 17, 2024
@andchiind
Copy link
Contributor Author

Implemented in #137

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant