ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi,
I added a new function in the assure mapping tool to enable translating the road network map. No rotation supported.
fixing alignment issue if not trivial, specially if you have a rotation offset. I suggest you rebuild your open drive on top of the the point cloud.
or when start collecting data from point cloud you start from the origin or at least orientation as the OpenDRIVE map.
Rgards,
2 | No.2 Revision |
Hi,
I added a new function in the assure mapping tool to enable translating the road network map. No rotation supported.
fixing alignment issue if not trivial, specially if you have a rotation offset. I suggest you rebuild your open drive on top of the the point cloud.
or when start collecting data from point cloud you start from the origin or at least orientation as the OpenDRIVE map.
Rgards, You also can transform the point cloud itself, have a look at this code.
https://github.com/PointCloudLibrary/pcl/blob/master/tools/transform_from_viewpoint.cpp
Regards,