Skip to content

Lichtblick is an integrated visualization and diagnosis tool for robotics, available in your browser or as a desktop app on Linux, Windows, and macOS.

License

Notifications You must be signed in to change notification settings

Lichtblick-Suite/lichtblick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

02d9c40 ยท Jan 9, 2025
Dec 13, 2024
Dec 5, 2024
Nov 26, 2024
Sep 5, 2023
Nov 26, 2024
Nov 26, 2024
Dec 13, 2024
Jan 9, 2025
Sep 19, 2023
Oct 2, 2024
Dec 13, 2024
Jul 19, 2023
Apr 10, 2023
Nov 26, 2024
Sep 5, 2023
Oct 11, 2024
Sep 5, 2023
Sep 6, 2023
Jul 5, 2023
Aug 14, 2024
Nov 26, 2024
Aug 14, 2024
Oct 21, 2024
Nov 13, 2024
Apr 8, 2024
Aug 20, 2024
Dec 4, 2024
Oct 18, 2024
Jan 9, 2025
Nov 4, 2024
Sep 25, 2024
Oct 11, 2024
Nov 1, 2023
Dec 20, 2024

Repository files navigation

Lichtblick

Stars Badge Forks Badge Pull Requests Badge Issues Badge Versions Badge GitHub contributors License: MPL 2.0

Lichtblick is an integrated visualization and diagnosis tool for robotics, available in your browser or as a desktop app on Linux, Windows, and macOS.

Lichtblick screenshot

Dependencies:


๐Ÿš€ Getting started

Clone the repository:

$ git clone https://github.com/lichtblick-suite/lichtblick.git

Pull large files with Git LFS:

$ git lfs pull

Enable corepack:

$ corepack enable

Install packages from package.json:

$ yarn install
  • If you still get errors about corepack after running corepack enable, try uninstalling and reinstalling Node.js. Ensure that Yarn is not separately installed from another source, but is installed via corepack.

Launch the development environment:

# To launch the desktop app (run scripts in different terminals):
$ yarn desktop:serve        # start webpack dev server
$ yarn desktop:start        # launch electron (make sure the desktop:serve finished to build)

# To launch the web app:
$ yarn run web:serve        # it will be avaiable in http://localhost:8080

โš ๏ธ Ubuntu users: the application may present some issues using GPU. In order to bypass the GPU and process it using directly the CPU (software), please run lichtblick using the variable LIBGL_ALWAYS_SOFTWARE set to 1:

$ LIBGL_ALWAYS_SOFTWARE=1 yarn desktop:start

๐Ÿ› ๏ธ Building Lichtblick

Build the application for production using these commands:

# To build the desktop apps:
$ yarn run desktop:build:prod   # compile necessary files

- yarn run package:win         # Package for windows
- yarn run package:darwin      # Package for macOS
- yarn run package:linux       # Package for linux

# To build the web app:
$ yarn run web:build:prod

# To build and run the web app using docker:
$ docker build . -t lichtblick
$ docker run -p 8080:8080 lichtblick

# It is possible to clean up build files using the following command:
$ yarn run clean
  • The desktop builds are located in the dist directory, and the web builds are found in the web/.webpack directory.

๐Ÿ“ License (Open Source)

Lichtblick follows an open core licensing model. Most functionality is available in this repository, and can be reproduced or modified per the terms of the Mozilla Public License v2.0.

๐Ÿค Contributing

Contributions are welcome! Lichtblick is primarily built in TypeScript and ReactJS. All potential contributors must agree to the Contributor License Agreement outlined in CONTRIBUTING.md.

โญ Credits

Lichtblick originally began as a fork of Foxglove Studio, an open-source project developed by Foxglove.

About

Lichtblick is an integrated visualization and diagnosis tool for robotics, available in your browser or as a desktop app on Linux, Windows, and macOS.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages