Skip to content

Commit d4e08d5

Browse files
committed
feat: renamed ns
1 parent 6136a8b commit d4e08d5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/me5413_world/config/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
me5413_project:
1+
me5413_world:
22
# the frame of all the poses below
33
frame_id: 'world'
44

src/me5413_world/include/me5413_world/goal_publisher.hpp renamed to src/me5413_world/include/me5413_world/goal_publisher_node.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
/* goal_publisher.hpp
1+
/* goal_publisher_node.hpp
22
33
* Copyright (C) 2023 SS47816
44
55
* Declarations for GoalPublisherNode class
66
77
**/
88

9-
#ifndef GOAL_PUBLISHER_H_
10-
#define GOAL_PUBLISHER_H_
9+
#ifndef GOAL_PUBLISHER_NODE_H_
10+
#define GOAL_PUBLISHER_NODE_H_
1111

1212
#include <iostream>
1313
#include <string>
@@ -79,4 +79,4 @@ class GoalPublisherNode
7979

8080
} // namespace me5413_world
8181

82-
#endif // GOAL_PUBLISHER_H_
82+
#endif // GOAL_PUBLISHER_NODE_H_

src/me5413_world/src/goal_publisher_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
**/
88

9-
#include "me5413_world/goal_publisher.hpp"
9+
#include "me5413_world/goal_publisher_node.hpp"
1010

1111
namespace me5413_world
1212
{

0 commit comments

Comments
 (0)