rtt_ros2_integration
rtt_ros2_integration copied to clipboard
Add new package rtt_ros2_tf2 support for ROS2 TF2
trafficstars
rtt_ros2_tf2 package
(note): unfinished, check ToDo section
This package contains Orocos elements to add support to ROS 2 TF2.
The main element to interact with TF2 is through the new tf2 service, an object of class RTT::RTT_TF2.
Usage
Scripting usage
C++ usage
ToDo
- [x] Load the service properly
- [ ] (Optional) Create a component that serves the interface
- [x] Create unitest
TODO:
- [ ] The component provided in this PR is empty of content. It can load the service and offer the operations as
OwnThread, so that the another component can use it real-time safe, since this Service is not real-time safe. - [ ] The service requester is still missing, needs to be added.