diff --git a/mycobot_320/mycobot_320_moveit/launch/demo.launch b/mycobot_320/mycobot_320_moveit/launch/demo.launch index 23a254c..350dd2b 100644 --- a/mycobot_320/mycobot_320_moveit/launch/demo.launch +++ b/mycobot_320/mycobot_320_moveit/launch/demo.launch @@ -1,14 +1,11 @@ - - - - @@ -31,18 +27,15 @@ - [move_group/fake_controller_joint_states] - - @@ -51,14 +44,12 @@ - - diff --git a/mycobot_320/mycobot_320_moveit/launch/mycobot320_moveit.launch b/mycobot_320/mycobot_320_moveit/launch/mycobot320_moveit.launch index f24485e..d281b6c 100644 --- a/mycobot_320/mycobot_320_moveit/launch/mycobot320_moveit.launch +++ b/mycobot_320/mycobot_320_moveit/launch/mycobot320_moveit.launch @@ -1,13 +1,11 @@ - - - + - @@ -30,18 +27,15 @@ - [move_group/fake_controller_joint_states] - - @@ -50,14 +44,12 @@ - - + - diff --git a/mycobot_320/mycobot_320_moveit/scripts/sync_plan.py b/mycobot_320/mycobot_320_moveit/scripts/sync_plan.py index 405ec36..20b9341 100644 --- a/mycobot_320/mycobot_320_moveit/scripts/sync_plan.py +++ b/mycobot_320/mycobot_320_moveit/scripts/sync_plan.py @@ -28,7 +28,8 @@ def listener(): shell=True) port = rospy.get_param("~port", port) - baud = rospy.get_param("~baud", 1000000) + baud = rospy.get_param("~baud", 115200) + # 1000000 mc = MyCobot(port, baud) rospy.Subscriber("joint_states", JointState, callback)