ClementLeBihan

Results 19 comments of ClementLeBihan

You can add the feature by editing scanRegistration.cpp by : ``` std::vector scanStartInd(N_SCANS, 0); std::vector scanEndInd(N_SCANS, 0); double timeScanCur = laserCloudMsg->header.stamp.toSec(); pcl::PointCloud laserCloudIn; pcl::PointCloud laserCloudIn_vel; pcl::fromROSMsg(*laserCloudMsg, laserCloudIn); pcl::fromROSMsg(*laserCloudMsg, laserCloudIn_vel); std::vector...

Please read the error ;) you forgot to add velodyne_pointcloud in the CMakeList and in your package.xml. Moreover, donc forget to build velodyne_pointcloud (http://wiki.ros.org/velodyne_pointcloud)...

I’m really happy you succeed ;) For the frame problem, the point cloud advertise on LOAM topics are in camera’s frame ! And the camera’s frame is z forward. So...

Yes of course, to 32 or 64 ;)

You can save all the registered cloud in laserMapping.cpp in the camera_init frame ;) ``` std::ostringstream titlePC; titlePC

Hi, got the same problem. Waiting for advices ...

Hi @goldbattle, here is a link to download the bag : https://magcloud.magellium.com/owncloud/index.php/s/Kvb5T3Dr2GkNol6 Best, Clément

I did a first try with a setting Add Accumulation that load additional frames'pc and append it in the existing pc ... ![Screenshot from 2024-03-26 09-28-37](https://github.com/xtreme1-io/xtreme1/assets/12940019/c12387cd-cadc-49b1-b074-b95c0c90e1b3) To do so, I...

On our side we just added a checkbox that enable exporting original files ![IMG_0098](https://github.com/xtreme1-io/xtreme1/assets/12940019/d96bdd6c-14dc-4c33-b71a-937f9c08ee3d)

Adding `"resultType":"GROUND_TRUTH"` make it work. We could may be add it in the documentation.