feat(agv_pro_bringup): add multi-lidar support and drivers
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/**********************************************************************
|
||||
Copyright (c) 2020-2024, Unitree Robotics.Co.Ltd. All rights reserved.
|
||||
***********************************************************************/
|
||||
|
||||
#include "unitree_lidar_ros2.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
const rclcpp::NodeOptions options;
|
||||
rclcpp::init(argc, argv);
|
||||
rclcpp::spin(std::make_shared<UnitreeLidarSDKNode>());
|
||||
rclcpp::shutdown();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user