This commit is contained in:
2929ss 2022-08-02 10:47:05 +08:00
parent 8d254c271d
commit 49b4f19b5e
5 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<launch>
<arg name="port" default="/dev/ttyUSB1" />
<arg name="port" default="/dev/ttyUSB0" />
<arg name="baud" default="115200" />
<arg name="model" default="$(find mycobot_description)/urdf/260_urdf/mypal_260_aikit.urdf"/>

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python2
# encoding=utf-8
import time
import rospy

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python2
# encoding=utf-8
# license removed for brevity
import time
import math

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python
# encoding=utf-8
from __future__ import print_function
# from mycobot_communication.srv import GetCoords, SetCoords, GetAngles, SetAngles, GripperStatus
from mypalletizer_communication.srv import GetCoords, SetCoords, GetAngles, SetAngles, GripperStatus

View file