Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barakugav/fdml

FDML is a CPP software for robot localization processing and queries using few (one or two) distance measurements
https://github.com/barakugav/fdml

computational-geometric cpp geometric-algorithms localization robotics

Last synced: 3 months ago
JSON representation

FDML is a CPP software for robot localization processing and queries using few (one or two) distance measurements

Awesome Lists containing this project

README

        

# CPP

## Formatting

using clang-format

formatting rules are saved at .clang-format

# GUI - Qt5

- download QtDesigner
- design something, save as .ui file
- export .ui to .py
pyuic5 -x RGM_gui_ui.ui -o RGM_gui_ui.py