pcl coordinate system orientation
I am aware that ros uses the positive coordinate system in which x=forward, y=left, and z=up, but can anyone tell me what pcl data uses?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I am aware that ros uses the positive coordinate system in which x=forward, y=left, and z=up, but can anyone tell me what pcl data uses?
The same, in whatever frame of reference the PointCloud2 message specifies.
Asked: 2013-02-21 17:28:14 -0500
Seen: 3,110 times
Last updated: Feb 22 '13
Compiling PCL from source for multiple ros nodes (pcl_ros_gencfg error)
Does pointcloud_to_laserscan work for ASUS Xtion Pro Live
pcl conditionalRemoval [closed]
QVTKWidget is sluggish in rqt in Kinetic 16.04, but fine in Jade 14.04
cannot find /usr/include/openni [closed]
PCD file and octomap file generated by rgblslamv2 have wrong cooedinate
Pointcloud value at a given pixel
joq, that's what I thought until I used the function pcl::fromROSMsg() and a pcl passthrough filter. The PCL z parameter pertained to forward direction and y pertainted to the upward direction. I'm speaking in terms of the pcl namespace. Is this correct?
Check the
header.frame_id
field in the message. It may be using an "optical" frame by mistake. See: http://www.ros.org/reps/rep-0103.html#coordinate-frame-conventionsThanks for the help!