Skip to content

Commit

Permalink
Remove extra semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts authored and marip8 committed May 29, 2024
1 parent 65f4cf4 commit c75e1c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snp_application/src/bt/snp_bt_ros_nodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ sensor_msgs::msg::JointState jointTrajectoryPointToJointState(const trajectory_m
bool GenerateFreespaceMotionPlanServiceNode::setRequest(typename Request::SharedPtr& request)
{
request->js1 = snp_application::getBTInput<sensor_msgs::msg::JointState>(this, START_JOINT_STATE_INPUT_PORT_KEY);
;
request->js2 = snp_application::getBTInput<sensor_msgs::msg::JointState>(this, GOAL_JOINT_STATE_INPUT_PORT_KEY);
;

request->motion_group = get_parameter<std::string>(node_, MOTION_GROUP_PARAM);
request->mesh_filename = get_parameter<std::string>(node_, MESH_FILE_PARAM);
Expand Down

0 comments on commit c75e1c9

Please sign in to comment.