Skip to content

Commit

Permalink
Move ik_solver header files to cartesian_trajectory_controller
Browse files Browse the repository at this point in the history
Otherwise they are not installed. And installing headers to another folder than
the package prefix seems absolutely wrong, so I moved the headers to the
cartesian_trajectory_controller include directory.
  • Loading branch information
fmauch committed Jun 27, 2024
1 parent 90f6bd1 commit af6dc71
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
#include "hardware_interface/joint_state_interface.h"
#include "kdl/chainfksolver.hpp"
#include <cartesian_trajectory_interpolation/cartesian_state.h>
#include <cartesian_trajectory_controller/ik_solver_base.h>
#include <pluginlib/class_loader.h>
#include <inverse_kinematics/ik_solver_base.h>

// KDL
#include <kdl/chain.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#pragma once

#include <inverse_kinematics/ik_solver_base.h>
#include <cartesian_trajectory_controller/ik_solver_base.h>
#include <kdl/chainiksolverpos_lma.hpp>
#include <kdl/chain.hpp>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion cartesian_trajectory_controller/src/ik_solver_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
//-----------------------------------------------------------------------------

#include <inverse_kinematics/ik_solver_example.h>
#include <cartesian_trajectory_controller/ik_solver_example.h>

// Pluginlib
#include <pluginlib/class_list_macros.h>
Expand Down

0 comments on commit af6dc71

Please sign in to comment.