ERDOS is a platform for building self-driving cars and controlling robots.
The easiest way to get ERDOS running is to use our Docker image:
docker pull erdosproject/erdosERDOS is currently known to work on Ubuntu LTS 16.04.
After cloning the repository, run
./install_dependencies.shThis script installs ROS and Python dependencies.
export PYTHONPATH=$PYTHONPATH:<PATH_TO_ERDOS_DIR>
cd examples
python pylot/pylot.py --framework=rayexport PYTHONPATH=$PYTHONPATH:<PATH_TO_ERDOS_DIR>
# Setup the ROS paths
source /opt/ros/kinetic/setup.bash
# Run the pipeline using ROS
python pylot/pylot.py --framework=rosIf you would like to contact us, please send an email to: erdos-developers@googlegroups.com, or create an issue on GitHub.
We always welcome contributions to ERDOS. One way to get started is to pick one of the issues tagged with good first issue -- these are usually good issues that help you familiarize yourself with the ERDOS code base. Please submit contributions using pull requests.