Laser_assembler problem: Published Cloud with 0 points
Unable to get any point in the cloud. The periodic_snapshotter node gives the message: Published Cloud with 0 points My aim is to make a point cloud from the tilt_laser topic published by the bag file. (See below)
This is my launch file:
<launch>
<node pkg="laser_assembler" type="laser_scan_assembler" output="screen" name="laser_scan_assembler">
<param name="max_scans" type="int" value="400" />
<param name="fixed_frame" type="string" value="map" />
</node>
<node pkg="laser_assembler" type="periodic_snapshotter" output="screen" name="periodic_snapshotter" />
<node pkg="tf" type="static_transform_publisher" name="baselink_laser_broadcaster" args="0 0 1 0 0 0 map odom_combined 10"/>
</launch>
I am using following bag file from MIT: http://infinity.csail.mit.edu/data/20...
This is my tf frames: https://onedrive.live.com/redir?resid...
EDIT=================================== The following is being published by the MIT bag file that I am using:
topics: /base_odometry/odom 21032 msgs : nav_msgs/Odometry
/base_odometry/odometer 224 msgs : pr2_mechanism_controllers/Odometer
/base_odometry/state 224 msgs : pr2_mechanism_controllers/BaseOdometryState
/base_scan 4489 msgs : sensor_msgs/LaserScan
/robot_pose_ekf/odom_combined 6333 msgs : geometry_msgs/PoseWithCovarianceStamped
/tf 12687 msgs : tf/tfMessage
/tilt_scan 4489 msgs : sensor_msgs/LaserScan
/torso_lift_imu/data 22451 msgs : sensor_msgs/Imu
/torso_lift_imu/is_calibrated 1 msg : std_msgs/Bool
/wide_stereo/left/camera_info_throttle 220 msgs : sensor_msgs/CameraInfo
/wide_stereo/left/image_rect_throttle 220 msgs : sensor_msgs/Image
/wide_stereo/right/camera_info_throttle 220 msgs : sensor_msgs/CameraInfo
/wide_stereo/right/image_rect_throttle 220 msgs : sensor_msgs/Image