https://github.com/polymathrobotics/foxglove_extensions
Polymath-custom extensions for Foxglove
https://github.com/polymathrobotics/foxglove_extensions
opensource robotics ros
Last synced: 9 months ago
JSON representation
Polymath-custom extensions for Foxglove
- Host: GitHub
- URL: https://github.com/polymathrobotics/foxglove_extensions
- Owner: polymathrobotics
- License: apache-2.0
- Created: 2025-05-16T18:23:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-26T21:53:45.000Z (9 months ago)
- Last Synced: 2025-09-26T23:35:53.382Z (9 months ago)
- Topics: opensource, robotics, ros
- Language: TypeScript
- Homepage:
- Size: 31.5 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# foxglove_extensions
Polymath-custom extensions for Foxglove.
### Activating Code Standard Hooks
[Pre-commit](https://pre-commit.com) hooks are provided to maintain code standards for this repository.
1. If you do not have pre-commit installed, run `python3 -m pip install pre-commit`
1. For preexisting repositories, you must run `pre-commit install` in that repository
1. You can automatically install pre-commit for newly cloned repositories by running
```
$ git config --global init.templateDir ~/.git-template
$ pre-commit init-templatedir ~/.git-template
pre-commit installed at /home/asottile/.git-template/hooks/pre-commit
```
Now all git commits will be automatically gated by the configured checks.