An open API service indexing awesome lists of open source software.

https://github.com/ktro2828/awviz-ros

A ROS viewer for Autoware
https://github.com/ktro2828/awviz-ros

autoware rerun ros2

Last synced: about 2 months ago
JSON representation

A ROS viewer for Autoware

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).


awviz-viewer

## Build & Run

### Build

```shell
# download repository
git clone [email protected]: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/).