Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static map-based movement model and additional init. locations for LinearMovement #80

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jaks6
Copy link

@jaks6 jaks6 commented May 28, 2019

  1. I needed some nodes to be non-moving, specified with coordinates on a map (e.g. wireless AP servers with computing capabilities). To achieve this, I created a Map-based movement model where nodes' initial location is given, but they don't actually move.

  2. I added some options to LinearMovement regarding the node's initial location.
    2.1 nodes placed at the start of LinearMovement line
    2.2 Nodes placed evenly along a subsegment of the line, subsegment is from start of linearMovement start coordinate and a "initLocSegmentEnd" parameter coordinate.

jaks6 added 3 commits May 28, 2019 12:01
Namely:
* Added option for locating the node at the beginning of movement line.
* Added option to evenly space nodes along a specified subsegment of movement line.
Node locations are defined in .wkt, nodes using this model don't move.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant