riebl / artery

OMNeT++ V2X simulation framework for ETSI ITS-G5
GNU General Public License v2.0
203 stars 131 forks source link

Nodes do not take Z coordinates in .ned file #316

Closed arahman33 closed 9 months ago

arahman33 commented 9 months ago

From the code "inet/common/geometry/common/Coord.h" I can see there is implementation for calculating 2D as well as 3D distance but I am not able to add the z coordinates.

When I put @display("p=131.53847,86.15385,100") it gives me an error. How else can I add the Z coordinate of a node?

The nodes are not mobile. They are static.

Closing it as I opened the issue in the wrong place.