mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-03 02:27:04 +00:00
doc: add CHANGE file.
This commit is contained in:
parent
0955e88462
commit
061b3d3a66
2 changed files with 22 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
src export-ignore
|
||||
21
CHNAGE.md
Normal file
21
CHNAGE.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 2021.1.9
|
||||
|
||||
Fix the API problem that `is_moving()` and other methods of mycobot cannot be used.
|
||||
|
||||
# 2021.1.8
|
||||
|
||||
Python API add new methods:
|
||||
|
||||
- `jog_angle()`
|
||||
- `jog_coord()`
|
||||
- `jog_stop()`
|
||||
|
||||
# 2020.12.30
|
||||
|
||||
Adding usage documents to Python API.
|
||||
|
||||
# 2020.12.29
|
||||
|
||||
Python API supports python2.7
|
||||
|
||||
Modify the serial port to manual setting, support the use of window.
|
||||
Loading…
Add table
Reference in a new issue