Mobility position is not a finite number after initialize (x=-nan,y=-nan,z=-nan) -- in module (inet::AttachedMobility) World.host[0].mobility (id=9), during network initialization
I can't seem to be able to notice what is the problem here... Can the mobility type of the "master" node be relevante for this?
Hope you can help me.
Best regards,
Bruno Vieira
--
You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.
Visit this group at https://groups.google.com/group/omnetpp.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to omn...@googlegroups.com.
Mobility position is not a finite number after initialize (x=-nan,y=-nan,z=-nan) -- in module (inet::AttachedMobility) World.host[0].mobility (id=9), during network initialization
It wasn't crashing previously because I was manually inserting their initialXYZ.
P.S: I have to set the hosts mobilitytype like: **.host[*].mobilityType = "AttachedMobility". Either way, the type doesn't get properly defined, must be a change regarding my INET version in use.