mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
7 lines
150 B
Python
7 lines
150 B
Python
#!/usr/bin/env python3
|
|
from pythonAPI.mycobot import MyCobot
|
|
|
|
if __name__ == '__main__':
|
|
mycobot = MyCobot()
|
|
mycobot.set_color("ff0000")
|
|
|