Mailing list archive (omnetpp-l at omnetpp.org)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omnetpp-l] TurtleMobility



Hi,

I asked few times about mobility here, but no one reply. All what I
have to do is make periodical move by axis x, with constant distance
0.01m. I setup turtlemobility config. file like that. First about 5
moving steps do what I expect, but then it is start to moving without
break - I cant understand that behaviour.

<movement>
	<repeat>
 	      	<turn angle="0"/>
         	<forward d="1"/>
		<set speed="0.01"/>
	</repeat>
</movement>

Anyway in documentation there is not description in torward for d and
t parameter.


s = v * t ; i want to 0.01 = 0.01 * 1.

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "omnetpp" group.
To post to this group, send email to omnetpp at xxx
To unsubscribe from this group, send email to omnetpp+unsubscribe at xxx
For more options, visit this group at http://groups.google.com/group/omnetpp?hl=en
-~----------~----~----~----~------~----~------~--~---


Home | Main Index | Thread Index