Skip to content

Arena-Rosnav/foxglove-studio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foxglove Studio for Arena Web-Application

Arena Rosnav version

About

This application is forked from Foxglove and customized for Arena-Rosnav. This repository represents Foxglove visualization support for ROS (Robotic Operating System) based full-stack application. Foxglove has been integrated within to enable advanced data and objects visualization of robot activities generated and distributed by Arena Rosnav project. Contribution from this integration comprises implemention of special extensions meant to convert ROS topics into the format understandable by the Foxglove. In this manner we developed support for pedestrians movements, navigation stack parameters and occupancy map.

For more information on Foxglove Studio, plase visit the official repository: https://github.com/foxglove/studio

Installation

  • Make sure to adequately setup the Arena-Web application from this guide:

  • Navigate into apps directory:

cd ~/arena-web-v2/apps
  • Clone this repository
git clone [email protected]:Arena-Rosnav/foxglove-studio.git
sudo apt install git-lfs
git lfs install
  • Pull the large files
git lfs pull
  • Install the dependencies
yarn install
  • Build the project
npm run web:build:prod
  • go to mono-repository and start the application

About

Robotics visualization and debugging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • Other 0.5%