(Boeing r1767)
update SDT helper to support 3D display of distributed emulations (fix bug #205)
This commit is contained in:
parent
dba5f31b8d
commit
f96bbf7a29
7 changed files with 168 additions and 38 deletions
|
@ -670,7 +670,7 @@ class Emane(ConfigurableManager):
|
|||
node.position.set(x,y,z)
|
||||
msg = node.tonodemsg(flags=0)
|
||||
self.session.broadcastraw(None, msg)
|
||||
self.session.sdt.updatenodegeo(node, lat, long, alt)
|
||||
self.session.sdt.updatenodegeo(node.objid, lat, long, alt)
|
||||
|
||||
|
||||
class EmaneModel(WirelessModel):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue