Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 586 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 586 Bytes

Simple creator of QR codes for Gazebo

1. Install requirements

>>> pip install -r requirements.txt

2. Run script

>>> python qr.py
Model name: model_name
Text: encoded
Width of QR code (empty for 0.44):

Model:  /home/user/model_editor_models/qr_model_name
Code:   encoded
Width:  0.44

3. Add to Gazebo

Move folder output/qrmodel_name to any Gazebo models folder, for example, /home/user/model_editor_models/. Don't forget to reload Gazebo.


Config file

Use config.py file to configure models output directory and models width.