ROS2ModelPluginHooks.h 1.1 KB

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Copyright (c) Contributors to the Open 3D Engine Project.
  3. * For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. *
  5. * SPDX-License-Identifier: Apache-2.0 OR MIT
  6. *
  7. */
  8. #pragma once
  9. #include <ROS2/RobotImporter/SDFormatModelPluginImporterHook.h>
  10. namespace ROS2::SDFormat::ROS2ModelPluginHooks
  11. {
  12. // temporarily disable import hooks for sensors and models for https://github.com/o3de/sig-simulation/pull/96
  13. // //! Get a mapping of SDFormat skid_steer_drive and diff_drive plugins into O3DE components.
  14. // ModelPluginImporterHook ROS2SkidSteeringModel();
  15. // //! Get a mapping of SDFormat ackermann_drive plugin into O3DE components.
  16. // ModelPluginImporterHook ROS2AckermannModel();
  17. // //! Get a mapping of SDFormat joint_state_publisher plugin into O3DE components.
  18. // ModelPluginImporterHook ROS2JointStatePublisherModel();
  19. // //! Get a mapping of SDFormat joint_pose_trajectory plugin into O3DE components.
  20. // ModelPluginImporterHook ROS2JointPoseTrajectoryModel();
  21. } // namespace ROS2::SDFormat::ROS2ModelPluginHooks