command line errors

Feel free to ask any question here
Post Reply
yaseryacoob
Posts: 2
Joined: Fri Feb 06, 2015 8:37 pm

command line errors

Post by yaseryacoob »

I am using the command line verision of CloudComapre on ubunutu (installed via apt-get). It worked fine for the following command running ICP

CloudCompare -O 03008_PC.ply -O 11287s37_PC.ply -ICP -ADJUST_SCALE

but it crashes with --> Unknown or misplaced command:'-APPLY_TRANSFORM'
for
CloudCompare -O 03008_PC.ply -APPLY_TRANS 03008_PC__REGISTRATION_MATRIX_2015-02-06_15h01.txt


and I get a similar crash on
CloudCompare -O 03008_PC.ply -O 11287s37_PC.ply -ICP -OVERLAP 70

I get --> Unknown or misplaced command:'-OVERLAP'

What my I missing here?
thanks
daniel
Site Admin
Posts: 7709
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: command line errors

Post by daniel »

Hi,

for the first one: do you use '-APPLY_TRANS' or '-APPLY_TRANSFORM''? Because you shouldn't get this error message if there's no '-APPLY_TRANSFORM' in your command. Otherwise I tested this again and it worked on my side (apart from a glitch in the error message when the file can't be found - I've just updated the sources to fix it).

And for the second one: have you updated the sources recently? All those options have been added in the last few days.

EDIT: sorry, I missed the 'apt-get' ;) Then you'll have to wait for the next release or compile the sources yourself as those options have appeared in the 2.6.1.beta
Daniel, CloudCompare admin
yaseryacoob
Posts: 2
Joined: Fri Feb 06, 2015 8:37 pm

Re: command line errors

Post by yaseryacoob »

Thanks I missed the need for 2.6.1 for these commands.
I moved to Windows, and installed 2.6.1 and all is working well. Many thanks!
Post Reply