Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kisom/robots

robots
https://github.com/kisom/robots

platformio robotics

Last synced: about 2 months ago
JSON representation

robots

Awesome Lists containing this project

README

        

# Robots

I like building robots. This is PlatformIO code for the non-ROS robots.

* [Scooter](https://hackaday.io/project/166550-scooter) is a 2WD robot
with an array of ultrasonic ranging sensors. It's an experiment in
obstacle avoidance. It's since been scrapped.
* [Scooter 2](https://hackaday.io/project/166747-scooter-2) replaces
Scooter to do the same things with a different but very similar chassis.

Other robots:

* [krex](https://hackaday.io/project/166400-krex) is a ROS robot based
on the Jetson Nano; source is in the [krex-ros](https://github.com/kisom/krex-ros)
repository.