Skip to content

Commit

Permalink
manually merge pull request RethinkRobotics#52 & change update rate t…
Browse files Browse the repository at this point in the history
…o 800 Hz
  • Loading branch information
yepw committed Mar 8, 2022
1 parent 20e07cc commit 135d158
Show file tree
Hide file tree
Showing 6 changed files with 479 additions and 467 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 135d158

Please sign in to comment.