Lappa v0.4.27
Lappa binaries
| File | Platform |
|---|---|
lappa-windows-x64.exe |
Windows 10/11 x64 |
lappa-linux-x64 |
Linux x64 (glibc) |
Run
Windows: double-click or .\lappa-windows-x64.exe to open the Qt desktop IDE.
Linux:
chmod +x lappa-linux-x64
./lappa-linux-x64CLI: ./lappa-windows-x64.exe demo · ./lappa-linux-x64 ros2 list
Data folder is created beside the binary: lappa_data/ (demos, workspaces).
What's Changed
- feat: implement workspace multi-root API with sandboxing #13 by @JHON12091986 in #20
- URDF: parse links and draw simple sticks by @naninu123 in #22
New Contributors
- @JHON12091986 made their first contribution in #20
- @naninu123 made their first contribution in #22
Full Changelog: v0.2.1...v0.4.27