|
Component timeout 1 Month, 2 Weeks ago
|
|
|
Dear,
I have the following messages although it seems to sending and receiving messages.
Component ADDED: RangeSensor-50.1
Component TIMEOUT: RangeSensor-50.1
As far as I understand, the component sends heartbeat message automatically.
Do I have to do something to say I am alive?
Best regards,
Dongshin
|
|
|
|
|
|
|
Re: Component timeout 1 Month, 2 Weeks ago
|
|
|
You are correct that if your system is built using the OpenJAUS component template that it will be sending heartbeats by default. I assume this message is on the node manager on the same node as the range sensor component? If so, the problem is probably a start up one. Do you have a lot of code (including any that waits for something) in your component create function? If the time between the functions ojCmptCreate() and ojCmptRun() exceeds the timeout period, you may see this behavior.
Let me know if you need more help.
~Danny
|
|
|
|
There's 10 types of people in the world; those that understand binary and those that don't.
|
|
|
Re: Component timeout 1 Month, 1 Week ago
|
|
|
Thank you Danny,
Problem is resolved.
|
|
|
|
Last Edit: 2010/07/26 00:32 By dongshin.
|
|
|