17 #include "nav2_velocity_smoother/velocity_smoother.hpp"
18 #include "rclcpp/rclcpp.hpp"
20 int main(
int argc,
char ** argv)
22 rclcpp::init(argc, argv);
23 auto node = std::make_shared<nav2_velocity_smoother::VelocitySmoother>();
24 rclcpp::spin(node->get_node_base_interface());