Skip to content

Commit 5412ffa

Browse files
authored
Update trajopt_example.cpp
1 parent 3dcc3dc commit 5412ffa

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

doc/examples/trajopt_planner/src/trajopt_example.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
// TODO(mosfet80): remove else after EOL galactic
2222
#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>
23+
#include <tf2/utils.hpp>
24+
#include <tf2_eigen/tf2_eigen.hpp>
25+
#include <tf2_ros/transform_listener.hpp>
2626
#else
27-
#include <tf2/utils.h>
28-
#include <tf2_eigen/tf2_eigen.h>
29-
#include <tf2_ros/transform_listener.h>
27+
#include <tf2/utils.h>
28+
#include <tf2_eigen/tf2_eigen.h>
29+
#include <tf2_ros/transform_listener.h>
3030
#endif
3131

3232

0 commit comments

Comments
 (0)