|
agnocastlib package from agnocast repoagnocast agnocast_cie_config_msgs agnocast_cie_thread_configurator agnocast_components agnocast_e2e_test agnocast_ioctl_wrapper agnocast_sample_application agnocast_sample_interfaces agnocastlib ros2agnocast |
ROS Distro
|
Package Summary
| Version | 2.3.3 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/agnocast.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-04-07 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
True Zero Copy Communication Middleware for Unsized ROS 2 Message Types.
Maintainers
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
- Tetsuhiro Kawaguchi
Authors
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
README
No README found.
See repository README.
CHANGELOG
Changelog for package agnocastlib
2.3.3 (2026-04-02)
- feat(agnocastlib): enable file logging for [agnocast::Node]{.title-ref} (#1204)
- fix(bridge): fix bridge removal by stopping child executor before destruction (#1200)
- fix(test): filter bridge node messages in agnocast-only CIE test (#1201)
2.3.2 (2026-03-24)
- feat: exposed API reference (#1195)
- refactor(bridge): use CallbackIsolatedAgnocastExecutor for bridge callback scheduling (#1170)
- feat(agnocastlib): include message_filters headers in agnocast.hpp without circular dependency (#1189)
- fix: correct internal dependency declarations in package.xml (#1188)
2.3.1 (2026-03-17)
- fix(agnocastlib): use correct rosdep key libgoogle-glog-dev (#1184)
- feat(agnocastlib): add timer init tracepoint (#1178)
- fix(bridge): persist callback_group in performance bridge to prevent premature destruction (#1171)
2.3.0 (2026-03-09)
- fix(agnocastlib): fix tracepoint bugs introduced in PR #1093 (#1161)
- fix(bridge): create bridge with checking ros2 pub/sub (#1164)
- fix [need-minor-update]: unlink subscription MQs on abnormal process exit (#1155)
- refactor(agnocastlib): use node_base address as node handle in tracepoints (#1156)
- fix(agnocastlib): fix flaky executor no-starvation tests with polling and increased buffer (#1160)
- feat(kmod): bump capacity constants and default mempool size (#1151)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1149)
- fix(agnocastlib): fix CIE deadlock on join by releasing mutex before thread join (#1147)
- fix(agnocastlib): unlink message queue in IpcEventLoopBase cleanup (#1150)
- fix(agnocastlib): use wait_for in CIE spin loop for signal handling (#1148)
- Revert "fix(bridge)[need-minor-update]: fix bridge shutdown contention" (#1146)
- fix(agnocastlib): conditionally redirect daemon output to /dev/null (#1142)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1140)
- refactor(agnocastlib): move setsid call into spawn_daemon_process (#1141)
- feat(agnocastlib): align with rclcpp for Timer api. (#1127)
- feat(agnocastlib): add count_publishers/subscribers API (#1103)
- fix(bridge): load bridge_node without checking ros2 (#1132)
- fix(components): move tests for component container in [agnocast_components]{.title-ref} (#1126)
- fix(agnocastlib): fix race condition in cancel_executor (#1134)
- fix(agnocastlib): make cancel() virtual to fix hidden override in CIE (#1135)
- fix(agnocastlib): remove rclcpp::ok() dependency from AgnocastOnlyCallbackIsolatedExecutor (#1137)
- fix: prevent signed integer overflow in ms-to-ns conversion (#1136)
- feat[need-minor-update]: implement [get_publisher_count]{.title-ref} API (#1102)
- feat(agnocastlib): feat tracepoints agnocast node (#1093)
- refactor(kmod)[need-minor-update]: to use [tgid]{.title-ref} inside kmod for bridge related ioctl commands (#1114)
- fix(kmod)[need-minor-update]: add
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged agnocastlib at Robotics Stack Exchange
|
agnocastlib package from agnocast repoagnocast agnocast_cie_config_msgs agnocast_cie_thread_configurator agnocast_components agnocast_e2e_test agnocast_ioctl_wrapper agnocast_sample_application agnocast_sample_interfaces agnocastlib ros2agnocast |
ROS Distro
|
Package Summary
| Version | 2.3.3 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/agnocast.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-04-07 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
True Zero Copy Communication Middleware for Unsized ROS 2 Message Types.
Maintainers
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
- Tetsuhiro Kawaguchi
Authors
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
README
No README found.
See repository README.
CHANGELOG
Changelog for package agnocastlib
2.3.3 (2026-04-02)
- feat(agnocastlib): enable file logging for [agnocast::Node]{.title-ref} (#1204)
- fix(bridge): fix bridge removal by stopping child executor before destruction (#1200)
- fix(test): filter bridge node messages in agnocast-only CIE test (#1201)
2.3.2 (2026-03-24)
- feat: exposed API reference (#1195)
- refactor(bridge): use CallbackIsolatedAgnocastExecutor for bridge callback scheduling (#1170)
- feat(agnocastlib): include message_filters headers in agnocast.hpp without circular dependency (#1189)
- fix: correct internal dependency declarations in package.xml (#1188)
2.3.1 (2026-03-17)
- fix(agnocastlib): use correct rosdep key libgoogle-glog-dev (#1184)
- feat(agnocastlib): add timer init tracepoint (#1178)
- fix(bridge): persist callback_group in performance bridge to prevent premature destruction (#1171)
2.3.0 (2026-03-09)
- fix(agnocastlib): fix tracepoint bugs introduced in PR #1093 (#1161)
- fix(bridge): create bridge with checking ros2 pub/sub (#1164)
- fix [need-minor-update]: unlink subscription MQs on abnormal process exit (#1155)
- refactor(agnocastlib): use node_base address as node handle in tracepoints (#1156)
- fix(agnocastlib): fix flaky executor no-starvation tests with polling and increased buffer (#1160)
- feat(kmod): bump capacity constants and default mempool size (#1151)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1149)
- fix(agnocastlib): fix CIE deadlock on join by releasing mutex before thread join (#1147)
- fix(agnocastlib): unlink message queue in IpcEventLoopBase cleanup (#1150)
- fix(agnocastlib): use wait_for in CIE spin loop for signal handling (#1148)
- Revert "fix(bridge)[need-minor-update]: fix bridge shutdown contention" (#1146)
- fix(agnocastlib): conditionally redirect daemon output to /dev/null (#1142)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1140)
- refactor(agnocastlib): move setsid call into spawn_daemon_process (#1141)
- feat(agnocastlib): align with rclcpp for Timer api. (#1127)
- feat(agnocastlib): add count_publishers/subscribers API (#1103)
- fix(bridge): load bridge_node without checking ros2 (#1132)
- fix(components): move tests for component container in [agnocast_components]{.title-ref} (#1126)
- fix(agnocastlib): fix race condition in cancel_executor (#1134)
- fix(agnocastlib): make cancel() virtual to fix hidden override in CIE (#1135)
- fix(agnocastlib): remove rclcpp::ok() dependency from AgnocastOnlyCallbackIsolatedExecutor (#1137)
- fix: prevent signed integer overflow in ms-to-ns conversion (#1136)
- feat[need-minor-update]: implement [get_publisher_count]{.title-ref} API (#1102)
- feat(agnocastlib): feat tracepoints agnocast node (#1093)
- refactor(kmod)[need-minor-update]: to use [tgid]{.title-ref} inside kmod for bridge related ioctl commands (#1114)
- fix(kmod)[need-minor-update]: add
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged agnocastlib at Robotics Stack Exchange
No version for distro kilted showing humble. Known supported distros are highlighted in the buttons above.
|
agnocastlib package from agnocast repoagnocast agnocast_cie_config_msgs agnocast_cie_thread_configurator agnocast_components agnocast_e2e_test agnocast_ioctl_wrapper agnocast_sample_application agnocast_sample_interfaces agnocastlib ros2agnocast |
ROS Distro
|
Package Summary
| Version | 2.3.3 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/agnocast.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-04-07 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
True Zero Copy Communication Middleware for Unsized ROS 2 Message Types.
Maintainers
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
- Tetsuhiro Kawaguchi
Authors
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
README
No README found.
See repository README.
CHANGELOG
Changelog for package agnocastlib
2.3.3 (2026-04-02)
- feat(agnocastlib): enable file logging for [agnocast::Node]{.title-ref} (#1204)
- fix(bridge): fix bridge removal by stopping child executor before destruction (#1200)
- fix(test): filter bridge node messages in agnocast-only CIE test (#1201)
2.3.2 (2026-03-24)
- feat: exposed API reference (#1195)
- refactor(bridge): use CallbackIsolatedAgnocastExecutor for bridge callback scheduling (#1170)
- feat(agnocastlib): include message_filters headers in agnocast.hpp without circular dependency (#1189)
- fix: correct internal dependency declarations in package.xml (#1188)
2.3.1 (2026-03-17)
- fix(agnocastlib): use correct rosdep key libgoogle-glog-dev (#1184)
- feat(agnocastlib): add timer init tracepoint (#1178)
- fix(bridge): persist callback_group in performance bridge to prevent premature destruction (#1171)
2.3.0 (2026-03-09)
- fix(agnocastlib): fix tracepoint bugs introduced in PR #1093 (#1161)
- fix(bridge): create bridge with checking ros2 pub/sub (#1164)
- fix [need-minor-update]: unlink subscription MQs on abnormal process exit (#1155)
- refactor(agnocastlib): use node_base address as node handle in tracepoints (#1156)
- fix(agnocastlib): fix flaky executor no-starvation tests with polling and increased buffer (#1160)
- feat(kmod): bump capacity constants and default mempool size (#1151)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1149)
- fix(agnocastlib): fix CIE deadlock on join by releasing mutex before thread join (#1147)
- fix(agnocastlib): unlink message queue in IpcEventLoopBase cleanup (#1150)
- fix(agnocastlib): use wait_for in CIE spin loop for signal handling (#1148)
- Revert "fix(bridge)[need-minor-update]: fix bridge shutdown contention" (#1146)
- fix(agnocastlib): conditionally redirect daemon output to /dev/null (#1142)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1140)
- refactor(agnocastlib): move setsid call into spawn_daemon_process (#1141)
- feat(agnocastlib): align with rclcpp for Timer api. (#1127)
- feat(agnocastlib): add count_publishers/subscribers API (#1103)
- fix(bridge): load bridge_node without checking ros2 (#1132)
- fix(components): move tests for component container in [agnocast_components]{.title-ref} (#1126)
- fix(agnocastlib): fix race condition in cancel_executor (#1134)
- fix(agnocastlib): make cancel() virtual to fix hidden override in CIE (#1135)
- fix(agnocastlib): remove rclcpp::ok() dependency from AgnocastOnlyCallbackIsolatedExecutor (#1137)
- fix: prevent signed integer overflow in ms-to-ns conversion (#1136)
- feat[need-minor-update]: implement [get_publisher_count]{.title-ref} API (#1102)
- feat(agnocastlib): feat tracepoints agnocast node (#1093)
- refactor(kmod)[need-minor-update]: to use [tgid]{.title-ref} inside kmod for bridge related ioctl commands (#1114)
- fix(kmod)[need-minor-update]: add
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged agnocastlib at Robotics Stack Exchange
No version for distro rolling showing humble. Known supported distros are highlighted in the buttons above.
|
agnocastlib package from agnocast repoagnocast agnocast_cie_config_msgs agnocast_cie_thread_configurator agnocast_components agnocast_e2e_test agnocast_ioctl_wrapper agnocast_sample_application agnocast_sample_interfaces agnocastlib ros2agnocast |
ROS Distro
|
Package Summary
| Version | 2.3.3 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/agnocast.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-04-07 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
True Zero Copy Communication Middleware for Unsized ROS 2 Message Types.
Maintainers
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
- Tetsuhiro Kawaguchi
Authors
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
README
No README found.
See repository README.
CHANGELOG
Changelog for package agnocastlib
2.3.3 (2026-04-02)
- feat(agnocastlib): enable file logging for [agnocast::Node]{.title-ref} (#1204)
- fix(bridge): fix bridge removal by stopping child executor before destruction (#1200)
- fix(test): filter bridge node messages in agnocast-only CIE test (#1201)
2.3.2 (2026-03-24)
- feat: exposed API reference (#1195)
- refactor(bridge): use CallbackIsolatedAgnocastExecutor for bridge callback scheduling (#1170)
- feat(agnocastlib): include message_filters headers in agnocast.hpp without circular dependency (#1189)
- fix: correct internal dependency declarations in package.xml (#1188)
2.3.1 (2026-03-17)
- fix(agnocastlib): use correct rosdep key libgoogle-glog-dev (#1184)
- feat(agnocastlib): add timer init tracepoint (#1178)
- fix(bridge): persist callback_group in performance bridge to prevent premature destruction (#1171)
2.3.0 (2026-03-09)
- fix(agnocastlib): fix tracepoint bugs introduced in PR #1093 (#1161)
- fix(bridge): create bridge with checking ros2 pub/sub (#1164)
- fix [need-minor-update]: unlink subscription MQs on abnormal process exit (#1155)
- refactor(agnocastlib): use node_base address as node handle in tracepoints (#1156)
- fix(agnocastlib): fix flaky executor no-starvation tests with polling and increased buffer (#1160)
- feat(kmod): bump capacity constants and default mempool size (#1151)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1149)
- fix(agnocastlib): fix CIE deadlock on join by releasing mutex before thread join (#1147)
- fix(agnocastlib): unlink message queue in IpcEventLoopBase cleanup (#1150)
- fix(agnocastlib): use wait_for in CIE spin loop for signal handling (#1148)
- Revert "fix(bridge)[need-minor-update]: fix bridge shutdown contention" (#1146)
- fix(agnocastlib): conditionally redirect daemon output to /dev/null (#1142)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1140)
- refactor(agnocastlib): move setsid call into spawn_daemon_process (#1141)
- feat(agnocastlib): align with rclcpp for Timer api. (#1127)
- feat(agnocastlib): add count_publishers/subscribers API (#1103)
- fix(bridge): load bridge_node without checking ros2 (#1132)
- fix(components): move tests for component container in [agnocast_components]{.title-ref} (#1126)
- fix(agnocastlib): fix race condition in cancel_executor (#1134)
- fix(agnocastlib): make cancel() virtual to fix hidden override in CIE (#1135)
- fix(agnocastlib): remove rclcpp::ok() dependency from AgnocastOnlyCallbackIsolatedExecutor (#1137)
- fix: prevent signed integer overflow in ms-to-ns conversion (#1136)
- feat[need-minor-update]: implement [get_publisher_count]{.title-ref} API (#1102)
- feat(agnocastlib): feat tracepoints agnocast node (#1093)
- refactor(kmod)[need-minor-update]: to use [tgid]{.title-ref} inside kmod for bridge related ioctl commands (#1114)
- fix(kmod)[need-minor-update]: add
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged agnocastlib at Robotics Stack Exchange
No version for distro github showing humble. Known supported distros are highlighted in the buttons above.
|
agnocastlib package from agnocast repoagnocast agnocast_cie_config_msgs agnocast_cie_thread_configurator agnocast_components agnocast_e2e_test agnocast_ioctl_wrapper agnocast_sample_application agnocast_sample_interfaces agnocastlib ros2agnocast |
ROS Distro
|
Package Summary
| Version | 2.3.3 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/agnocast.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-04-07 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
True Zero Copy Communication Middleware for Unsized ROS 2 Message Types.
Maintainers
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
- Tetsuhiro Kawaguchi
Authors
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
README
No README found.
See repository README.
CHANGELOG
Changelog for package agnocastlib
2.3.3 (2026-04-02)
- feat(agnocastlib): enable file logging for [agnocast::Node]{.title-ref} (#1204)
- fix(bridge): fix bridge removal by stopping child executor before destruction (#1200)
- fix(test): filter bridge node messages in agnocast-only CIE test (#1201)
2.3.2 (2026-03-24)
- feat: exposed API reference (#1195)
- refactor(bridge): use CallbackIsolatedAgnocastExecutor for bridge callback scheduling (#1170)
- feat(agnocastlib): include message_filters headers in agnocast.hpp without circular dependency (#1189)
- fix: correct internal dependency declarations in package.xml (#1188)
2.3.1 (2026-03-17)
- fix(agnocastlib): use correct rosdep key libgoogle-glog-dev (#1184)
- feat(agnocastlib): add timer init tracepoint (#1178)
- fix(bridge): persist callback_group in performance bridge to prevent premature destruction (#1171)
2.3.0 (2026-03-09)
- fix(agnocastlib): fix tracepoint bugs introduced in PR #1093 (#1161)
- fix(bridge): create bridge with checking ros2 pub/sub (#1164)
- fix [need-minor-update]: unlink subscription MQs on abnormal process exit (#1155)
- refactor(agnocastlib): use node_base address as node handle in tracepoints (#1156)
- fix(agnocastlib): fix flaky executor no-starvation tests with polling and increased buffer (#1160)
- feat(kmod): bump capacity constants and default mempool size (#1151)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1149)
- fix(agnocastlib): fix CIE deadlock on join by releasing mutex before thread join (#1147)
- fix(agnocastlib): unlink message queue in IpcEventLoopBase cleanup (#1150)
- fix(agnocastlib): use wait_for in CIE spin loop for signal handling (#1148)
- Revert "fix(bridge)[need-minor-update]: fix bridge shutdown contention" (#1146)
- fix(agnocastlib): conditionally redirect daemon output to /dev/null (#1142)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1140)
- refactor(agnocastlib): move setsid call into spawn_daemon_process (#1141)
- feat(agnocastlib): align with rclcpp for Timer api. (#1127)
- feat(agnocastlib): add count_publishers/subscribers API (#1103)
- fix(bridge): load bridge_node without checking ros2 (#1132)
- fix(components): move tests for component container in [agnocast_components]{.title-ref} (#1126)
- fix(agnocastlib): fix race condition in cancel_executor (#1134)
- fix(agnocastlib): make cancel() virtual to fix hidden override in CIE (#1135)
- fix(agnocastlib): remove rclcpp::ok() dependency from AgnocastOnlyCallbackIsolatedExecutor (#1137)
- fix: prevent signed integer overflow in ms-to-ns conversion (#1136)
- feat[need-minor-update]: implement [get_publisher_count]{.title-ref} API (#1102)
- feat(agnocastlib): feat tracepoints agnocast node (#1093)
- refactor(kmod)[need-minor-update]: to use [tgid]{.title-ref} inside kmod for bridge related ioctl commands (#1114)
- fix(kmod)[need-minor-update]: add
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged agnocastlib at Robotics Stack Exchange
No version for distro galactic showing humble. Known supported distros are highlighted in the buttons above.
|
agnocastlib package from agnocast repoagnocast agnocast_cie_config_msgs agnocast_cie_thread_configurator agnocast_components agnocast_e2e_test agnocast_ioctl_wrapper agnocast_sample_application agnocast_sample_interfaces agnocastlib ros2agnocast |
ROS Distro
|
Package Summary
| Version | 2.3.3 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/agnocast.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-04-07 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
True Zero Copy Communication Middleware for Unsized ROS 2 Message Types.
Maintainers
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
- Tetsuhiro Kawaguchi
Authors
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
README
No README found.
See repository README.
CHANGELOG
Changelog for package agnocastlib
2.3.3 (2026-04-02)
- feat(agnocastlib): enable file logging for [agnocast::Node]{.title-ref} (#1204)
- fix(bridge): fix bridge removal by stopping child executor before destruction (#1200)
- fix(test): filter bridge node messages in agnocast-only CIE test (#1201)
2.3.2 (2026-03-24)
- feat: exposed API reference (#1195)
- refactor(bridge): use CallbackIsolatedAgnocastExecutor for bridge callback scheduling (#1170)
- feat(agnocastlib): include message_filters headers in agnocast.hpp without circular dependency (#1189)
- fix: correct internal dependency declarations in package.xml (#1188)
2.3.1 (2026-03-17)
- fix(agnocastlib): use correct rosdep key libgoogle-glog-dev (#1184)
- feat(agnocastlib): add timer init tracepoint (#1178)
- fix(bridge): persist callback_group in performance bridge to prevent premature destruction (#1171)
2.3.0 (2026-03-09)
- fix(agnocastlib): fix tracepoint bugs introduced in PR #1093 (#1161)
- fix(bridge): create bridge with checking ros2 pub/sub (#1164)
- fix [need-minor-update]: unlink subscription MQs on abnormal process exit (#1155)
- refactor(agnocastlib): use node_base address as node handle in tracepoints (#1156)
- fix(agnocastlib): fix flaky executor no-starvation tests with polling and increased buffer (#1160)
- feat(kmod): bump capacity constants and default mempool size (#1151)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1149)
- fix(agnocastlib): fix CIE deadlock on join by releasing mutex before thread join (#1147)
- fix(agnocastlib): unlink message queue in IpcEventLoopBase cleanup (#1150)
- fix(agnocastlib): use wait_for in CIE spin loop for signal handling (#1148)
- Revert "fix(bridge)[need-minor-update]: fix bridge shutdown contention" (#1146)
- fix(agnocastlib): conditionally redirect daemon output to /dev/null (#1142)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1140)
- refactor(agnocastlib): move setsid call into spawn_daemon_process (#1141)
- feat(agnocastlib): align with rclcpp for Timer api. (#1127)
- feat(agnocastlib): add count_publishers/subscribers API (#1103)
- fix(bridge): load bridge_node without checking ros2 (#1132)
- fix(components): move tests for component container in [agnocast_components]{.title-ref} (#1126)
- fix(agnocastlib): fix race condition in cancel_executor (#1134)
- fix(agnocastlib): make cancel() virtual to fix hidden override in CIE (#1135)
- fix(agnocastlib): remove rclcpp::ok() dependency from AgnocastOnlyCallbackIsolatedExecutor (#1137)
- fix: prevent signed integer overflow in ms-to-ns conversion (#1136)
- feat[need-minor-update]: implement [get_publisher_count]{.title-ref} API (#1102)
- feat(agnocastlib): feat tracepoints agnocast node (#1093)
- refactor(kmod)[need-minor-update]: to use [tgid]{.title-ref} inside kmod for bridge related ioctl commands (#1114)
- fix(kmod)[need-minor-update]: add
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged agnocastlib at Robotics Stack Exchange
No version for distro iron showing humble. Known supported distros are highlighted in the buttons above.
|
agnocastlib package from agnocast repoagnocast agnocast_cie_config_msgs agnocast_cie_thread_configurator agnocast_components agnocast_e2e_test agnocast_ioctl_wrapper agnocast_sample_application agnocast_sample_interfaces agnocastlib ros2agnocast |
ROS Distro
|
Package Summary
| Version | 2.3.3 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/agnocast.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-04-07 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
True Zero Copy Communication Middleware for Unsized ROS 2 Message Types.
Maintainers
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
- Tetsuhiro Kawaguchi
Authors
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
README
No README found.
See repository README.
CHANGELOG
Changelog for package agnocastlib
2.3.3 (2026-04-02)
- feat(agnocastlib): enable file logging for [agnocast::Node]{.title-ref} (#1204)
- fix(bridge): fix bridge removal by stopping child executor before destruction (#1200)
- fix(test): filter bridge node messages in agnocast-only CIE test (#1201)
2.3.2 (2026-03-24)
- feat: exposed API reference (#1195)
- refactor(bridge): use CallbackIsolatedAgnocastExecutor for bridge callback scheduling (#1170)
- feat(agnocastlib): include message_filters headers in agnocast.hpp without circular dependency (#1189)
- fix: correct internal dependency declarations in package.xml (#1188)
2.3.1 (2026-03-17)
- fix(agnocastlib): use correct rosdep key libgoogle-glog-dev (#1184)
- feat(agnocastlib): add timer init tracepoint (#1178)
- fix(bridge): persist callback_group in performance bridge to prevent premature destruction (#1171)
2.3.0 (2026-03-09)
- fix(agnocastlib): fix tracepoint bugs introduced in PR #1093 (#1161)
- fix(bridge): create bridge with checking ros2 pub/sub (#1164)
- fix [need-minor-update]: unlink subscription MQs on abnormal process exit (#1155)
- refactor(agnocastlib): use node_base address as node handle in tracepoints (#1156)
- fix(agnocastlib): fix flaky executor no-starvation tests with polling and increased buffer (#1160)
- feat(kmod): bump capacity constants and default mempool size (#1151)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1149)
- fix(agnocastlib): fix CIE deadlock on join by releasing mutex before thread join (#1147)
- fix(agnocastlib): unlink message queue in IpcEventLoopBase cleanup (#1150)
- fix(agnocastlib): use wait_for in CIE spin loop for signal handling (#1148)
- Revert "fix(bridge)[need-minor-update]: fix bridge shutdown contention" (#1146)
- fix(agnocastlib): conditionally redirect daemon output to /dev/null (#1142)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1140)
- refactor(agnocastlib): move setsid call into spawn_daemon_process (#1141)
- feat(agnocastlib): align with rclcpp for Timer api. (#1127)
- feat(agnocastlib): add count_publishers/subscribers API (#1103)
- fix(bridge): load bridge_node without checking ros2 (#1132)
- fix(components): move tests for component container in [agnocast_components]{.title-ref} (#1126)
- fix(agnocastlib): fix race condition in cancel_executor (#1134)
- fix(agnocastlib): make cancel() virtual to fix hidden override in CIE (#1135)
- fix(agnocastlib): remove rclcpp::ok() dependency from AgnocastOnlyCallbackIsolatedExecutor (#1137)
- fix: prevent signed integer overflow in ms-to-ns conversion (#1136)
- feat[need-minor-update]: implement [get_publisher_count]{.title-ref} API (#1102)
- feat(agnocastlib): feat tracepoints agnocast node (#1093)
- refactor(kmod)[need-minor-update]: to use [tgid]{.title-ref} inside kmod for bridge related ioctl commands (#1114)
- fix(kmod)[need-minor-update]: add
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged agnocastlib at Robotics Stack Exchange
No version for distro melodic showing humble. Known supported distros are highlighted in the buttons above.
|
agnocastlib package from agnocast repoagnocast agnocast_cie_config_msgs agnocast_cie_thread_configurator agnocast_components agnocast_e2e_test agnocast_ioctl_wrapper agnocast_sample_application agnocast_sample_interfaces agnocastlib ros2agnocast |
ROS Distro
|
Package Summary
| Version | 2.3.3 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/agnocast.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-04-07 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
True Zero Copy Communication Middleware for Unsized ROS 2 Message Types.
Maintainers
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
- Tetsuhiro Kawaguchi
Authors
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
README
No README found.
See repository README.
CHANGELOG
Changelog for package agnocastlib
2.3.3 (2026-04-02)
- feat(agnocastlib): enable file logging for [agnocast::Node]{.title-ref} (#1204)
- fix(bridge): fix bridge removal by stopping child executor before destruction (#1200)
- fix(test): filter bridge node messages in agnocast-only CIE test (#1201)
2.3.2 (2026-03-24)
- feat: exposed API reference (#1195)
- refactor(bridge): use CallbackIsolatedAgnocastExecutor for bridge callback scheduling (#1170)
- feat(agnocastlib): include message_filters headers in agnocast.hpp without circular dependency (#1189)
- fix: correct internal dependency declarations in package.xml (#1188)
2.3.1 (2026-03-17)
- fix(agnocastlib): use correct rosdep key libgoogle-glog-dev (#1184)
- feat(agnocastlib): add timer init tracepoint (#1178)
- fix(bridge): persist callback_group in performance bridge to prevent premature destruction (#1171)
2.3.0 (2026-03-09)
- fix(agnocastlib): fix tracepoint bugs introduced in PR #1093 (#1161)
- fix(bridge): create bridge with checking ros2 pub/sub (#1164)
- fix [need-minor-update]: unlink subscription MQs on abnormal process exit (#1155)
- refactor(agnocastlib): use node_base address as node handle in tracepoints (#1156)
- fix(agnocastlib): fix flaky executor no-starvation tests with polling and increased buffer (#1160)
- feat(kmod): bump capacity constants and default mempool size (#1151)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1149)
- fix(agnocastlib): fix CIE deadlock on join by releasing mutex before thread join (#1147)
- fix(agnocastlib): unlink message queue in IpcEventLoopBase cleanup (#1150)
- fix(agnocastlib): use wait_for in CIE spin loop for signal handling (#1148)
- Revert "fix(bridge)[need-minor-update]: fix bridge shutdown contention" (#1146)
- fix(agnocastlib): conditionally redirect daemon output to /dev/null (#1142)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1140)
- refactor(agnocastlib): move setsid call into spawn_daemon_process (#1141)
- feat(agnocastlib): align with rclcpp for Timer api. (#1127)
- feat(agnocastlib): add count_publishers/subscribers API (#1103)
- fix(bridge): load bridge_node without checking ros2 (#1132)
- fix(components): move tests for component container in [agnocast_components]{.title-ref} (#1126)
- fix(agnocastlib): fix race condition in cancel_executor (#1134)
- fix(agnocastlib): make cancel() virtual to fix hidden override in CIE (#1135)
- fix(agnocastlib): remove rclcpp::ok() dependency from AgnocastOnlyCallbackIsolatedExecutor (#1137)
- fix: prevent signed integer overflow in ms-to-ns conversion (#1136)
- feat[need-minor-update]: implement [get_publisher_count]{.title-ref} API (#1102)
- feat(agnocastlib): feat tracepoints agnocast node (#1093)
- refactor(kmod)[need-minor-update]: to use [tgid]{.title-ref} inside kmod for bridge related ioctl commands (#1114)
- fix(kmod)[need-minor-update]: add
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged agnocastlib at Robotics Stack Exchange
No version for distro noetic showing humble. Known supported distros are highlighted in the buttons above.
|
agnocastlib package from agnocast repoagnocast agnocast_cie_config_msgs agnocast_cie_thread_configurator agnocast_components agnocast_e2e_test agnocast_ioctl_wrapper agnocast_sample_application agnocast_sample_interfaces agnocastlib ros2agnocast |
ROS Distro
|
Package Summary
| Version | 2.3.3 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/agnocast.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-04-07 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
True Zero Copy Communication Middleware for Unsized ROS 2 Message Types.
Maintainers
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
- Tetsuhiro Kawaguchi
Authors
- Takahiro Ishikawa-Aso
- Ryuta Kambe
- Atsushi Yano
- Koichi Imai
README
No README found.
See repository README.
CHANGELOG
Changelog for package agnocastlib
2.3.3 (2026-04-02)
- feat(agnocastlib): enable file logging for [agnocast::Node]{.title-ref} (#1204)
- fix(bridge): fix bridge removal by stopping child executor before destruction (#1200)
- fix(test): filter bridge node messages in agnocast-only CIE test (#1201)
2.3.2 (2026-03-24)
- feat: exposed API reference (#1195)
- refactor(bridge): use CallbackIsolatedAgnocastExecutor for bridge callback scheduling (#1170)
- feat(agnocastlib): include message_filters headers in agnocast.hpp without circular dependency (#1189)
- fix: correct internal dependency declarations in package.xml (#1188)
2.3.1 (2026-03-17)
- fix(agnocastlib): use correct rosdep key libgoogle-glog-dev (#1184)
- feat(agnocastlib): add timer init tracepoint (#1178)
- fix(bridge): persist callback_group in performance bridge to prevent premature destruction (#1171)
2.3.0 (2026-03-09)
- fix(agnocastlib): fix tracepoint bugs introduced in PR #1093 (#1161)
- fix(bridge): create bridge with checking ros2 pub/sub (#1164)
- fix [need-minor-update]: unlink subscription MQs on abnormal process exit (#1155)
- refactor(agnocastlib): use node_base address as node handle in tracepoints (#1156)
- fix(agnocastlib): fix flaky executor no-starvation tests with polling and increased buffer (#1160)
- feat(kmod): bump capacity constants and default mempool size (#1151)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1149)
- fix(agnocastlib): fix CIE deadlock on join by releasing mutex before thread join (#1147)
- fix(agnocastlib): unlink message queue in IpcEventLoopBase cleanup (#1150)
- fix(agnocastlib): use wait_for in CIE spin loop for signal handling (#1148)
- Revert "fix(bridge)[need-minor-update]: fix bridge shutdown contention" (#1146)
- fix(agnocastlib): conditionally redirect daemon output to /dev/null (#1142)
- fix(bridge)[need-minor-update]: fix bridge shutdown contention (#1140)
- refactor(agnocastlib): move setsid call into spawn_daemon_process (#1141)
- feat(agnocastlib): align with rclcpp for Timer api. (#1127)
- feat(agnocastlib): add count_publishers/subscribers API (#1103)
- fix(bridge): load bridge_node without checking ros2 (#1132)
- fix(components): move tests for component container in [agnocast_components]{.title-ref} (#1126)
- fix(agnocastlib): fix race condition in cancel_executor (#1134)
- fix(agnocastlib): make cancel() virtual to fix hidden override in CIE (#1135)
- fix(agnocastlib): remove rclcpp::ok() dependency from AgnocastOnlyCallbackIsolatedExecutor (#1137)
- fix: prevent signed integer overflow in ms-to-ns conversion (#1136)
- feat[need-minor-update]: implement [get_publisher_count]{.title-ref} API (#1102)
- feat(agnocastlib): feat tracepoints agnocast node (#1093)
- refactor(kmod)[need-minor-update]: to use [tgid]{.title-ref} inside kmod for bridge related ioctl commands (#1114)
- fix(kmod)[need-minor-update]: add
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.