ll7 / arena-rosnav

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Installation

Clone repo in any catkin ws or create new catkin ws

git clone git@github.com:Arena-Rosnav/arena-rosnav.git

Change into dir

cd arena-rosnav

Ros install

rosws update

Install python pkgs, you need poetry for this

poetry shell && poetry install

Install stable baselines

cd ../utils/stable-baselines3 && pip install -e .

Build catkin

cd ../../.. && catkin_make

Finished!

TODO

Everything

About

License:MIT License


Languages

Language:Python 71.5%Language:CMake 24.0%Language:Shell 2.6%Language:Dockerfile 1.9%