Re: RTT::corba::TaskContextProxy

Janosch Machowinski <[email protected]> Wed, 21 Oct 2015 18:36:28 +0200
Newsgroups gmane.science.robotics.orocos.devel
Message-ID <[email protected]>
Hey,
you are only importing the Typlib plugin for your aladdin task.
You are missing the typekit, and the corba and mqueue plugins :
    RTT::types::TypekitRepository::Import( new =

orogen_typekits::aladdinTypekitPlugin );
    RTT::types::TypekitRepository::Import( new =

orogen_typekits::aladdinCorbaTransportPlugin );
    RTT::types::TypekitRepository::Import( new =

orogen_typekits::aladdinMQueueTransportPlugin );
    RTT::types::TypekitRepository::Import( new =

orogen_typekits::aladdinTypelibTransportPlugin );
Greetings
     Janosch


Am 21.10.2015 um 18:11 schrieb [email protected]:
> Hi,
>
> Now I know what is my issue, I need to export the library directory to my=
 EXE
> file.
> Now everything is Ok, and I can run my EXE but still getting the same
> problem, that port with custom type will be ignored.
>
> Warning MESSAGE....
>
>   >>>>
>
> remote port port has a type that cannot be marshalled over CORBA: unknown=
_t.
> It is ignored by TaskContextProxy
>
>
> my main function is like this:
>
>   >>>>>>>>>>>>>>>>>>>>>>>>>>>
>
> RTT::types::TypekitRepository::Import(new RTT::types::RealTimeTypekitPlug=
in);
> RTT::types::TypekitRepository::Import(new RTT::corba::CorbaLibPlugin);
> RTT::types::TypekitRepository::Import(new
> orogen_typekits::aladdinTypelibTransportPlugin);
> RTT::TaskContext * component =3D RTT::corba::TaskContextProxy::Create("se=
rv");
> OCL::TaskBrowser browes(component);
> browes.loop();
>
> Which suppose to connect to a server component using CORBA.
> I don't know what should I DO?
>
> Please advice..


-- =

  Dipl. Inf. Janosch Machowinski
  SAR- & Sicherheitsrobotik

  Universit=E4t Bremen
  FB 3 - Mathematik und Informatik
  AG Robotik
  Robert-Hooke-Stra=DFe 1
  28359 Bremen, Germany
  =

  Zentrale: +49 421 178 45-6611
  =

  Besuchsadresse der Nebengesch=E4ftstelle:
  Robert-Hooke-Stra=DFe 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