Skip to content

This is a python API for serial or http communication with waveshare roarm and controlling it.

License

Notifications You must be signed in to change notification settings

waveshareteam/waveshare_roarm_sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waveshare Roarm SDK

Python 2.7 Python 3

This is a python API for serial or http communication with waveshare roarm and controlling it.

Waveshare RoArm-M2 Series: RoArm-M2-SRoArm-M2-Pro.

Waveshare RoArm-M3 Series: RoArm-M3-SRoArm-M3-Pro.

home home

Installation

Pip install

pip install roarm-sdk==0.0.1

Source code

git clone https://https://github.com/waveshareteam/waveshare_roarm_sdk.git <your-path>
cd <your-path>/waveshare_roarm_sdk
# Install
[sudo] python2 setup.py install
# or
[sudo] python3 setup.py install

Usage:

from roarm_sdk.roarm import roarm

# for roarm_m2 Serial communication example
roarm = roarm(roarm_type="roarm_m2", port="/dev/ttyUSB0", baudrate=115200)

# for roarm_m3 Serial communication example
#roarm = roarm(roarm_type="roarm_m3", port="/dev/ttyUSB0", baudrate=115200)

The demo directory stores some test case files.

You can find out which interfaces roarm_sdk provides in ./doc/README.md.

jaywcjlove/sb jaywcjlove/sb

roarm_m2 api 说明 | roarm_m2 api Description

roarm_m3 api 说明 | roarm_m3 api Description

About

This is a python API for serial or http communication with waveshare roarm and controlling it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages