Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
rtc
PCDLoader
PCDLoader/test.py
Go to the documentation of this file.
1
import
rtm
2
3
rtm.nsport=2809
4
rtm.initCORBA
()
5
6
mgr =
rtm.findRTCmanager
()
7
8
mgr.load(
"PCDLoader"
)
9
mgr.load(
"PointCloudViewer"
)
10
11
pcl = mgr.create(
"PCDLoader"
)
12
pcv = mgr.create(
"PointCloudViewer"
)
13
14
rtm.connectPorts
(pcl.port(
"cloud"
), pcv.port(
"cloud"
))
15
16
pcl.setProperty(
"fields"
,
"XYZRGB"
)
17
pcl.start()
18
pcv.start()
19
rtm.findRTCmanager
def findRTCmanager(hostname=None, rnc=None)
get RTCmanager
Definition:
jython/rtm.py:321
rtm.connectPorts
def connectPorts(outP, inPs, subscription="flush", dataflow="Push", bufferlength=1, rate=1000)
connect ports
Definition:
jython/rtm.py:433
rtm.initCORBA
def initCORBA()
initialize ORB
Definition:
jython/rtm.py:272
hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:51