I have a question and need a general advice here. I would like to have all the object poses to be broadcast/appear in the /tf. Right now, if I loadPlugin('simROS2') an empty /tf topic appears in ROS2 context which I can see coming from CoppeliaSim
Code: Select all
ros2 topic info --verbose /tf
Type: tf2_msgs/msg/TFMessage
Publisher count: 1
Node name: sim_ros2_interface
Node namespace: /
Topic type: tf2_msgs/msg/TFMessage
For information, I don't mind writing a cpp plugin or python script, I just need it to be high performance.
Thank you!