Skip to content

Commit

Permalink
Fix more headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova committed Jan 19, 2024
1 parent 27c34c3 commit cd55f50
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#include <tf2_eigen/tf2_eigen.hpp>
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>

#include "stabilizer.h"
#include "visualizer.h"
#include "stabilizer.hpp"
#include "visualizer.hpp"

namespace bitbots_dynamic_kick {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include <geometry_msgs/msg/pose.hpp>
#include <optional>

#include "kick_utils.h"
#include "visualizer.h"
#include "kick_utils.hpp"
#include "visualizer.hpp"

namespace bitbots_dynamic_kick {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
#include <visualization_msgs/msg/marker.hpp>

#include "dynup_stabilizer.h"
#include "dynup_stabilizer.hpp"

namespace bitbots_dynup {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <bitbots_splines/abstract_ik.hpp>
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>

#include "dynup_utils.h"
#include "dynup_utils.hpp"

namespace bitbots_dynup {
class DynupIK : public bitbots_splines::AbstractIK<DynupResponse> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <tf2_eigen/tf2_eigen.hpp>
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>

#include "dynup_utils.h"
#include "dynup_utils.hpp"

namespace bitbots_dynup {

Expand Down

0 comments on commit cd55f50

Please sign in to comment.