Skip to content

Commit

Permalink
[birotor] fix bug: refactor path of included files
Browse files Browse the repository at this point in the history
  • Loading branch information
sugikazu75 committed Jul 1, 2023
1 parent 5c6c16c commit 059b6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#pragma once

#include <aerial_robot_control/control/pose_linear_controller.h>
#include <aerial_robot_control/control/base/pose_linear_controller.h>
#include <spinal/FourAxisCommand.h>
#include <std_msgs/Float32MultiArray.h>
#include <birotor/model/birotor_robot_model.h>
Expand Down
2 changes: 1 addition & 1 deletion robots/birotor/include/birotor/model/birotor_robot_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#pragma once

#include <aerial_robot_model/transformable_aerial_robot_model.h>
#include <aerial_robot_model/model/aerial_robot_model.h>

using namespace aerial_robot_model;

Expand Down

0 comments on commit 059b6dc

Please sign in to comment.