Skip to content

Commit 0216e66

Browse files
committed
Fix linting issues and bump the version
1 parent beed9c8 commit 0216e66

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/ROS_2/ros_packages.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
RAI includes multiple configurable ROS 2 packages.
44

5-
| Package | Description | Documentation |
6-
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
5+
| Package | Description | Documentation |
6+
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
77
| **rai_perception** | Package enabling use of [GroundingDINO](https://github.com/IDEA-Research/GroundingDINO) and [GroundedSAM](https://github.com/IDEA-Research/Grounded-SAM-2) -- an open-set detection model with ROS 2. | [rai_perception](../extensions/openset.md) |
8-
| **rai_nomad** | Package integrating [NoMaD](https://general-navigation-models.github.io/nomad/index.html) -- an exploration model with ROS2. | [rai_nomad](../extensions/nomad.md) |
9-
| **rai_interfaces** | Definition of custom messages and services used in RAI. | |
10-
| **rai_bringup** | Launch files to run RAI. | |
8+
| **rai_nomad** | Package integrating [NoMaD](https://general-navigation-models.github.io/nomad/index.html) -- an exploration model with ROS2. | [rai_nomad](../extensions/nomad.md) |
9+
| **rai_interfaces** | Definition of custom messages and services used in RAI. | |
10+
| **rai_bringup** | Launch files to run RAI. | |

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rai_extensions/rai_perception/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ rai_core = ">=2.0.0.a2,<3.0.0"
2020

2121
[build-system]
2222
requires = ["poetry-core"]
23-
build-backend = "poetry.core.masonry.api"
23+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)