transform_broadcaster.h library on micro-ros arduino
Hello I am working to move a project from ROS1 to ROS2. Part of this is moving from rosserial to micro-ros. I have a couple sensors implemented and visible in rviz2 but have been stuck at adding the transform for the range sensors.
Similar examples show "#include <tf2_ros transform_broadcaster.h="">" but there is no tf2_ros in the imported micro_ros_arduino library. It is in geometry2 (tf2_ros/include/tf2_ros) but I get other include/dependency errors.
For reference the micro-ros board is a Teensy4.1 and I am on galactic (micro_ros_arduino 2.0.4-galactic). I am developing on PlatformIO within VisualStudioCode.
I am trying to locate the origin and orientation of a range sensor, I can do this easily with a marker display (to represent a switch) as it has 'pose' contained within it.