Commit 54952e48 authored by haoshuang's avatar haoshuang

更新代码

parent 3a167d5a
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
*/ */
class EventsRos class EventsRos
{ {
private:
ros::NodeHandle private_nh;
public: public:
EventsRos() {} EventsRos() {}
~EventsRos() {} ~EventsRos() {}
...@@ -70,4 +72,4 @@ public: ...@@ -70,4 +72,4 @@ public:
std::string m_root_dir;//存储统一的根目录路径 std::string m_root_dir;//存储统一的根目录路径
YAML::Node m_config;//配置的yaml文件 YAML::Node m_config;//配置的yaml文件
}; };
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment