Function bitbots_splines::joint_goals_update

Function Documentation

inline JointGoals bitbots_splines::joint_goals_update(const JointGoals &goals, const std::vector<std::string> &names, const std::vector<double> &values, rclcpp::Logger logger)

Update joint goal values in bulk

Parameters
  • goals – Initial goal values

  • names – List of names which include the joints that should get updated

  • values – New values for the previously defined joint names

Returns

new joint goals with updated values