Skip to content

Commit

Permalink
Remove info.
Browse files Browse the repository at this point in the history
  • Loading branch information
liyixin135 committed Nov 23, 2023
1 parent 7ff5328 commit d4f35b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rm_shooter_controllers/src/standard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ bool Controller::init(hardware_interface::RobotHW* robot_hw, ros::NodeHandle& ro
ros::NodeHandle nh_trigger = ros::NodeHandle(controller_nh, "trigger");
if (!controller_nh.getParam("offset", offset_))
{
ROS_INFO("one");
ros::NodeHandle nh_friction_l = ros::NodeHandle(controller_nh, "friction_left");
ros::NodeHandle nh_friction_r = ros::NodeHandle(controller_nh, "friction_right");
return ctrl_friction_l_.init(effort_joint_interface_, nh_friction_l) &&
Expand All @@ -78,7 +77,6 @@ bool Controller::init(hardware_interface::RobotHW* robot_hw, ros::NodeHandle& ro
}
else
{
ROS_INFO("double");
is_double_stage = true;
ros::NodeHandle nh_friction_l_f = ros::NodeHandle(controller_nh, "friction_left_front");
ros::NodeHandle nh_friction_r_f = ros::NodeHandle(controller_nh, "friction_right_front");
Expand Down

0 comments on commit d4f35b5

Please sign in to comment.