By changing `std::shared_ptr<const PointCloud2> msg` to `const PointCloud2 & msg` in test_stee_node.cpp, we got compilation error.
By changing
std::shared_ptr<const PointCloud2> msgtoconst PointCloud2 & msgin test_stee_node.cpp, we got compilation error.