|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
/rw/motionsystem/mechunits/{mechunit}/baseframe
GET
None
None
HTTP_OK(200), see HTTP Status codes
<html>
<head>
<title>motionsystem</title>
<base href= "http://localhost/rw/motionsystem/mechunits/ROB_1/" />
</head>
<body>
<div class="state">
<a href= "pjoints" rel="self"/>
<ul>
<li class="ms-mechunit-baseframe" title="baseframe">
<span class="x">0</span>
<span class="y">0</span>
<span class="z">0</span>
<span class="q1">1</span>
<span class="q2">0</span>
<span class="q3">0</span>
<span class="q4">0</span>
</li>
<li class="ms-mechunit-baseframetype" title="baseframetype">
<span class="type">IRBRobot</span>
</li>
</ul>
</div>
</body>
</html>
BAD_REQUEST(400), UNSUPPORTED_MEDIA(415)
Robot controller errors, see Robot controller return codes
curl --digest -u "Default User":robotics "http://localhost/rw/motionsystem/mechunits/ROB_1/baseframe"
Not supported in bootserver mode.