Skip to content

Commit

Permalink
不要なライブラリのincludeを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuwamai committed Nov 8, 2023
1 parent ece6814 commit 408ecd4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions sciurus17_examples/src/pick_and_place_left_arm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@

#include <cmath>

#include "angles/angles.h"
#include "geometry_msgs/msg/pose.hpp"
#include "geometry_msgs/msg/quaternion.hpp"
#include "moveit/move_group_interface/move_group_interface.h"
#include "rclcpp/rclcpp.hpp"
#include "tf2_geometry_msgs/tf2_geometry_msgs.hpp"
#include "pose_presets.hpp"

using MoveGroupInterface = moveit::planning_interface::MoveGroupInterface;
Expand Down
4 changes: 0 additions & 4 deletions sciurus17_examples/src/pick_and_place_right_arm_waist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@

#include <cmath>

#include "angles/angles.h"
#include "geometry_msgs/msg/pose.hpp"
#include "geometry_msgs/msg/quaternion.hpp"
#include "moveit/move_group_interface/move_group_interface.h"
#include "rclcpp/rclcpp.hpp"
#include "tf2_geometry_msgs/tf2_geometry_msgs.hpp"
#include "pose_presets.hpp"

using MoveGroupInterface = moveit::planning_interface::MoveGroupInterface;
Expand Down
4 changes: 0 additions & 4 deletions sciurus17_examples/src/pose_presets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
// limitations under the License.

#include "pose_presets.hpp"
#include "angles/angles.h"
#include "geometry_msgs/msg/pose.hpp"
#include "geometry_msgs/msg/quaternion.hpp"
#include "tf2_geometry_msgs/tf2_geometry_msgs.hpp"

namespace pose_presets
{
Expand Down

0 comments on commit 408ecd4

Please sign in to comment.