ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The documentation for the transform, and pose conventions I was looking for can be found here: http://wiki.ros.org/tf/Overview/Transformations
tl;dr:
To represent the pose of an object in the map, I'm not sure what convention is used. i.e.. if the data should be in the frame of object (camera, robot,etc..) or in the frame of the map.
For the frame_id of an objectmap
, the data should be in the coordinates of themap
, opposite to CV/SLAM convention where apose
of a camera is the coordinates of amap
in the frame of the camera.
2 | No.2 Revision |
The documentation for the transform, and pose conventions I was looking for can be found here: http://wiki.ros.org/tf/Overview/Transformations
To represent the pose of an object in the map, I'm not sure what convention is used. i.e.. if the data should be in the frame of object (camera, robot,etc..) or in the frame of the map.
For the frame_id of an object map
, the data should be in the coordinates of the map
, opposite to CV/SLAM convention where a pose
of a camera is the coordinates of a map
in the frame of the camera.