Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovizzo committed Feb 29, 2024
1 parent 5581c85 commit 83c03ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ kiss_icp_pipeline --help
<summary>This should print the following help message:</summary>

![out](https://user-images.githubusercontent.com/21349875/193282970-25a400aa-ebcd-487a-b839-faa04eeca5b9.png)

</details>

For advanced instructions on the Python pacakge plase see [this README](python/README.md)
Expand All @@ -61,16 +62,19 @@ For advanced instructions on the Python pacakge plase see [this README](python/R
```sh
cd ~/ros2_ws/src/ && git clone https://github.com/PRBonn/kiss-icp && cd ~/ros2_ws/ && colcon build --packages-select kiss_icp
```

</details>

<details>
<summary>ROS 1</summary>

Not supported anymore, please check:
</details>
⚠️ ⚠️ ROS 1 is deprecated in KISS-ICP and not officially supported anymore. Upgrade now to ROS 2! ⚠️ ⚠️

For more detailed instructions on the ROS wrappers, please visit this [README](ros/README.md)
The last release that supports ROS 1 is [v0.3.0](https://github.com/PRBonn/kiss-icp/tree/v0.3.0), if you still need ROS 1 support please checkout that version and follow the instructions in the [README.md](https://github.com/PRBonn/kiss-icp/blob/v0.3.0/README.md)

</details>

For more detailed instructions on the ROS wrapper, please visit this [README](ros/README.md)

## Citation

Expand Down
2 changes: 1 addition & 1 deletion ros/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KISS-ICP ROS 2 wrapper
# KISS-ICP ROS 2 Wrapper

### How to build

Expand Down
3 changes: 1 addition & 2 deletions ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@
<package format="3">
<name>kiss_icp</name>
<version>0.3.0</version>
<description>KISS-ICP ROS 2 Wrappers</description>
<description>KISS-ICP ROS 2 Wrapper</description>
<maintainer email="[email protected]">ivizzo</maintainer>
<license>MIT</license>

<!-- ROS 2 dependencies -->
<buildtool_depend>ament_cmake</buildtool_depend>

<depend>rcutils</depend>
Expand Down

0 comments on commit 83c03ad

Please sign in to comment.