Re: RTT::corba::TaskContextProxy

"AlaaEldeen, AbdAlrahman" <[email protected]> Thu, 22 Oct 2015 00:02:38 +0900
Newsgroups gmane.science.robotics.orocos.devel
Message-ID <CAGzhRgvDbidKprbtKW6fKFRSs1mqWrX2mu36vpZ4sqbS1eS4xg@mail.gmail.com>
--===============0436966723==
Content-Type: multipart/alternative; boundary=089e0122a5f05a4a8305229eab27

--089e0122a5f05a4a8305229eab27
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Now I finished my code, and it is build without any problem, but during the
run time u got an error that can not open the typekit library .so file
there is no such file?!
On Oct 21, 2015 11:08 PM, "AlaaEldeen, AbdAlrahman" <
[email protected]> wrote:

> Thank you very much!!
>
> I found my mistake..
> On Oct 21, 2015 10:28 PM, "AlaaEldeen, AbdAlrahman" <
> [email protected]> wrote:
>
>> Thank you I really appreciate your help.
>> But there is something wrong with my files, as there is no Import member
>> for TypekitRepository!!
>> What do you think is missing from my side?!
>> On Oct 21, 2015 8:24 PM, "Janosch Machowinski" <
>> [email protected]> wrote:
>>
>>> Am 21.10.2015 um 11:49 schrieb [email protected]:
>>> > Hi Janosch
>>> >
>>> > Please, Did you solved this issue?
>>> > How should I load the typekit in this case??
>>> >
>>> > Thanks
>>> Hi,
>>> you need to do something like this :
>>>      RTT::types::TypekitRepository::Import( new
>>> RTT::types::RealTimeTypekitPlugin );
>>>
>>>      RTT::types::TypekitRepository::Import( new
>>> RTT::corba::CorbaLibPlugin );
>>>
>>>
>>>      RTT::types::TypekitRepository::Import( new RTT::mqueue::MQLibPlugi=
n
>>> );
>>>
>>>
>>>
>>>      RTT::types::TypekitRepository::Import( new
>>> orogen_typekits::hokuyoTypekitPlugin );
>>>
>>>      RTT::types::TypekitRepository::Import( new
>>> orogen_typekits::hokuyoCorbaTransportPlugin );
>>>
>>>      RTT::types::TypekitRepository::Import( new
>>> orogen_typekits::hokuyoMQueueTransportPlugin );
>>>
>>>      RTT::types::TypekitRepository::Import( new
>>> orogen_typekits::hokuyoTypelibTransportPlugin );
>>>
>>>
>>> Greetings
>>>      Janosch
>>>
>>> --
>>>   Dipl. Inf. Janosch Machowinski
>>>   SAR- & Sicherheitsrobotik
>>>
>>>   Universit=C3=A4t Bremen
>>>   FB 3 - Mathematik und Informatik
>>>   AG Robotik
>>>   Robert-Hooke-Stra=C3=9Fe 1
>>>   28359 Bremen, Germany
>>>
>>>   Zentrale: +49 421 178 45-6611
>>>
>>>   Besuchsadresse der Nebengesch=C3=A4ftstelle:
>>>   Robert-Hooke-Stra=C3=9Fe 5
>>>   28359 Bremen, Germany
>>>
>>>   Tel.:    +49 421 178 45-6614
>>>   Empfang: +49 421 178 45-6600
>>>   Fax:     +49 421 178 45-4150
>>>   E-Mail:  [email protected]
>>>
>>>   Weitere Informationen: http://www.informatik.uni-bremen.de/robotik
>>>
>>> --
>>> Orocos-Dev mailing list
>>> [email protected]
>>> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev
>>>
>>

--089e0122a5f05a4a8305229eab27
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p dir=3D"ltr">Now I finished my code, and it is build without any problem,=
 but during the run time u got an error that can not open the typekit libra=
ry .so file there is no such file?!</p>
<div class=3D"gmail_quote">On Oct 21, 2015 11:08 PM, &quot;AlaaEldeen, AbdA=
lrahman&quot; &lt;<a href=3D"mailto:[email protected]">alaae=
[email protected]</a>&gt; wrote:<br type=3D"attribution"><blockqu=
ote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc s=
olid;padding-left:1ex"><p dir=3D"ltr">Thank you very much!!</p>
<p dir=3D"ltr">I found my mistake.. </p>
<div class=3D"gmail_quote">On Oct 21, 2015 10:28 PM, &quot;AlaaEldeen, AbdA=
lrahman&quot; &lt;<a href=3D"mailto:[email protected]" targe=
t=3D"_blank">[email protected]</a>&gt; wrote:<br type=3D"att=
ribution"><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;bord=
er-left:1px #ccc solid;padding-left:1ex"><p dir=3D"ltr">Thank you I really =
appreciate your help.<br>
But there is something wrong with my files, as there is no Import member fo=
r TypekitRepository!!<br>
What do you think is missing from my side?!</p>
<div class=3D"gmail_quote">On Oct 21, 2015 8:24 PM, &quot;Janosch Machowins=
ki&quot; &lt;<a href=3D"mailto:[email protected]" target=3D"_blan=
k">[email protected]</a>&gt; wrote:<br type=3D"attribution"><bloc=
kquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #cc=
c solid;padding-left:1ex">Am 21.10.2015 um 11:49 schrieb <a href=3D"mailto:=
[email protected]" target=3D"_blank">alaaeldeen.abdalrahman@=
zmp.co.jp</a>:<br>
&gt; Hi Janosch<br>
&gt;<br>
&gt; Please, Did you solved this issue?<br>
&gt; How should I load the typekit in this case??<br>
&gt;<br>
&gt; Thanks<br>
Hi,<br>
you need to do something like this :<br>
=C2=A0 =C2=A0 =C2=A0RTT::types::TypekitRepository::Import( new<br>
RTT::types::RealTimeTypekitPlugin );<br>
<br>
=C2=A0 =C2=A0 =C2=A0RTT::types::TypekitRepository::Import( new<br>
RTT::corba::CorbaLibPlugin );<br>
<br>
<br>
=C2=A0 =C2=A0 =C2=A0RTT::types::TypekitRepository::Import( new RTT::mqueue:=
:MQLibPlugin );<br>
<br>
<br>
<br>
=C2=A0 =C2=A0 =C2=A0RTT::types::TypekitRepository::Import( new<br>
orogen_typekits::hokuyoTypekitPlugin );<br>
<br>
=C2=A0 =C2=A0 =C2=A0RTT::types::TypekitRepository::Import( new<br>
orogen_typekits::hokuyoCorbaTransportPlugin );<br>
<br>
=C2=A0 =C2=A0 =C2=A0RTT::types::TypekitRepository::Import( new<br>
orogen_typekits::hokuyoMQueueTransportPlugin );<br>
<br>
=C2=A0 =C2=A0 =C2=A0RTT::types::TypekitRepository::Import( new<br>
orogen_typekits::hokuyoTypelibTransportPlugin );<br>
<br>
<br>
Greetings<br>
=C2=A0 =C2=A0 =C2=A0Janosch<br>
<br>
--<br>
=C2=A0 Dipl. Inf. Janosch Machowinski<br>
=C2=A0 SAR- &amp; Sicherheitsrobotik<br>
<br>
=C2=A0 Universit=C3=A4t Bremen<br>
=C2=A0 FB 3 - Mathematik und Informatik<br>
=C2=A0 AG Robotik<br>
=C2=A0 Robert-Hooke-Stra=C3=9Fe 1<br>
=C2=A0 28359 Bremen, Germany<br>
<br>
=C2=A0 Zentrale: <a href=3D"tel:%2B49%20421%20178%2045-6611" value=3D"+4942=
1178456611" target=3D"_blank">+49 421 178 45-6611</a><br>
<br>
=C2=A0 Besuchsadresse der Nebengesch=C3=A4ftstelle:<br>
=C2=A0 Robert-Hooke-Stra=C3=9Fe 5<br>
=C2=A0 28359 Bremen, Germany<br>
<br>
=C2=A0 Tel.:=C2=A0 =C2=A0 <a href=3D"tel:%2B49%20421%20178%2045-6614" value=
=3D"+49421178456614" target=3D"_blank">+49 421 178 45-6614</a><br>
=C2=A0 Empfang: <a href=3D"tel:%2B49%20421%20178%2045-6600" value=3D"+49421=
178456600" target=3D"_blank">+49 421 178 45-6600</a><br>
=C2=A0 Fax:=C2=A0 =C2=A0 =C2=A0<a href=3D"tel:%2B49%20421%20178%2045-4150" =
value=3D"+49421178454150" target=3D"_blank">+49 421 178 45-4150</a><br>
=C2=A0 E-Mail:=C2=A0 <a href=3D"mailto:[email protected]=
e" target=3D"_blank">[email protected]</a><br>
<br>
=C2=A0 Weitere Informationen: <a href=3D"http://www.informatik.uni-bremen.d=
e/robotik" rel=3D"noreferrer" target=3D"_blank">http://www.informatik.uni-b=
remen.de/robotik</a><br>
<br>
--<br>
Orocos-Dev mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">Oroc=
[email protected]</a><br>
<a href=3D"http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev" rel=
=3D"noreferrer" target=3D"_blank">http://lists.mech.kuleuven.be/mailman/lis=
tinfo/orocos-dev</a><br>
</blockquote></div>
</blockquote></div>
</blockquote></div>

--089e0122a5f05a4a8305229eab27--

--===============0436966723==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-- 
Orocos-Dev mailing list
[email protected]
http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev

--===============0436966723==--