Overview
This node belongs to the PTAM package of the ETHZASL_PTAM stack. It is a tool to display the 3D point cloud, keyframes and current camera pose and path in RViz and to save this information to a text file for later processing.
Usage
The node displays the information right after its start. Use the dynamic_reconfigure GUI to manage the information to be displayed in RViz and to store the data in text files. Note that only the point cloud of the current map in PTAM is displayed. If you only keep a few KFs in the map but still want to display all previously acquired map points, set the marker decay time in RViz to a higher value.
Node Information
ptam_visualizer
node to save and display the PTAM information such as the 3D point cloud, keyframes and current camera pose and path in RVizSubscribed Topics
vslam/pose (geometry_msgs/PoseWithCovarianceStamped)- PoseWidthCovarianceStamped for the 6DoF pose calculated by PTAM
Published Topics
vslam/path_visualization (visualization_msgs/Marker)- line marker for RViz to display the 3D path of the camera
- marker array for RViz to display KF tripods
- PoseWithCovarianceStamped array containing all KFs to store in a text file
- PointCloud2 containing the current 3D map points of PTAM
Parameters
Dynamically Reconfigurable Parameters
See the dynamic_reconfigure package for details on dynamically reconfigurable parameters.- Show point cloud
- Show all keyframes ever made
- Show keyframes
- KF lifetime in sec Range: 1 to 60000
- Show path
- Number of path anchor points Range: 1 to 60000
- export point cloud to file
- prefix for export to file
- save full map to file
- 0:get all KFs, <0: get N newest KFs, 1: get new KFs only Range: -100 to 1