ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can provide your sensor data to robot localization in their native frames. R_L will take your TF tree to transform your positions and vector values into the global frame of your choice in the configuration file.
The output will be in the base_frame
frame -- but you don't need to worry about the transformations as long as your frame (say camera
) in the message header is valid and connected to your base_frame
in some way via TF.