Skip to content

Commit

Permalink
chore(autoware_adapi_specs): rename ad_api to adapi
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Nov 11, 2024
1 parent 5886587 commit c0a3a13
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(autoware_ad_api_specs)
project(autoware_adapi_specs)

find_package(autoware_cmake REQUIRED)
autoware_package()
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include <autoware_adapi_v1_msgs/msg/mrm_state.hpp>

namespace autoware::ad_api_specs::fail_safe
namespace autoware::adapi_specs::fail_safe
{

struct MrmState
Expand All @@ -31,6 +31,6 @@ struct MrmState
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL;
};

} // namespace autoware::ad_api_specs::fail_safe
} // namespace autoware::adapi_specs::fail_safe

#endif // AUTOWARE__AD_API_SPECS__FAIL_SAFE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <autoware_adapi_version_msgs/srv/interface_version.hpp>

namespace autoware::ad_api_specs::interface
namespace autoware::adapi_specs::interface
{

struct Version
Expand All @@ -26,6 +26,6 @@ struct Version
static constexpr char name[] = "/api/interface/version";
};

} // namespace autoware::ad_api_specs::interface
} // namespace autoware::adapi_specs::interface

#endif // AUTOWARE__AD_API_SPECS__INTERFACE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <autoware_adapi_v1_msgs/msg/localization_initialization_state.hpp>
#include <autoware_adapi_v1_msgs/srv/initialize_localization.hpp>

namespace autoware::ad_api_specs::localization
namespace autoware::adapi_specs::localization
{

struct Initialize
Expand All @@ -38,6 +38,6 @@ struct InitializationState
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL;
};

} // namespace autoware::ad_api_specs::localization
} // namespace autoware::adapi_specs::localization

#endif // AUTOWARE__AD_API_SPECS__LOCALIZATION_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <autoware_adapi_v1_msgs/msg/motion_state.hpp>
#include <autoware_adapi_v1_msgs/srv/accept_start.hpp>

namespace autoware::ad_api_specs::motion
namespace autoware::adapi_specs::motion
{

struct AcceptStart
Expand All @@ -38,6 +38,6 @@ struct State
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL;
};

} // namespace autoware::ad_api_specs::motion
} // namespace autoware::adapi_specs::motion

#endif // AUTOWARE__AD_API_SPECS__MOTION_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <autoware_adapi_v1_msgs/msg/operation_mode_state.hpp>
#include <autoware_adapi_v1_msgs/srv/change_operation_mode.hpp>

namespace autoware::ad_api_specs::operation_mode
namespace autoware::adapi_specs::operation_mode
{

struct ChangeToStop
Expand Down Expand Up @@ -68,6 +68,6 @@ struct OperationModeState
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL;
};

} // namespace autoware::ad_api_specs::operation_mode
} // namespace autoware::adapi_specs::operation_mode

#endif // AUTOWARE__AD_API_SPECS__OPERATION_MODE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include <autoware_adapi_v1_msgs/msg/dynamic_object_array.hpp>

namespace autoware::ad_api_specs::perception
namespace autoware::adapi_specs::perception
{

struct DynamicObjectArray
Expand All @@ -31,6 +31,6 @@ struct DynamicObjectArray
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_VOLATILE;
};

} // namespace autoware::ad_api_specs::perception
} // namespace autoware::adapi_specs::perception

#endif // AUTOWARE__AD_API_SPECS__PERCEPTION_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <autoware_adapi_v1_msgs/msg/steering_factor_array.hpp>
#include <autoware_adapi_v1_msgs/msg/velocity_factor_array.hpp>

namespace autoware::ad_api_specs::planning
namespace autoware::adapi_specs::planning
{

struct VelocityFactors
Expand All @@ -41,6 +41,6 @@ struct SteeringFactors
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_VOLATILE;
};

} // namespace autoware::ad_api_specs::planning
} // namespace autoware::adapi_specs::planning

#endif // AUTOWARE__AD_API_SPECS__PLANNING_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <autoware_adapi_v1_msgs/srv/set_route.hpp>
#include <autoware_adapi_v1_msgs/srv/set_route_points.hpp>

namespace autoware::ad_api_specs::routing
namespace autoware::adapi_specs::routing
{

struct SetRoutePoints
Expand Down Expand Up @@ -74,6 +74,6 @@ struct Route
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL;
};

} // namespace autoware::ad_api_specs::routing
} // namespace autoware::adapi_specs::routing

#endif // AUTOWARE__AD_API_SPECS__ROUTING_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include <autoware_adapi_v1_msgs/msg/heartbeat.hpp>

namespace autoware::ad_api_specs::system
namespace autoware::adapi_specs::system
{

struct Heartbeat
Expand All @@ -31,6 +31,6 @@ struct Heartbeat
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_VOLATILE;
};

} // namespace autoware::ad_api_specs::system
} // namespace autoware::adapi_specs::system

#endif // AUTOWARE__AD_API_SPECS__SYSTEM_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <autoware_adapi_v1_msgs/srv/get_vehicle_dimensions.hpp>
#include <autoware_adapi_v1_msgs/srv/set_door_command.hpp>

namespace autoware::ad_api_specs::vehicle
namespace autoware::adapi_specs::vehicle
{

struct VehicleKinematics
Expand Down Expand Up @@ -72,6 +72,6 @@ struct DoorStatus
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL;
};

} // namespace autoware::ad_api_specs::vehicle
} // namespace autoware::adapi_specs::vehicle

#endif // AUTOWARE__AD_API_SPECS__VEHICLE_HPP_
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_ad_api_specs</name>
<name>autoware_adapi_specs</name>
<version>0.38.0</version>
<description>The autoware_ad_api_specs package</description>
<description>The autoware_adapi_specs package</description>
<maintainer email="[email protected]">Takagi, Isamu</maintainer>
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit c0a3a13

Please sign in to comment.