-
Create a catkin package catkin_create_pkg pcl_ros_outdoor pcl_conversions pcl_ros roscpp sensor_msgs
-
Modify the package.xml <build_depend>libpcl-all-dev</build_depend> <run_depend>libpcl-all</run_depend>
-
Create a node (pcl_ros_outdoor_node.cpp)
-
Modify the CMakeLists.txt add_executable(example src/example.cpp) target_link_libraries(example ${catkin_LIBRARIES})
git config --global user.name "your github username" git config --get user.name
your github username
git config --global user.email "[email protected]" git config --get user.email