|
12 | 12 | // See the License for the specific language governing permissions and
|
13 | 13 | // limitations under the License.
|
14 | 14 |
|
15 |
| -#ifndef PID_LONGITUDINAL_CONTROLLER__PID_LONGITUDINAL_CONTROLLER_HPP_ |
16 |
| -#define PID_LONGITUDINAL_CONTROLLER__PID_LONGITUDINAL_CONTROLLER_HPP_ |
17 |
| - |
| 15 | +#ifndef AUTOWARE_PID_LONGITUDINAL_CONTROLLER__PID_LONGITUDINAL_CONTROLLER_HPP_ |
| 16 | +#define AUTOWARE_PID_LONGITUDINAL_CONTROLLER__PID_LONGITUDINAL_CONTROLLER_HPP_ |
| 17 | + |
| 18 | +#include "autoware_pid_longitudinal_controller/debug_values.hpp" |
| 19 | +#include "autoware_pid_longitudinal_controller/longitudinal_controller_utils.hpp" |
| 20 | +#include "autoware_pid_longitudinal_controller/lowpass_filter.hpp" |
| 21 | +#include "autoware_pid_longitudinal_controller/pid.hpp" |
| 22 | +#include "autoware_pid_longitudinal_controller/smooth_stop.hpp" |
18 | 23 | #include "diagnostic_updater/diagnostic_updater.hpp"
|
19 |
| -#include "pid_longitudinal_controller/debug_values.hpp" |
20 |
| -#include "pid_longitudinal_controller/longitudinal_controller_utils.hpp" |
21 |
| -#include "pid_longitudinal_controller/lowpass_filter.hpp" |
22 |
| -#include "pid_longitudinal_controller/pid.hpp" |
23 |
| -#include "pid_longitudinal_controller/smooth_stop.hpp" |
24 | 24 | #include "rclcpp/rclcpp.hpp"
|
25 | 25 | #include "tf2/utils.h"
|
26 | 26 | #include "tf2_ros/buffer.h"
|
@@ -408,4 +408,4 @@ class PidLongitudinalController : public trajectory_follower::LongitudinalContro
|
408 | 408 | };
|
409 | 409 | } // namespace autoware::motion::control::pid_longitudinal_controller
|
410 | 410 |
|
411 |
| -#endif // PID_LONGITUDINAL_CONTROLLER__PID_LONGITUDINAL_CONTROLLER_HPP_ |
| 411 | +#endif // AUTOWARE_PID_LONGITUDINAL_CONTROLLER__PID_LONGITUDINAL_CONTROLLER_HPP_ |
0 commit comments