Skip to content

Commit

Permalink
Fixed EOF position
Browse files Browse the repository at this point in the history
  • Loading branch information
sunghowoo committed Oct 29, 2024
1 parent 0230665 commit 0295cd5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion turtlebot3_manipulation_example/src/hello_moveit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ auto move_group_interface = MoveGroupInterface(node, "arm");
// Shutdown ROS
rclcpp::shutdown();
return 0;
}
}
2 changes: 1 addition & 1 deletion turtlebot3_manipulation_hardware/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Changelog for package turtlebot3_manipulation_hardware
* MoveIt environment configured
* use ros2_control framework instead of ROBOTIS custom library
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
2 changes: 1 addition & 1 deletion turtlebot3_manipulation_moveit_config/.setup_assistant
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ moveit_setup_assistant_config:
- position
state:
- position
- velocity
- velocity
2 changes: 1 addition & 1 deletion turtlebot3_manipulation_moveit_config/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Changelog for package turtlebot3_manipulation_moveit_config
* MoveIt environment configured
* use ros2_control framework instead of ROBOTIS custom library
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
def generate_launch_description():
moveit_config = MoveItConfigsBuilder("turtlebot3_manipulation",
package_name="turtlebot3_manipulation_moveit_config").to_moveit_configs()
return generate_setup_assistant_launch(moveit_config)
return generate_setup_assistant_launch(moveit_config)
2 changes: 1 addition & 1 deletion turtlebot3_manipulation_teleop/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Changelog for package turtlebot3_manipulation_teleop
* MoveIt environment configured
* use ros2_control framework instead of ROBOTIS custom library
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ int main(int argc, char ** argv)
return rc;
}

#endif // TURTLEBOT3_MANIPULATION_TELEOP__TURTLEBOT3_MANIPULATION_TELEOP_HPP_
#endif // TURTLEBOT3_MANIPULATION_TELEOP__TURTLEBOT3_MANIPULATION_TELEOP_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,4 @@ void KeyboardServo::spin()
while (rclcpp::ok()) {
rclcpp::spin_some(nh_);
}
}
}

0 comments on commit 0295cd5

Please sign in to comment.