Skip to content

Commit

Permalink
joy_controller
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Jun 17, 2024
1 parent 5ce3a08 commit 3e99fc6
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_JOY_CONTROLLER__JOY_CONTROLLER_HPP_
#define AUTOWARE_JOY_CONTROLLER__JOY_CONTROLLER_HPP_
#ifndef AUTOWARE__JOY_CONTROLLER__JOY_CONTROLLER_HPP_
#define AUTOWARE__JOY_CONTROLLER__JOY_CONTROLLER_HPP_

#include "autoware_joy_controller/joy_converter/joy_converter_base.hpp"
#include "autoware/joy_controller/joy_converter/joy_converter_base.hpp"

#include <rclcpp/rclcpp.hpp>
#include <tier4_autoware_utils/ros/polling_subscriber.hpp>
Expand Down Expand Up @@ -122,4 +122,4 @@ class AutowareJoyControllerNode : public rclcpp::Node
};
} // namespace autoware::joy_controller

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

#ifndef AUTOWARE_JOY_CONTROLLER__JOY_CONVERTER__DS4_JOY_CONVERTER_HPP_
#define AUTOWARE_JOY_CONTROLLER__JOY_CONVERTER__DS4_JOY_CONVERTER_HPP_
#ifndef AUTOWARE__JOY_CONTROLLER__JOY_CONVERTER__DS4_JOY_CONVERTER_HPP_
#define AUTOWARE__JOY_CONTROLLER__JOY_CONVERTER__DS4_JOY_CONVERTER_HPP_

#include "autoware_joy_controller/joy_converter/joy_converter_base.hpp"
#include "autoware/joy_controller/joy_converter/joy_converter_base.hpp"

#include <algorithm>

Expand Down Expand Up @@ -92,4 +92,4 @@ class DS4JoyConverter : public JoyConverterBase
};
} // namespace autoware::joy_controller

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

#ifndef AUTOWARE_JOY_CONTROLLER__JOY_CONVERTER__G29_JOY_CONVERTER_HPP_
#define AUTOWARE_JOY_CONTROLLER__JOY_CONVERTER__G29_JOY_CONVERTER_HPP_
#ifndef AUTOWARE__JOY_CONTROLLER__JOY_CONVERTER__G29_JOY_CONVERTER_HPP_
#define AUTOWARE__JOY_CONTROLLER__JOY_CONVERTER__G29_JOY_CONVERTER_HPP_

#include "autoware_joy_controller/joy_converter/joy_converter_base.hpp"
#include "autoware/joy_controller/joy_converter/joy_converter_base.hpp"

namespace autoware::joy_controller
{
Expand Down Expand Up @@ -90,4 +90,4 @@ class G29JoyConverter : public JoyConverterBase
};
} // namespace autoware::joy_controller

#endif // AUTOWARE_JOY_CONTROLLER__JOY_CONVERTER__G29_JOY_CONVERTER_HPP_
#endif // AUTOWARE__JOY_CONTROLLER__JOY_CONVERTER__G29_JOY_CONVERTER_HPP_
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_JOY_CONTROLLER__JOY_CONVERTER__JOY_CONVERTER_BASE_HPP_
#define AUTOWARE_JOY_CONTROLLER__JOY_CONVERTER__JOY_CONVERTER_BASE_HPP_
#ifndef AUTOWARE__JOY_CONTROLLER__JOY_CONVERTER__JOY_CONVERTER_BASE_HPP_
#define AUTOWARE__JOY_CONTROLLER__JOY_CONVERTER__JOY_CONVERTER_BASE_HPP_

#include <sensor_msgs/msg/joy.hpp>

Expand Down Expand Up @@ -52,4 +52,4 @@ class JoyConverterBase
};
} // namespace autoware::joy_controller

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

#ifndef AUTOWARE_JOY_CONTROLLER__JOY_CONVERTER__P65_JOY_CONVERTER_HPP_
#define AUTOWARE_JOY_CONTROLLER__JOY_CONVERTER__P65_JOY_CONVERTER_HPP_
#ifndef AUTOWARE__JOY_CONTROLLER__JOY_CONVERTER__P65_JOY_CONVERTER_HPP_
#define AUTOWARE__JOY_CONTROLLER__JOY_CONVERTER__P65_JOY_CONVERTER_HPP_

#include "autoware_joy_controller/joy_converter/joy_converter_base.hpp"
#include "autoware/joy_controller/joy_converter/joy_converter_base.hpp"

#include <algorithm>

Expand Down Expand Up @@ -78,4 +78,4 @@ class P65JoyConverter : public JoyConverterBase
};
} // namespace autoware::joy_controller

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

#ifndef AUTOWARE_JOY_CONTROLLER__JOY_CONVERTER__XBOX_JOY_CONVERTER_HPP_
#define AUTOWARE_JOY_CONTROLLER__JOY_CONVERTER__XBOX_JOY_CONVERTER_HPP_
#ifndef AUTOWARE__JOY_CONTROLLER__JOY_CONVERTER__XBOX_JOY_CONVERTER_HPP_
#define AUTOWARE__JOY_CONTROLLER__JOY_CONVERTER__XBOX_JOY_CONVERTER_HPP_

#include "autoware_joy_controller/joy_converter/joy_converter_base.hpp"
#include "autoware/joy_controller/joy_converter/joy_converter_base.hpp"

#include <algorithm>

Expand Down Expand Up @@ -78,4 +78,4 @@ class XBOXJoyConverter : public JoyConverterBase
};
} // namespace autoware::joy_controller

#endif // AUTOWARE_JOY_CONTROLLER__JOY_CONVERTER__XBOX_JOY_CONVERTER_HPP_
#endif // AUTOWARE__JOY_CONTROLLER__JOY_CONVERTER__XBOX_JOY_CONVERTER_HPP_
10 changes: 5 additions & 5 deletions control/autoware_joy_controller/src/joy_controller_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware_joy_controller/joy_controller.hpp"
#include "autoware_joy_controller/joy_converter/ds4_joy_converter.hpp"
#include "autoware_joy_controller/joy_converter/g29_joy_converter.hpp"
#include "autoware_joy_controller/joy_converter/p65_joy_converter.hpp"
#include "autoware_joy_controller/joy_converter/xbox_joy_converter.hpp"
#include "autoware/joy_controller/joy_controller.hpp"
#include "autoware/joy_controller/joy_converter/ds4_joy_converter.hpp"
#include "autoware/joy_controller/joy_converter/g29_joy_converter.hpp"
#include "autoware/joy_controller/joy_converter/p65_joy_converter.hpp"
#include "autoware/joy_controller/joy_converter/xbox_joy_converter.hpp"

#include <tier4_api_utils/tier4_api_utils.hpp>

Expand Down

0 comments on commit 3e99fc6

Please sign in to comment.