DigiScore/jess_plus

`go_position_ready` goes to drawing position

Closed this issue · 2 comments

Steps to reproduce:

from modules.drawXarm import DrawXarm
import config

port = config.xarm1_port
drawbot = DrawXarm(port)

drawbot.go_position_ready()

Expected result:
Goes to ready position

Actual result:
Goes to draw position

task: define all ready and draw positions for xarm

These have yet to be defined. Willl amend this ticket

Hi Craig, the positions are already defined, I think it just requires to fix the methods. I will make a PR for it.