mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
update
This commit is contained in:
parent
8d254c271d
commit
49b4f19b5e
5 changed files with 4 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
1
mypalletizer_260/mypalletizer_260/scripts/follow_display.py
Normal file → Executable file
1
mypalletizer_260/mypalletizer_260/scripts/follow_display.py
Normal file → Executable file
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python2
|
||||
# encoding=utf-8
|
||||
import time
|
||||
|
||||
import rospy
|
||||
|
|
|
|||
1
mypalletizer_260/mypalletizer_260/scripts/listen_real.py
Normal file → Executable file
1
mypalletizer_260/mypalletizer_260/scripts/listen_real.py
Normal file → Executable file
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python2
|
||||
# encoding=utf-8
|
||||
# license removed for brevity
|
||||
import time
|
||||
import math
|
||||
|
|
|
|||
1
mypalletizer_260/mypalletizer_260/scripts/teleop_keyboard.py
Normal file → Executable file
1
mypalletizer_260/mypalletizer_260/scripts/teleop_keyboard.py
Normal file → Executable 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
|
||||
|
|
|
|||
0
mypalletizer_260/mypalletizer_communication/scripts/mypal_services.py
Normal file → Executable file
0
mypalletizer_260/mypalletizer_communication/scripts/mypal_services.py
Normal file → Executable file
Loading…
Add table
Reference in a new issue