Skip to content

Commit

Permalink
refactor: rename simple_object_merger library and node to follow auto…
Browse files Browse the repository at this point in the history
…ware namespace convention

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
  • Loading branch information
technolojin committed Jun 25, 2024
1 parent 8db9b57 commit f347234
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE__SIMPLE_OBJECT_MERGER__SIMPLE_OBJECT_MERGER_NODE_HPP_
#define AUTOWARE__SIMPLE_OBJECT_MERGER__SIMPLE_OBJECT_MERGER_NODE_HPP_
#ifndef AUTOWARE_SIMPLE_OBJECT_MERGER__SIMPLE_OBJECT_MERGER_NODE_HPP_
#define AUTOWARE_SIMPLE_OBJECT_MERGER__SIMPLE_OBJECT_MERGER_NODE_HPP_

#include "autoware/universe_utils/ros/transform_listener.hpp"
#include "rclcpp/rclcpp.hpp"
Expand Down Expand Up @@ -78,4 +78,4 @@ class SimpleObjectMergerNode : public rclcpp::Node

} // namespace autoware::simple_object_merger

#endif // AUTOWARE__SIMPLE_OBJECT_MERGER__SIMPLE_OBJECT_MERGER_NODE_HPP_
#endif // AUTOWARE_SIMPLE_OBJECT_MERGER__SIMPLE_OBJECT_MERGER_NODE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/simple_object_merger/simple_object_merger_node.hpp"
#include "autoware_simple_object_merger/simple_object_merger_node.hpp"

#include <geometry_msgs/msg/pose_stamped.hpp>

Expand Down

0 comments on commit f347234

Please sign in to comment.