Skip to content

Commit

Permalink
Merge branch 'main' into feat/generic_controller_outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed Oct 4, 2024
2 parents 5e55e9c + 3c2fb5d commit f2e5d41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Release Versions:
- release: use updated base image (#139)
- fix(controllers): remove duplicate function (#140)
- chore: format repository (#142)
- docs: update schema path in component descriptions (#154)
- feat: add support for generic inputs/outputs (#133)

## 4.2.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/aica-technology/api/main/docs/static/schemas/1-1-1/component.schema.json",
"$schema": "https://docs.aica.tech/schemas/1-1-1/component.schema.json",
"name": "Component",
"description": {
"brief": "A wrapper for rclcpp::Node to simplify application composition through unified component interfaces.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/aica-technology/api/main/docs/static/schemas/1-1-1/component.schema.json",
"$schema": "https://docs.aica.tech/schemas/1-1-1/component.schema.json",
"name": "Lifecycle Component",
"description": {
"brief": "A wrapper for rclcpp_lifecycle::LifecycleNode to simplify application composition through unified component interfaces while supporting lifecycle states and transitions.",
Expand Down

0 comments on commit f2e5d41

Please sign in to comment.