Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raveious/mecha-floura
Mechanical floura project
https://github.com/raveious/mecha-floura
Last synced: 20 days ago
JSON representation
Mechanical floura project
- Host: GitHub
- URL: https://github.com/raveious/mecha-floura
- Owner: raveious
- License: mit
- Created: 2018-12-21T23:28:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T20:26:33.000Z (over 5 years ago)
- Last Synced: 2024-11-15T00:38:29.276Z (3 months ago)
- Language: C
- Size: 40.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mecha-floura
Mechanical floura project# Environment setup
Environment was based on instructions on the [getting started guide](https://docs.espressif.com/projects/esp-idf/en/latest/get-started-cmake/get-started-devkitc.html)
To build the development environment:
```
$ docker build -t mecha-floura .
```To use the development environment after building it:
```
$ docker run -it --rm -u $UID:$GID --device /dev/ttyUSB0 -v $(pwd):/mecha-floura mecha-floura
```# References
- [DDS XRCE Specification](https://www.omg.org/spec/DDS-XRCE/)