Actions
0309 » History » Revision 17
« Previous |
Revision 17/27
(diff)
| Next »
Pierre Narvor, 2018-03-09 15:19
03/09 : PoM/Prism Discussion¶
Participants :
Simon, Ellon, Quentin, Pierre
Goal of the meeting : Discuss the PoM/Prism architecture (previously InSitu). Prism is the sub-task of PoM which handle the internal transform tree of a robot (RobotBaseFrame to SensorFrame(s)).
Note : PoM is divided in two part : Prism which handles the pose of sensors relative to the robot and (name undefined, default = MightyLocalizer) MightyLocalizer which handles the pose of the robot frame relative to the World Frame. The meeting is only about Prism.
Features of Prism¶
- Load and maintain the RobotBaseFrame to SensorFrame(s) tree of the robot up to date : URDF configuration file for initialization. Is a client of moving sensor mounts (arms, platforms...) to update internal transform tree. No memory. Handles transform uncertainty.
- Sensor pose service : A sensor acquiring data must ask Prism for a time stamp and a sensor pose(= current transform RobotBaseFrame to SensorFrame + uncertainty). The pose and the time are stored by the sensor node alongside the sensor data (this pose will be of use only with this data. Hence no memory is need in Prism).
- Send time stamp to mighty-localizer for saving
Details¶
Loading and maintaining internal tree:¶
- Internal Tree : all SensorFrames connected to a single RobotBaseFrame through one or several edges. Two types of edges : fixed or moving.
(insert diagram)
- Initialization : Internal tree building form URDF file. Default values for moving edges to define.
Updated by Pierre Narvor over 6 years ago · 27 revisions