Skip to content

Commit

Permalink
Make consistent repositories for ROS packages. Fix problem when runni…
Browse files Browse the repository at this point in the history
…ng Pick&Place example (as in RethinkRobotics/sawyer_simulator#48), by following modifications in RethinkRobotics/sawyer_simulator#52
  • Loading branch information
tunglm2203 committed Jun 23, 2023
1 parent 77ef9f3 commit 2b68f0b
Show file tree
Hide file tree
Showing 7 changed files with 494 additions and 473 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ bool init(ros::NodeHandle& nh, std::string side);

struct Kinematics
{
KDL::Chain chain;
std::unique_ptr<KDL::Chain> chain;
std::vector<std::string> joint_names;
std::unique_ptr<KDL::ChainFkSolverPos_recursive> fk_pos_solver;
std::unique_ptr<KDL::ChainFkSolverVel_recursive> fk_vel_solver;
Expand Down
Loading

0 comments on commit 2b68f0b

Please sign in to comment.