We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dcc3dc commit 5412ffaCopy full SHA for 5412ffa
1 file changed
doc/examples/trajopt_planner/src/trajopt_example.cpp
@@ -20,13 +20,13 @@
20
21
// TODO(mosfet80): remove else after EOL galactic
22
#if __has_include(<tf2/utils.hpp>)
23
- #include <tf2/utils.hpp>
24
- #include <tf2_eigen/tf2_eigen.hpp>
25
- #include <tf2_ros/transform_listener.hpp>
+#include <tf2/utils.hpp>
+#include <tf2_eigen/tf2_eigen.hpp>
+#include <tf2_ros/transform_listener.hpp>
26
#else
27
- #include <tf2/utils.h>
28
- #include <tf2_eigen/tf2_eigen.h>
29
- #include <tf2_ros/transform_listener.h>
+#include <tf2/utils.h>
+#include <tf2_eigen/tf2_eigen.h>
+#include <tf2_ros/transform_listener.h>
30
#endif
31
32
0 commit comments