Skip to content

uvic-auvic/python_control_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Python Control Library

Simple python library for controling motors on polaris.

How To Use

Within the script you would like to use this library, type

from control import controls

At the top of the script. To use the library methods, initialize an instance of the class by typing.

c = controls(1)

Where 1 is the serial communications port that polaris uses to communicate with the motor controller.

Methods can now be called as follows:

c.activate_motor(1, 50)

Methods are explained in the Wiki

About

Simple python library for controling motors on polaris

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages