|
Bugzilla – Full Text Bug Listing |
| Summary: | documentation on mobility model | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | mobility models | Assignee: | ns-bugs <ns-bugs> |
| Status: | NEW --- | ||
| Severity: | enhancement | ||
| Priority: | P5 | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
This is a reminder to document our mobility models chapter better, including why this type of GetObject call is necessary. mobility = wifiStaNode.GetObject (ns.mobility.MobilityModel.GetTypeId ()) pos = mobility.GetPosition () # set pos.x etc. mobility.SetPosition (pos)