Distributed Interactive Simulation - Standard protocol for distributed wargaming simulations.
Questions tagged [dis]
8 questions
16
votes
5 answers
High-level Architecture (HLA) versus Distributed Interactive Simulation (DIS)
Is there a high-level overview of HLA versus DIS simulation frameworks? Can one host the other and vice-versa?

fogus
- 6,126
- 5
- 36
- 42
1
vote
1 answer
Python open-dis examples not running as expected
I am attempting to get the open-dis python package running correctly on my machine. I am running Python 3.8.
Using pip, I compile the package from it's source as so: pip install .
After that, as instructed in the documentation. I run python…

Libra
- 2,544
- 1
- 8
- 24
1
vote
0 answers
How can I correctly update an instance of a Federate?
I am using Pitch pRTI free and "World Map" simulator.
I tried by looking at page 50 of "The HLA Tutorial.pdf" to set and update for a federate instance, but I am failing in it, I don't know why.
In advance, the object in my code is instantiated and…

hellpumpkin
- 29
- 2
0
votes
0 answers
Lon Lat Yaw Pitch Roll conversion into VBS4 using the DIS protocol
I have the lon, lat yaw pitch roll of an aircraft which i need to forward into VBS using DIS to display the object.
example data:
Lon: 2.0445459
Lat: 12.4195886
Yaw: 180 (degree)
Pitch: 0
Roll: 0
The input required using DIS Entity Orientation…

MC-spark
- 11
- 4
0
votes
0 answers
How to display simple DIS PDU from JSON file in Tabulator
I have a sample DIS PDU that has been stored in a JSON file. I want to be able to read that file, and then display it using Tabulator on a web page. I am having problems with the "PDUHeader" and the "EntityID" section labels. The JSON parser in…

mgreene
- 1
0
votes
0 answers
Problem with SpatialFPStruct , RPR fom, netn2_2010 FOM. How should it be implemented?
I am trying to code a netn2_2010 FOM federate. I did some structures:
WorldLocationStruct, WorldLocationStructEncoder, SpatialFPStruct , SpatialFPStructEncoder and others. My problem is, my WorldLocationStruct has 3 attributes X,Y and Z which are…

hellpumpkin
- 29
- 2
0
votes
0 answers
How to make a Federate object to appear inside another Federate software?
I am using Pitch pRTI Free and a Map federate and my objective is to make a "random vehicle" to appear inside this Map federate. I have already created a object instance with Spatial, EntityType, EntityIdentifier, ForceIdentifier, Marking,…

hellpumpkin
- 29
- 2
0
votes
1 answer
How CreateEntity PDU works?
I'm trying to learn DIS for a small project that I've in mind.
Basically I've a process that run a scenario, and it can receive external commands for creating and removing entities.
I've another process, a map, that can send commands to the scenario…

Jepessen
- 11,744
- 14
- 82
- 149