Skip to content

Commit

Permalink
fix(cpplint): include what you use - vehicle (#9575)
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored Dec 4, 2024
1 parent b54210d commit 065b603
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#include "tier4_vehicle_msgs/srv/update_accel_brake_map.hpp"
#include "visualization_msgs/msg/marker_array.hpp"

#include <cstdio>
#include <fstream>
#include <iomanip>
#include <memory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "rclcpp/logging.hpp"

#include <algorithm>
#include <iostream>
#include <limits>
#include <memory>
#include <queue>
Expand Down
1 change: 1 addition & 0 deletions vehicle/autoware_external_cmd_converter/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <algorithm>
#include <cmath>
#include <iostream>
#include <memory>
#include <string>
#include <utility>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include <limits>
#include <memory>
#include <string>
using autoware::external_cmd_converter::ExternalCmdConverterNode;
using nav_msgs::msg::Odometry;
using tier4_control_msgs::msg::GateMode;
Expand Down
2 changes: 2 additions & 0 deletions vehicle/autoware_raw_vehicle_cmd_converter/src/csv_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
#include "autoware_raw_vehicle_cmd_converter/csv_loader.hpp"

#include <algorithm>
#include <iostream>
#include <string>
#include <utility>
#include <vector>

namespace autoware::raw_vehicle_cmd_converter
Expand Down
1 change: 1 addition & 0 deletions vehicle/autoware_raw_vehicle_cmd_converter/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "autoware_raw_vehicle_cmd_converter/node.hpp"

#include <algorithm>
#include <memory>
#include <stdexcept>
#include <string>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions vehicle/autoware_raw_vehicle_cmd_converter/src/pid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <math.h>

#include <algorithm>
#include <iostream>
#include <vector>

namespace autoware::raw_vehicle_cmd_converter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "gtest/gtest.h"

#include <cmath>
#include <vector>

/*
* Throttle data: (vel, throttle -> acc)
Expand Down

0 comments on commit 065b603

Please sign in to comment.