You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1-1. Is voxelization applied?
1-2. In outdoor cases, radiuses should be larger (see how we set the parameter: https://arxiv.org/abs/2409.15615)
2. I guess it's because of the radii settings of 0.02 and 0.04, respectively. It's too small in outdoor cases.
3. How can the source and target point clouds be of the same size? could you elaborate on that more?
Have you read the documentation?
I saw these isseus.
Post your theoretical questions / usage questions here.
Hello, I want to calculate an odometry of our mobile robot by using the TEASER-plusplus package (Especially, Quatro version)
The example of quatro in TEASER-plusplus package is excuted well like below screen capture.
So, I make a ros2 package including TEASER-plusplus cmake.
The progress is below
sensor_msgs::msg::PointCloud2::SharedPtr
topcl::PointCloud<pcl::PointXYZ>::Ptr
pcl::PointCloud<pcl::PointXYZ>::Ptr
toteaser::PointCloud
teaser::PointCloud tgt_cloud
(=Point Cloud Data{t=1}) andteaser::PointCloud src_cloud
(=Point Cloud Data{t=2})Total code like below.
The rviz with two point cloud is like this.
The terminal is like this.
Max core number
is 0 in the terminal?Thank you!
The text was updated successfully, but these errors were encountered: