gabriel-rreis / shelob-robot

Project Shelob is a hexapod robot that uses ROS and Python to solve complex navigation problems.

Home Page:https://gabriel-rreis.github.io/shelob-robot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shelob Hexapod

Shelob is a six-legged hexapod robot designed as a learning project. It runs mostly on Python code embedded in a Linux single board computer wrapped on the ROS framework. Currently on development.

Installation

Make sure to have ROS Foxy and colcon installed.

virtualenv -p python3 .venv
source .venv/bin/activate
touch .venv/COLCON_IGNORE
python3 -m pip install -r requirements.txt
source /opt/ros2/foxy/setup.bash
colcon build

Meta

Gabriel Reis – @VaguelyRoboticgabrielreis.info

Distributed under the GNU license. See LICENSE for more information.

About

Project Shelob is a hexapod robot that uses ROS and Python to solve complex navigation problems.

https://gabriel-rreis.github.io/shelob-robot/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%