File tree Expand file tree Collapse file tree 5 files changed +21
-22
lines changed Expand file tree Collapse file tree 5 files changed +21
-22
lines changed Original file line number Diff line number Diff line change 32
32
33
33
#include < SDL.h>
34
34
35
- #include < rclcpp/rclcpp.hpp>
36
- #include < sensor_msgs/msg/joy.hpp>
37
- #include < sensor_msgs/msg/joy_feedback.hpp>
38
-
39
35
#include < future>
40
36
#include < memory>
41
37
#include < string>
42
38
#include < thread>
43
39
40
+ #include < rclcpp/rclcpp.hpp>
41
+ #include < sensor_msgs/msg/joy.hpp>
42
+ #include < sensor_msgs/msg/joy_feedback.hpp>
43
+
44
44
namespace joy
45
45
{
46
46
Original file line number Diff line number Diff line change 27
27
* POSSIBILITY OF SUCH DAMAGE.
28
28
*/
29
29
30
- #include < SDL.h>
31
-
32
- #include < rclcpp/rclcpp.hpp>
33
- #include < rclcpp_components/register_node_macro.hpp>
34
- #include < sensor_msgs/msg/joy.hpp>
35
- #include < sensor_msgs/msg/joy_feedback.hpp>
36
-
37
30
#include < algorithm>
38
31
#include < chrono>
39
32
#include < functional>
43
36
#include < string>
44
37
#include < thread>
45
38
39
+ #include < SDL.h>
40
+
41
+ #include < rclcpp/rclcpp.hpp>
42
+ #include < rclcpp_components/register_node_macro.hpp>
43
+ #include < sensor_msgs/msg/joy.hpp>
44
+ #include < sensor_msgs/msg/joy_feedback.hpp>
45
+
46
46
#include " joy/joy.hpp"
47
47
48
48
namespace joy
Original file line number Diff line number Diff line change 38
38
#include < sys/stat.h>
39
39
#include < unistd.h>
40
40
41
- #include < diagnostic_updater/diagnostic_updater.hpp>
42
- #include < rclcpp/rclcpp.hpp>
43
- #include < sensor_msgs/msg/joy.hpp>
44
- #include < sensor_msgs/msg/joy_feedback_array.hpp>
45
-
46
41
#include < chrono>
47
42
#include < functional>
48
43
#include < future>
49
44
#include < memory>
50
45
#include < string>
51
46
47
+ #include < diagnostic_updater/diagnostic_updater.hpp>
48
+ #include < rclcpp/rclcpp.hpp>
49
+ #include < sensor_msgs/msg/joy.hpp>
50
+ #include < sensor_msgs/msg/joy_feedback_array.hpp>
51
+
52
52
// / \brief Opens, reads from and publishes joystick events
53
53
class Joystick
54
54
{
Original file line number Diff line number Diff line change 33
33
34
34
#include " spacenav/spacenav.hpp"
35
35
36
- #include < rclcpp/rclcpp.hpp>
37
- #include < rclcpp_components/register_node_macro.hpp>
38
-
39
36
#include < chrono>
40
37
#include < functional>
41
38
#include < memory>
42
39
#include < utility>
43
40
#include < vector>
44
41
42
+ #include < rclcpp/rclcpp.hpp>
43
+ #include < rclcpp_components/register_node_macro.hpp>
44
+
45
45
#include " spnav.h" // NOLINT
46
46
47
47
#define SPACENAV_FULL_SCALE_PARAM_S " full_scale"
Original file line number Diff line number Diff line change 51
51
#include < std_srvs/srv/empty.hpp>
52
52
#include < wiimote_msgs/msg/state.hpp>
53
53
54
- // We need to link against these
55
- #include < bluetooth/bluetooth.h> // libbluetooth.so
54
+ #include " bluetooth/bluetooth.h"
56
55
namespace wiimote_c
57
56
{
58
- #include < cwiid.h> // libcwiid.so
57
+ #include " cwiid.h" // NOLINT, cpplint wants us to have a directory
59
58
}
60
59
61
60
#include " wiimote/stat_vector_3d.hpp"
You can’t perform that action at this time.
0 commit comments