mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-13 03:30:18 +08:00
Refactor code for improved readability and consistency
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "topic_statistics.hpp"
|
||||
|
||||
int main(int argc, char * argv[]) {
|
||||
int main(int argc, char* argv[]) {
|
||||
rclcpp::init(argc, argv);
|
||||
rclcpp::spin(std::make_shared<orbbec_camera::tools::TopicStatistics>());
|
||||
rclcpp::shutdown();
|
||||
|
||||
Reference in New Issue
Block a user