Add English annotation

This commit is contained in:
wangWking 2022-03-14 13:45:12 +08:00
parent d066483484
commit 2ce20e35fd

View file

@ -15,7 +15,7 @@ class MoveItPlanningDemo:
# API to initialize move_group. 初始化move_group的API
moveit_commander.roscpp_initialize(sys.argv)
# Initialize the ROS node. 初始化ROS节点
# Initialize the ROS node,初始化ROS节点
rospy.init_node("moveit_ik_demo")
# Initialize the scene object to listen for changes in the external environment