[Bug 976] New: Properties of Services are not accessible in lua

http://bugs.orocos.org/show_bug.cgi?id=976

Summary: Properties of Services are not accessible in lua
Product: Toolchain
Version: 2.5.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: Lua
AssignedTo: orocos-dev [..] ...
ReportedBy: ruben [dot] smits [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

Created attachment 806
--> http://bugs.orocos.org/attachment.cgi?id=806
patch for bug

When using rttlua the properties of Services are not accesible. The attached
patch resolves this issue. It is fully backwards compatible and tested using
the toolchain-2.5 branches

Ruben

[Bug 976] Properties of Services are not accessible in lua

http://bugs.orocos.org/show_bug.cgi?id=976

Markus Klotzbuecher <markus [dot] klotzbuecher [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |markus [dot] klotzbuecher [..] ...
| |leuven.be
Resolution| |WORKSFORME

[Bug 976] Properties of Services are not accessible in lua

On Tue, Jul 31, 2012 at 02:27:41PM +0000, Markus Klotzbuecher wrote:
>
> http://bugs.orocos.org/show_bug.cgi?id=976
>
> Markus Klotzbuecher <markus [dot] klotzbuecher [..] ...> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|NEW |RESOLVED
> CC| |markus [dot] klotzbuecher [..] ...
> | |leuven.be
> Resolution| |WORKSFORME
>

Ruben Smits's picture

[Bug 976] Properties of Services are not accessible in lua

On Tue, Jul 31, 2012 at 4:29 PM, Markus Klotzbuecher
<markus [dot] klotzbuecher [..] ...> wrote:
> On Tue, Jul 31, 2012 at 02:27:41PM +0000, Markus Klotzbuecher wrote:
>>
>> http://bugs.orocos.org/show_bug.cgi?id=976
>>
>> Markus Klotzbuecher <markus [dot] klotzbuecher [..] ...> changed:
>>
>> What |Removed |Added
>> ----------------------------------------------------------------------------
>> Status|NEW |RESOLVED
>> CC| |markus [dot] klotzbuecher [..] ...
>> | |leuven.be
>> Resolution| |WORKSFORME
>>
>> --- Comment #1 from Markus Klotzbuecher <markus [dot] klotzbuecher [..] ...> 2012-07-31 16:27:41 CEST ---
>> Merged to ocl-mk/toolchain-2.5-mk, though in slightly hacked up form because I
>> already had parts of getProperty stuff in there.
>>
>> Can you give it a try?
>
> It's here:
>
> http://gitorious.org/~markusk/orocos-toolchain/ocl-mk/commits/toolchain-...
>
> Also please update luadoc next time!
> Thanks!

Sorry for the inconvenience ;)

> Markus

Ruben

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

[Bug 976] Properties of Services are not accessible in lua

On Wed, Aug 01, 2012 at 11:03:43AM +0200, Ruben Smits wrote:
> On Tue, Jul 31, 2012 at 4:29 PM, Markus Klotzbuecher
> <markus [dot] klotzbuecher [..] ...> wrote:
> > On Tue, Jul 31, 2012 at 02:27:41PM +0000, Markus Klotzbuecher wrote:
> >>
> >> http://bugs.orocos.org/show_bug.cgi?id=976
> >>
> >> Markus Klotzbuecher <markus [dot] klotzbuecher [..] ...> changed:
> >>
> >> What |Removed |Added
> >> ----------------------------------------------------------------------------
> >> Status|NEW |RESOLVED
> >> CC| |markus [dot] klotzbuecher [..] ...
> >> | |leuven.be
> >> Resolution| |WORKSFORME
> >>
> >> --- Comment #1 from Markus Klotzbuecher <markus [dot] klotzbuecher [..] ...> 2012-07-31 16:27:41 CEST ---
> >> Merged to ocl-mk/toolchain-2.5-mk, though in slightly hacked up form because I
> >> already had parts of getProperty stuff in there.
> >>
> >> Can you give it a try?
> >
> > It's here:
> >
> > http://gitorious.org/~markusk/orocos-toolchain/ocl-mk/commits/toolchain-...
> >
> > Also please update luadoc next time!
> > Thanks!
>
> Sorry for the inconvenience ;)

No problem :-)
Markus