You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the improvement you would like to see
Today we tag each task in a mission with a 'name'. Probably a more precise wording would be 'type'.
For example for DriveToPose. The resulting predefined mission would look something like this.
Hey, I would like to work on this, can you suggest me ways to get started?
That is great @PracticalMetal. You can start by having a look at src/robot_interface/models/mission/task.py.
Here we define different dataclasses that are different types of tasks that can make up a robot mission. This issue is to rename the name attribute of those dataclasses to type instead.
Furthermore, we have some example missions in the src/isar/config/predefined_missions/ folder.
The tasks listed in those files also need to swap name with task.
That should be it for this issue. We are happy to receive a PR on this from your forked version of this repo.
Describe the improvement you would like to see
Today we tag each task in a mission with a 'name'. Probably a more precise wording would be 'type'.
For example for DriveToPose. The resulting predefined mission would look something like this.
How will this change existing functionality?
Nothing, just a refactor
How will this improvement affect the current Threat Model?
Nothing
The text was updated successfully, but these errors were encountered: