Coder Social home page Coder Social logo

process1183 / roomba-rpi Goto Github PK

View Code? Open in Web Editor NEW
25.0 2.0 0.0 492 KB

iRobot Roomba 690 enhanced with a Raspberry Pi Zero 2W and IMU

Home Page: https://hackaday.io/project/178565-roomba-rpi

License: GNU General Public License v3.0

Shell 10.81% Python 89.19%
roomba bno055 ds3231 cp2104 dualshock4 roomba690 ros2 raspberry-pi raspberry-pi-zero-2-w

roomba-rpi's Introduction

Roomba RPi

Project to enable enhanced capabilities, such as remote control and improved navigation, of my iRobot Roomba 690 with the addition of a Raspberry Pi Zero W and IMU.

This repo contains the technical documentation, schematic, configuration files, and software for the Roomba RPi project.

Project logs, additional photos, and goals are available on the Hackaday.io Roomba RPi Project Page.


Roomba RPi

This is the Roomba after the hardware modifications were completed. (As intended, it looks no different than before the alterations).


Roomba RPi Internals 1

The outer ring top cover is trivial to remove and replace, providing access to the Roomba serial connector, RPi serial port, and RPi shutdown button. The center top cover can be popped off to access the serial board, RTC battery, and Micro SD card (although the Roomba's clear button shroud needs to be unscrewed to get to the Micro SD card).


Roomba RPi Internals 2

With the Roomba mostly disassembled, you can see the voltage regulator, USB to serial adapter board, RTC, IMU, and Raspberry Pi Zero W. The unconnected cable near the top left is for the Roomba serial port connector. The unconnected cable near the bottom right plugs into the RPi serial and shutdown button board, which is attached to the Roomba's upper chassis cover.

roomba-rpi's People

Contributors

process1183 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

roomba-rpi's Issues

Changing python interpreter

Thanks for creating https://github.com/process1183/roomba-rpi/blob/master/docs/ros2_rpizw_build.md, it helped a lot to get ros2 running on a raspberry pi 3b+.

Everything worked flawlessly, except this error:

$ ros2 run demo_nodes_cpp talker
-bash: /opt/ros2_foxy/install/bin/ros2: /usr/local/bin/python3.7: bad interpreter: No such file or directory

After adding a symlink in /usr/local/bin/:

sudo ln -s /usr/bin/python3.7 python3.7

The ros2 commands worked.

Now, my question, I compiled python 3.10 from source (and installed pyqt5 into a py3.10 virtual env) and I'd like to use Python 3.10 (/usr/local/bin/python3.10) for ROS2 as well. Would I have to recompile everything or is it a simple fix?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.