ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Reading the ASCII is as a float is almost certainly going to Do Something Completely Terrible; it would need to read it in bitwise-identical, and (unless you're printing to a great many significant figures, and can accurately predict how your parsing routine is going to work), this is unlikely to happen.

As for .pcd files, have you tried it? Run the experiment...