Skip to content

Commit 0295cd5

Browse files
committed
Fixed EOF position
1 parent 0230665 commit 0295cd5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

turtlebot3_manipulation_example/src/hello_moveit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ auto move_group_interface = MoveGroupInterface(node, "arm");
5151
// Shutdown ROS
5252
rclcpp::shutdown();
5353
return 0;
54-
}
54+
}

turtlebot3_manipulation_hardware/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Changelog for package turtlebot3_manipulation_hardware
88
* MoveIt environment configured
99
* use ros2_control framework instead of ROBOTIS custom library
1010
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
11-
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
11+
* Contributors: Hye-Jong KIM, Darby Lim, Will Son

turtlebot3_manipulation_moveit_config/.setup_assistant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ moveit_setup_assistant_config:
2222
- position
2323
state:
2424
- position
25-
- velocity
25+
- velocity

turtlebot3_manipulation_moveit_config/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Changelog for package turtlebot3_manipulation_moveit_config
88
* MoveIt environment configured
99
* use ros2_control framework instead of ROBOTIS custom library
1010
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
11-
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
11+
* Contributors: Hye-Jong KIM, Darby Lim, Will Son

turtlebot3_manipulation_moveit_config/launch/setup_assistant.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
def generate_launch_description():
2424
moveit_config = MoveItConfigsBuilder("turtlebot3_manipulation",
2525
package_name="turtlebot3_manipulation_moveit_config").to_moveit_configs()
26-
return generate_setup_assistant_launch(moveit_config)
26+
return generate_setup_assistant_launch(moveit_config)

turtlebot3_manipulation_teleop/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Changelog for package turtlebot3_manipulation_teleop
88
* MoveIt environment configured
99
* use ros2_control framework instead of ROBOTIS custom library
1010
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
11-
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
11+
* Contributors: Hye-Jong KIM, Darby Lim, Will Son

turtlebot3_manipulation_teleop/include/turtlebot3_manipulation_teleop/turtlebot3_manipulation_teleop.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ int main(int argc, char ** argv)
136136
return rc;
137137
}
138138

139-
#endif // TURTLEBOT3_MANIPULATION_TELEOP__TURTLEBOT3_MANIPULATION_TELEOP_HPP_
139+
#endif // TURTLEBOT3_MANIPULATION_TELEOP__TURTLEBOT3_MANIPULATION_TELEOP_HPP_

turtlebot3_manipulation_teleop/src/turtlebot3_manipulation_teleop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,4 @@ void KeyboardServo::spin()
312312
while (rclcpp::ok()) {
313313
rclcpp::spin_some(nh_);
314314
}
315-
}
315+
}

0 commit comments

Comments
 (0)