Skip to content

Commit

Permalink
Clean up naming from the choreonoid_ros2
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Mar 2, 2024
1 parent cb594b6 commit 01831ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/plugin/BodyROS2Item.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef CNOID_ROS2_PLUGIN_BODY_ROS2_ITEM_H
#define CNOID_ROS2_PLUGIN_BODY_ROS2_ITEM_H
#ifndef CNOID_ROS_PLUGIN_BODY_ROS2_ITEM_H
#define CNOID_ROS_PLUGIN_BODY_ROS2_ITEM_H

#include <cnoid/Archive>
#include <cnoid/BasicSensorSimulationHelper>
Expand Down
6 changes: 3 additions & 3 deletions src/plugin/ROS2Plugin.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef CHOREONOID_ROS2__ROS2PLUGIN_HPP_
#define CHOREONOID_ROS2__ROS2PLUGIN_HPP_
#ifndef CHOREONOID_ROS__ROS2PLUGIN_HPP_
#define CHOREONOID_ROS__ROS2PLUGIN_HPP_

#include <cnoid/Plugin>
#include <rclcpp/rclcpp.hpp>
Expand All @@ -11,4 +11,4 @@ class ROS2Plugin : public cnoid::Plugin
virtual bool initialize();
};

#endif // CHOREONOID_ROS2__ROS2PLUGIN_HPP_
#endif // CHOREONOID_ROS__ROS2PLUGIN_HPP_

0 comments on commit 01831ae

Please sign in to comment.