Skip to content

Commit

Permalink
chore: release v0.0.1 (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 authored Aug 19, 2024
1 parent adbbab9 commit 3cb8445
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWViz-ROS

AWViz-ROS features a ROS 3D viewer for [Autoware](https://autoware.org) powered by [Rerun](https://rerun.io).
AWViz-ROS features a ROS viewer for [Autoware](https://autoware.org) powered by [Rerun](https://rerun.io).

<div align="center">
<img src="./docs/images/awviz-viewer.png" alt="awviz-viewer">
Expand Down
2 changes: 1 addition & 1 deletion awviz/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(awviz VERSION 0.0.0)
project(awviz VERSION 0.0.1)

# -------- default to C++17 --------
if(NOT CMAKE_CXX_STANDARD)
Expand Down
4 changes: 2 additions & 2 deletions awviz/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>awviz</name>
<version>0.0.0</version>
<description>A ROS 2 viewer for Autoware</description>
<version>0.0.1</version>
<description>A 3D ROS viewer for Autoware.</description>
<maintainer email="[email protected]">ktro2828</maintainer>
<license>Apache-2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion awviz_common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(awviz_common VERSION 0.0.0)
project(awviz_common VERSION 0.0.1)

# -------- default to C++17 --------
if(NOT CMAKE_CXX_STANDARD)
Expand Down
4 changes: 2 additions & 2 deletions awviz_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>awviz_common</name>
<version>0.0.0</version>
<description>A common components of awviz</description>
<version>0.0.1</version>
<description>A common component of awviz used by plugins and applications.</description>
<maintainer email="[email protected]">ktro2828</maintainer>
<license>Apache-2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion awviz_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(awviz_plugin VERSION 0.0.0)
project(awviz_plugin VERSION 0.0.1)

# -------- default to C++17 --------
if(NOT CMAKE_CXX_STANDARD)
Expand Down
4 changes: 2 additions & 2 deletions awviz_plugin/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>awviz_plugin</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<version>0.0.1</version>
<description>Several built-in plugins for awviz to cover the basic functionality.</description>
<maintainer email="[email protected]">ktro2828</maintainer>
<license>Apache-2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion docs/MAIN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWViz-ROS {#mainpage}

AWViz-ROS features a ROS 3D viewer for [Autoware](https://autoware.org) powered by [Rerun](https://rerun.io).
AWViz-ROS features a ROS viewer for [Autoware](https://autoware.org) powered by [Rerun](https://rerun.io).

![AWVis viewer sample](@ref awviz-viewer.png)

Expand Down

0 comments on commit 3cb8445

Please sign in to comment.