Skip to content

Some test results of 20201126 firmware with python modules.  #20

@river-chang

Description

@river-chang

I tested all version of Module mirobot-py. The test results of Wlkata Mirobot installed with 20201126 firmware were listed below:

mirobot-py version test result
2.0 beta fail
1.052 fail
(pip install mirobot-py)
1.048 fail
1.046 fail
1.043 fail
1.05 success
1.0 success

Python code:

from mirobot import Mirobot
with Mirobot(portname='COM4', debug=True) as m:
m.home_individual()
m.go_to_cartesian_lin(202,30,181,0,0,0)

The Mirobot would stop at the code m.home_individual() with fail result.
And would go to the next code m.go_to_cartesian_lin(202,30,181,0,0,0) with success result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions