Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 305 Bytes

File metadata and controls

16 lines (11 loc) · 305 Bytes

ASR-Software

Entorno de simulacion y robot real con Kobuki

Ver con extremo cuidado kobuki_robot/kobuki/README.md

Creación de un entorno virtual para Python

python3 -m venv venv_asr
cd venv_asr/
touch COLCON_IGNORE
cd ..
source venv_asr/bin/activate