Routines has usage examples

This commit is contained in:
dtookey 2023-08-06 22:09:45 -04:00
parent 05cc6a4107
commit 2d1f372d94

View File

@ -377,12 +377,7 @@ object Routines {
* Usage example:
*
* ```
* val volume = 28
* val bankPoint = Point(100, 200)
* val furnacePoint = Point(300, 400)
* val agent = RSAgent.getInstance()
*
* Routines.processAtFurnaceNearBank(volume, agent, bankPoint, furnacePoint)
* Routines.processAtFurnaceNearBank(1500)
* ```
*
* Before processing, the camera is reset to align points.