Re: Program hangs when entering commands from HMIConsoleInput

Peter Soetens <[email protected]> Fri, 13 Aug 2004 11:30:46 +0200
Newsgroups gmane.science.robotics.orocos.user
Organization KU Leuven
Message-ID <[email protected]>
On Friday 13 August 2004 08:04, rizzi gianpaolo wrote:
>
> My program hangs in the function
>
> comcon = _parser.parseCommand(comm, ee);
>
> calle by the function evalCommand of the HMIConsoleInput

Hello Gianpaolo,

In which way does it hang ? Is it just the HMI prompt not returning or is it a 
total program freeze ? Do you have an indication that it goes into an 
infinite loop (cpu usage) ? Do other commands work ? like 
console_output.display("Hello") ?

The parsing does not call the funcion itself yet, it only creates a command 
object which will call the function when execute() is called by the 
processor.

Peter

-- 
------------------------------------------------------------------------
Peter Soetens, Research Assistant                  http://www.orocos.org
Katholieke Universiteit Leuven
Division Production Engineering,                      tel. +32 16 322773
Machine Design and Automation                         fax. +32 16 322987
Celestijnenlaan 300B                   [email protected]
B-3001 Leuven Belgium                 http://www.mech.kuleuven.ac.be/pma
------------------------------------------------------------------------