CMakeLists中在add executable 中写的node是node类型(Cmake中可执行文件名 后cpp为源代码)。
add_executable(test02_sub_pose src/test02_sub_pose.cpp)
此处的 test02_sub_pose是node类型
nh句柄创建的node名称。
ros::init (argc,argv,"control");
control为节点名
CMakeLists中在add executable 中写的node是node类型(Cmake中可执行文件名 后cpp为源代码)。
add_executable(test02_sub_pose src/test02_sub_pose.cpp)
此处的 test02_sub_pose是node类型
nh句柄创建的node名称。
ros::init (argc,argv,"control");
control为节点名