Skip to content

A fast, low-level control library for the CoderBot platform.

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
COPYING
GPL-2.0
CODERBOT_LICENSE
Notifications You must be signed in to change notification settings

jack23247/libcoderbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcoderbot

libcoderbot is an effort to write a fast, low-level control library for the CoderBot platform. The CoderBot is a Raspberry Pi-based programmable robot intended for educational purposes and, in its original form, exposed a REST API to the programmer for ease of use.

More informations about the CoderBot platform are available on the project's website, and technical documentation is available on the Wiki.

Features

Python API libcoderbot
CoderBot V4 Support Yes No
CoderBot V5 Support Yes Yes

CoderBot V5 Shield Feature Support Matrix

Feature Support
Motor Driver (L293DD) Yes
Encoders Yes
Sonars No
MPU (ATMega328) Planned

Prerequisites

libcoderbot requires the following packages to be installed:

  • build-essential - Provides the compiler and a minimal but functional build environment (required, dev).
  • git - Provides the git revision control system (optional, dev).
  • doxygen - Provides the Doxygen documentation generator (required, dev).
  • pigpio - Provides the PiGPIO library (required, runtime, dev).

To install all of the above you can use the command:

apt install pigpio git build-essential doxygen 

License

libcoderbot is Copyright © 2023, Jacopo Maltagliati and is released under the GNU GPLv3 License. A copy of the license is provided in COPYING.

The original Python API is Copyright © 2014-2019 Roberto Previtera, Antonio Vivace, CoderBot contributors and is released under the GNU GPLv2 License. See CODERBOT_LICENSE for more informations.

About

A fast, low-level control library for the CoderBot platform.

Resources

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
COPYING
GPL-2.0
CODERBOT_LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published