Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wkalt/studio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foxglove Studio

Foxglove Studio (foxglove.dev) is an integrated visualization and diagnosis tool for robotics.

Foxglove Studio screenshot

Installation

Visit foxglove.dev/download or GitHub Releases to download the latest version.

Support

Contributing

Contributions are welcome! Foxglove Studio is primarily written in TypeScript, the instructions below should help you get started:

Supported development environments: Linux, Windows, macOS

Required dependencies:

Getting started:

  1. Clone git repo
  2. Run yarn install
  3. Launch the development environment (run both scripts concurrently):
$ yarn serve        # start webpack
$ yarn start        # launch electron

# Advanced usage: running webpack and electron on different computers (or VMs) on the same network
$ yarn serve --host 192.168.xxx.yyy         # the address where electron can reach the webpack dev server
$ yarn dlx [email protected] .webpack # launch the version of electron for the current computer's platform

Other useful commands:

$ yarn run          # list available commands
$ yarn lint         # lint all files
$ yarn test         # run all tests
$ yarn test:watch   # run tests on changed files

About

Foxglove Studio began as a fork and evolution of Webviz, an open source project developed by Cruise.

To learn more about Foxglove, visit foxglove.dev/about or view our documentation and release notes.

About

Robotics visualization and debugging

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.3%
  • SCSS 1.3%
  • Shell 0.2%
  • Nearley 0.1%
  • JavaScript 0.1%
  • C++ 0.0%