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
Currently, operator uses incrementalMove commands for small adjustments with the lift, head, and wrist. However, incrementalMove's nature makes it much harder to read and understand what it's doing compared to one of the autogenerated functions called "lookLeft" for example. As such, we want to replace the incrementalMoves inside of the operator file with the appropriate autogenerated functions from remoterobot to make the code base cleaner and more readable.
The lines where the remoterobot autogenerated functions are being created (might need to change modifier's type to any):
Currently, operator uses incrementalMove commands for small adjustments with the lift, head, and wrist. However, incrementalMove's nature makes it much harder to read and understand what it's doing compared to one of the autogenerated functions called "lookLeft" for example. As such, we want to replace the incrementalMoves inside of the operator file with the appropriate autogenerated functions from remoterobot to make the code base cleaner and more readable.
The lines where the remoterobot autogenerated functions are being created (might need to change modifier's type to any):
stretch_web_interface/src/pages/operator/ts/remoterobot.ts
Lines 198 to 214 in c250acd
The commit where we changed from the autogenerated functions to incrementalMove:
b42724f
The text was updated successfully, but these errors were encountered: