ROS Point Cloud Library (PCL) - 6. PassThrough 축을 기준으로하는 pointcloud filtering Posted on September 12, 2021 PassThrough의 활용 예시 [Read More] Tags: SLAM LiDAR Pointcloud ROS PCL
ROS Point Cloud Library (PCL) - 5. Voxelization Reduction of Computation Posted on September 12, 2021 Voxelization이 필요한 이유 [Read More] Tags: SLAM LiDAR Pointcloud ROS PCL
ROS Point Cloud Library (PCL) - 4. Viewer로 visualization하는 법 PCL Transformation Posted on September 10, 2021 Debugging의 필수, visualization [Read More] Tags: SLAM LiDAR Pointcloud ROS PCL
ROS Point Cloud Library (PCL) - 3. Transformation PCL Transformation Posted on September 10, 2021 Transformation을 하는 이유? [Read More] Tags: SLAM LiDAR Pointcloud ROS PCL
ROS Point Cloud Library (PCL) - 2. 형변환 - toROSMsg, fromROSMsg ROS와 PCL 간의 형 변환 Posted on September 10, 2021 형변환을 해야 하는 이유 [Read More] Tags: SLAM LiDAR Pointcloud ROS PCL
ROS Point Cloud Library (PCL) - 1. Ptr, ConstPtr의 완벽 이해 (3) Ptr in 클래스 멤버변수 PCL의 Ptr를 Class member 변수로 쓸 때 주의점 Posted on September 10, 2021 PCL Ptr in Class [Read More] Tags: SLAM LiDAR Pointcloud ROS PCL
ROS Point Cloud Library (PCL) - 1. Ptr, ConstPtr의 완벽 이해 (2) Ptr in PCL PCL에서 Ptr을 활용해보기 Posted on September 10, 2021 PCL pointer Ptr 예제 [Read More] Tags: SLAM LiDAR Pointcloud ROS PCL
ROS Point Cloud Library (PCL) - 1. Ptr, ConstPtr의 완벽 이해 (1) shared_ptr PCL의 Ptr의 typedef를 구성하는 shared_ptr 살펴보기 Posted on September 9, 2021 PCL pointer Ptr 선언 [Read More] Tags: SLAM LiDAR Pointcloud ROS PCL
ROS Point Cloud Library (PCL) - 0. Tutorial 및 기본 사용법 기본 사용법 및 operation들 정리 Posted on September 9, 2021 Point Cloud Library를 사용해야 하는 이유 [Read More] Tags: SLAM LiDAR Pointcloud ROS PCL
Generalized Iterative Closest Point Line by Line - 3. align() G-ICP 내부 설명 Posted on September 5, 2021 Generalized Iterative Closest Point (G-ICP) [Read More] Tags: SLAM LiDAR Pointcloud ROS PCL
Generalized Iterative Closest Point Line by Line - 2. setInputSource() and setInputTarget() G-ICP 내부 설명 - setInputSource() and setInputTarget() Posted on September 5, 2021 Generalized Iterative Closest Point (G-ICP) [Read More] Tags: SLAM LiDAR Pointcloud ROS PCL
Generalized Iterative Closest Point Line by Line - 1. Introduction G-ICP 내부 설명 Posted on September 5, 2021 Generalized Iterative Closest Point (G-ICP) [Read More] Tags: SLAM LiDAR Pointcloud ROS PCL
MinkowskiEngine Docker에 설치하는 법 xhost + Posted on August 8, 2021 처음에는 빨간 error message로 도배가 됐었는데, 어째저째 하니 무탈히 install이 완료되었다. [Read More] Tags: MinkowskiEngine
C++ zero padding하는 법 Use boost format Posted on May 8, 2021 C++ Zero padding하는 법 [Read More] Tags: C++
C++ KITTI dataset 파일 load하기 (2) pointcloud bin 파일 KITTI data Load하기 Posted on May 7, 2021 KITTI Dataset pointcloud 불러오기 [Read More] Tags: C++ Text Eigen
C++ KITTI dataset 파일 load하기 (1) poses text 파일 KITTI data Load하기 Posted on May 7, 2021 KITTI Dataset pose 불러오기 [Read More] Tags: C++ Text Eigen
ROS catkin build Release 세팅 ROS catkin build Release Posted on November 16, 2020 Release로 설정해야 하는 이유 [Read More] Tags: ROS catkin catkin-tools
Ouster OS1-64 ROS 세팅하는 법 Ouster OS1-64 Posted on November 15, 2020 Setting of Ouster OS1-64 [Read More] Tags: SLAM LiDAR Pointcloud ROS Ouster OS1
ROS C++의 class에서 nodehandler 함수 변수로 받기 포인터를 통한 nodehandler 공유 Posted on October 27, 2020 ROS 개발을 하다보면 하나의 ros::NodeHandle을 여러 군데에서 공유하고 싶을 때가 있다. 이럴 때는 아래에서처럼 NodeHandle의 주솟값을 함수의 입력으로 넘겨주면 된다. [Read More] Tags: ROS C++ Class