diff --git a/src/mobility/helper/ns2-mobility-helper.h b/src/mobility/helper/ns2-mobility-helper.h index abc40fbc2..d17b15471 100644 --- a/src/mobility/helper/ns2-mobility-helper.h +++ b/src/mobility/helper/ns2-mobility-helper.h @@ -50,12 +50,22 @@ class ConstantVelocityMobilityModel; $ns at $time $node set Z_ Z1 \endverbatim * - * Following tools are known to support this format: + * The following tools are known to support this format: * - BonnMotion http://net.cs.uni-bonn.de/wg/cs/applications/bonnmotion/ * - SUMO http://sourceforge.net/apps/mediawiki/sumo/index.php?title=Main_Page * - TraNS http://trans.epfl.ch/ * * See usage example in examples/mobility/ns2-mobility-trace.cc + * + * \bug Traces that generate initial position statements at the end of the + * mobility file (e.g. SUMO TraceExporter) will not be read correctly. The + * workaround is to relocate these three initial position statements to the + * beginning of the trace. + * See https://www.nsnam.org/bugzilla/show_bug.cgi?id=1316 + * + * \bug Rounding errors may cause movement to diverge from the mobility + * pattern in ns-2 (using the same trace). + * See https://www.nsnam.org/bugzilla/show_bug.cgi?id=1316 */ class Ns2MobilityHelper {