possible to use tf for robot_state_publisher?
hi, i got a urdf file with two bodies and one joint. With the robot_state_publisher, i can send joint_states and the robot is moving in rviz to this joint_state.
I got tf of the second body from real-world and want to "connect" this tf to the robot_state_publisher directly, instead of sending joint_states ?
is this possible ?