Skip to content

Commit b9f45fe

Browse files
committed
add declaration
1 parent 421d4c9 commit b9f45fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/robot/gym_vis/include/gym_vis.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@
1717
#include <tf2_ros/buffer.h>
1818
#include <tf2_ros/transform_listener.h>
1919

20+
class GymVis : public rclcpp::Node {
21+
public:
22+
GymVis() : Node("gym_vis") {}
23+
};
24+
25+
2026
#endif

0 commit comments

Comments
 (0)