Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/barakugav/fdml
- Owner: barakugav
- Created: 2022-03-01T06:51:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T12:16:25.000Z (6 months ago)
- Last Synced: 2024-08-05T14:04:21.039Z (5 months ago)
- Topics: computational-geometric, cpp, geometric-algorithms, localization, robotics
- Language: Python
- Homepage:
- Size: 29.2 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.dev.md
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