Skip to content

imaron85/arena-rosnav

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 46.7%
  • Python 39.6%
  • CMake 12.7%
  • Shell 0.5%
  • C 0.3%
  • Dockerfile 0.2%