https://github.com/ktro2828/awviz-ros
A ROS viewer for Autoware
https://github.com/ktro2828/awviz-ros
autoware rerun ros2
Last synced: 4 months ago
JSON representation
A ROS viewer for Autoware
- Host: GitHub
- URL: https://github.com/ktro2828/awviz-ros
- Owner: ktro2828
- License: apache-2.0
- Created: 2024-07-10T01:38:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-24T20:30:16.000Z (4 months ago)
- Last Synced: 2026-02-24T20:51:06.013Z (4 months ago)
- Topics: autoware, rerun, ros2
- Language: C++
- Homepage: https://ktro2828.github.io/awviz-ros/
- Size: 2.72 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# AWViz-ROS
AWViz-ROS features a ROS viewer for [Autoware](https://autoware.org) powered by [Rerun](https://rerun.io).
## Build & Run
### Build
```shell
# download repository
git clone git@github.com:ktro2828/awviz-ros && cd awviz-ros
# import external dependencies
rosdep update
rosdep install -y --from-paths . --ignore-src --rosdistro $ROS_DISTRO
# build awviz packages
colon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
source install/setup.bash
```
### Run
To see the usage, run `awviz -h`.
```shell
# run awviz
awviz
```
## Plugin Customization
Some ROS messages are already covered by built-in plugins defined in `awviz_plugin`.
For the detail of supported ROS messages and plugin customization, please refer to [docs/PLUGIN.md](./docs/PLUGIN.md).
## Contribution
Please refer to [docs/CONTRIBUTING.md](./docs/CONTRIBUTING.md).
## API Reference
Please refer to [AWViz-ROS C++ API Reference](https://ktro2828.github.io/awviz-ros/).