Skip to content

Library to talk to the Elegoo range of robots. Also incorporates some AI vision for object detection.

Notifications You must be signed in to change notification settings

nclarknz/ElegooRobotCar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElegooRobotCarV4

Install the requirements in Python scripts folder by running pip install -r requirements.txt in the folder

The library is in the lib folder. This allows you to control with the tank or the car (Need to setup the type when you init the library)

Init like this

robot = elib.robottank() robot.robot_type = 'tank' robot.mpu_type = 'MPU6050' robot.motordriver_type = 'TB6612' robot.ip = "192.168.4.1" robot.port = 100 robot.connect()

Can then call a robot vision class that can run object detection. This can use different trained models.

The findobject.py when run will find an object class (That you specify within the script) and the robot will find it and move to it

About

Library to talk to the Elegoo range of robots. Also incorporates some AI vision for object detection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages