Valeriy Novytskyy
Results
21
comments of
Valeriy Novytskyy
I see what you mean ``` // goal to be sent control_msgs::GripperCommandGoal goal; goal.command.position = 0.0; // send last point int tpoint = trajectory.joint_trajectory.points.size() - 1; ROS_DEBUG_NAMED("GripperController", "Sending command from...