Giter Site home page Giter Site logo

lichtblick-suite / lichtblick Goto Github PK

View Code? Open in Web Editor NEW

This project forked from russ76/foxglove_studio

95.0 1.0 16.0 36.06 MB

License: Mozilla Public License 2.0

Shell 0.04% JavaScript 0.36% TypeScript 99.46% CSS 0.06% Dockerfile 0.01% Nearley 0.07%

lichtblick's Introduction

Lichtblick

Stars Badge Forks Badge Pull Requests Badge Issues Badge Versions Badge GitHub contributors GitHub License

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/bmw-software-engineering/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 both scripts concurrently):
$ yarn desktop:serve        # start webpack
$ yarn desktop:start        # launch electron

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

🛠️ 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.

lichtblick's People

Contributors

defunctzombie avatar dependabot[bot] avatar jtbandes avatar foxymiles avatar foxglovebot avatar jhurliman avatar amacneil avatar 2metres avatar snosenzo avatar esthersweon avatar achim-k avatar cfoust avatar laisspportugal avatar wimagguc avatar aneuwald-ctw avatar bryfox avatar aschimmichanga avatar woodii1998 avatar james-rms avatar wkalt avatar shuhaowu avatar pezy avatar dudv avatar bclinkinbeard avatar jameskuszmaul-brt avatar osaro-imohe avatar mica-angeli avatar smbera avatar jkuszmaul avatar wep21 avatar

Stargazers

Xiang Cui avatar  avatar  avatar detailyang avatar Masahiro Kubota avatar Yijun Huang avatar Adam Aposhian avatar Adam Erickson avatar M. Ziai avatar Thomas Beranek avatar  avatar Kareem Janou avatar Stefan Hoffmann avatar Vasily Yuryev avatar Tatsuya Ishikawa avatar Joseph Sebastian avatar Kairui Liu avatar Luqman Zaceria avatar awayatakuma avatar Martin Medler avatar Louis avatar  avatar 残月 avatar Felipe Gomes de Melo avatar Tom Creutz avatar  avatar Krzysztof avatar Alexander Zizzo avatar  avatar Stephen avatar  avatar Zhengyu Peng avatar devin avatar Nikos Koukis avatar Steffen Becker avatar Constantin-Paul Hertel avatar Dave Lasley avatar Zhao Wang avatar  avatar Patrick Wspanialy avatar Stanisław Piasecki avatar Davide Iafrate avatar Photon avatar Robin avatar sibalzer avatar arpu avatar Jan Gutsche avatar Florian Vahl avatar tkuehbeck avatar  avatar Ivan Nenakhov avatar Tobias Rehder avatar Johannes L avatar Manu avatar  avatar Emmanuel Follin avatar  avatar ITB de Labo - ITBデラボ avatar 王其超 avatar  avatar  avatar  avatar  avatar Yeling Shi avatar Evan Bella avatar 爱可可-爱生活 avatar  avatar Daisuke Sato avatar ぐるぐる avatar  avatar kotayan avatar Atsushi Saitoh avatar Yuki Takeyama avatar Yoshiki Obinata avatar Tokoro avatar Shingo Kitagawa avatar Andre Nguyen avatar Ruffin avatar  avatar Teemu Heikkilä avatar Thomas Lobig avatar  avatar  avatar Dmitri avatar  avatar Patrick Wieschollek avatar  avatar Carlo van Driesten avatar  avatar Junjie Tang avatar Rex Schilasky avatar Sambit Tripathy avatar  avatar Jose Miguel Nogueira avatar  avatar

Watchers

 avatar

lichtblick's Issues

Question about installed extensions in docker container

Hello! Thank you for this standalone fork of FoxGlove. I have one question about extensions. When I used FoxGlove, desktop extensions were installed in ~/.foxglove-studio/extensions folder, so I could programmatically install them with some bash commands without GUI. Now I want to do something similar with FoxBox, but in Docker container, as It supports this feature.

I successfully installed my extension via drag-and-drop. And, I suppose, this can be done if I place and unpack content of my .foxe file in some folder inside docker container or mount folder with installed extensions from host. However, I could not find a folder in container, where my extension was saved.

Can you give me some hints, where to look for these files?

P.S. It is not a bug. If I choose "quesion" while making an issue, it redirects me to official foxglove discussion

Cannot connect through Foxglove bridge

Dear Lichtblick team,

Lichtblick worked perfectly for me when connecting to my ROS2 system through the Foxglove bridge. Recently, this stopped working out of the blue. I have the feeling this happened when I updated my system, which upgraded ros-humble-foxglove-bridge to version 0.8.0. Have you experienced this issue?

  • Version: 1.3.6
  • Platform: Pop_OS 22.04
  • Data source: ROS2 native through Foxglove bridge

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.