No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
rmw_opensplice_cpp package from rmw_opensplice repoopensplice_cmake_module rmw_opensplice_cpp rosidl_typesupport_opensplice_c rosidl_typesupport_opensplice_cpp |
|
Package Summary
Tags | No category tags. |
Version | 0.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rmw_opensplice.git |
VCS Type | git |
VCS Version | ardent |
Last Updated | 2017-12-09 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Implement the ROS middleware interface using PrismTech OpenSplice static code generation in C++.
Additional Links
No additional links.
Maintainers
- Dirk Thomas
Authors
No additional authors.
README
No README found.
No README in repository either.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged rmw_opensplice_cpp at Robotics Stack Exchange
rmw_opensplice_cpp package from rmw_opensplice repormw_opensplice_cpp |
|
Package Summary
Tags | No category tags. |
Version | 0.5.2 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rmw_opensplice.git |
VCS Type | git |
VCS Version | bouncy |
Last Updated | 2018-06-29 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Implement the ROS middleware interface using PrismTech OpenSplice static code generation in C++.
Additional Links
No additional links.
Maintainers
- Dirk Thomas
Authors
No additional authors.
README
No README found.
No README in repository either.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
Name |
---|
libopensplice67 |
Dependant Packages
Name | Deps |
---|---|
rmw_implementation |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged rmw_opensplice_cpp at Robotics Stack Exchange
rmw_opensplice_cpp package from rmw_opensplice repormw_opensplice_cpp |
|
Package Summary
Tags | No category tags. |
Version | 0.6.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rmw_opensplice.git |
VCS Type | git |
VCS Version | crystal |
Last Updated | 2019-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Implement the ROS middleware interface using PrismTech OpenSplice static code generation in C++.
Additional Links
No additional links.
Maintainers
- Dirk Thomas
Authors
No additional authors.
README
No README found.
No README in repository either.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
Name |
---|
libopensplice69 |
Dependant Packages
Name | Deps |
---|---|
rmw_implementation |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged rmw_opensplice_cpp at Robotics Stack Exchange
rmw_opensplice_cpp package from rmw_opensplice repormw_opensplice_cpp |
|
Package Summary
Tags | No category tags. |
Version | 0.8.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rmw_opensplice.git |
VCS Type | git |
VCS Version | eloquent |
Last Updated | 2019-10-24 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Implement the ROS middleware interface using ADLINK OpenSplice static code generation in C++.
Additional Links
No additional links.
Maintainers
- Dirk Thomas
Authors
No additional authors.
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package rmw_opensplice_cpp
0.8.1 (2019-10-23)
- use return_loaned_message_from (#290)
- Add localhost parameter to create node function (#288)
- zero copy api for opensplice (#285)
- Change PrismTech -> ADLINK (#287)
- Fix build error (#286)
- update signature for added pub/sub options (#284)
- Contributors: Brian Marchi, Dan Rose, Karsten Knese, William Woodall, ivanpauno
0.8.0 (2019-09-26)
- Return specific error when not finding a node name (#281)
- use a common datareader to fetch node info from participants.(#242) (#275)
- Don't export rcpputils dependency (#277)
- Add function for getting clients by node (#274)
- Use rcpputils::find_and_replace instead of std::regex_replace (#272)
- Fix a comparison with a sign mismatch (#276)
- Implement get_actual_qos() for subscriptions (#271)
- add missing qos setings in get_actual_qos() (#270)
- Contributors: Jacob Perron, M. M, Scott K Logan, YuSheng, ivanpauno
0.7.1 (2019-05-08)
- Combine package name with message namespace in type support struct (#268)
- fix windows build warnings (#269)
- Implement QoS: liveliness, deadline, lifespan (#266)
- API updates for preallocation work. (#267)
- Contributors: Jacob Perron, M. M, Michael Carroll, Ross Desmond
0.7.0 (2019-04-13)
- Add function to get publisher actual qos settings (#265)
- Add rmw includes to cppcheck (#261)
- GUID fix for node graph implementation (#255)
- pass context to wait set and fini context (#257)
- Contributors: M. M, Shane Loretz, William Woodall, ivanpauno
0.6.2 (2018-12-12)
0.6.1 (2018-12-06)
- Node graph impl (#251)
- refactor to support init options and context (#246)
- add opensplice support for cdr serialization (#247)
- Methods to retrieve matched counts on pub/sub (#248)
- suppress warning on Windows (#250)
- update to OpenSplice 6.9 (#249)
- Contributors: Dirk Thomas, MarcelJordense, Michael Carroll, Ross Desmond, William Woodall
0.6.0 (2018-11-16)
- use new error handling API from rcutils (#245)
- Add semicolons to all RCLCPP and RCUTILS macros. (#244)
- Include node namespaces in get_node_names (#243)
- add rmw_get_serialization_format (#241)
- Contributors: Chris Lalancette, Karsten Knese, Michael Carroll, William Woodall
0.5.2 (2018-06-29)
- Don't error if Sample_ prefix not found in service type (#240)
- Contributors: dhood
0.5.1 (2018-06-28)
- accept RETCODE_PRECONDITION_NOT_MET when detaching condition (#235)
- Contributors: Dirk Thomas
0.5.0 (2018-06-23)
- strip 'Sample_' from reported types (#234)
- homogenize opensplice keys and use libopensplice67 everywhere (#232)
- gracefully fail when using serialized functions (#228)
- Remove topic partitions (#225)
- move function to rmw for reuse (#222)
- API to manipulate log setting macros (#209)
- Contributors: Dirk Thomas, Karsten Knese, Mikael Arguedas, Rohit Salem, Sriram Raghunathan
0.4.0 (2017-12-08)
- Merge pull request #215 from ros2/rename_group
- Wait set two words (#214)
- Merge pull request #210 from ros2/rep149
- Merge pull request #211 from ros2/ignore_unavailable_rmw
- Merge pull request #208 from dejanpan/master
- Merge pull request #206 from ros2/uncrustify_master
- Merge pull request #203 from ros2/listener_trigger
- remove unnecessary define (#204)
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
Name |
---|
libopensplice69 |
Dependant Packages
Name | Deps |
---|---|
rmw_implementation |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged rmw_opensplice_cpp at Robotics Stack Exchange
rmw_opensplice_cpp package from rmw_opensplice repormw_opensplice_cpp |
|
Package Summary
Tags | No category tags. |
Version | 0.7.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rmw_opensplice.git |
VCS Type | git |
VCS Version | dashing |
Last Updated | 2019-08-01 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Implement the ROS middleware interface using PrismTech OpenSplice static code generation in C++.
Additional Links
No additional links.
Maintainers
- Dirk Thomas
Authors
No additional authors.
README
No README found.
No README in repository either.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
Name |
---|
libopensplice69 |
Dependant Packages
Name | Deps |
---|---|
rmw_implementation |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged rmw_opensplice_cpp at Robotics Stack Exchange
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.