Re: command
Johan Rutgeerts <[email protected]> Fri, 14 Apr 2006 12:56:33 +0200
| Newsgroups | gmane.science.robotics.orocos.user |
|---|---|
| Message-ID | <[email protected]> |
On Friday 14 April 2006 11:31, H.S. Randhawa wrote: > > After running ./trackkernel ( motiontracking--Kernel_samples). > > > > i want to browse the command in browse mode like: > > CartesianGenerator.moveTo( > > > ) as reference to the help. > > > > but it gives the output like: > > CartesianGenerator.moveTo() > > Got :CartesianGenerator.moveTo() > > Wrong number of arguments in call of function > > "CartesianGenerator.moveTo": expected 2, received 0. > > -- > H.S.Randhawa Previously you wrote this: CartesianGenerator.moveTo(vector(0.7,0.7 ,1.0), rotation(0.0, 90.0, 0.0)) Now you write this: CartesianGenerator.moveTo() Notice the difference in number of arguments, given to the function "CartesianGenerator.moveTo". Now read the error statement: Wrong number of arguments in call of function "CartesianGenerator.moveTo": expected 2, received 0 Apparently the "moveTo" expects 2 arguments but you give 0. _______________________________________________ Orocos mailing list [email protected] http://lists.mech.kuleuven.be/mailman/listinfo/orocos Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm