Skip to content

nhat-luu/arena-rosnav

 
 

Repository files navigation

Simple Installation

Clone repo in any catkin ws or create new catkin ws

git clone [email protected]: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

Releases

No releases published

Packages

No packages published

Languages

  • Python 46.4%
  • C++ 41.9%
  • CMake 10.8%
  • Shell 0.4%
  • C 0.3%
  • Dockerfile 0.2%