-
Notifications
You must be signed in to change notification settings - Fork 35
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
feature: Dead Reckoning dis 7 implementation #160
base: master
Are you sure you want to change the base?
Conversation
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.4...maven-gpg-plugin-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ache.maven.plugins-maven-gpg-plugin-3.2.5 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5
any update on this? It would be very helpful |
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.7.0 to 3.10.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.10.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ache.maven.plugins-maven-javadoc-plugin-3.10.0 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.10.0
@AleMart3 thank-you for the PR. I have reviewed the PR. I have one concern which is the original If we can find a way to add support for v7 that doesn't require duplicating the code I would prefer to see an updated PR for that. |
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.6) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ache.maven.plugins-maven-gpg-plugin-3.2.6 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6
…init Fixes to EntityStatePDU - initialize appearance and capabilities (DIS 6, DIS 7)
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.6 to 3.2.7. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.6...maven-gpg-plugin-3.2.7) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ache.maven.plugins-maven-gpg-plugin-3.2.7 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7
Hi, we refactored the implementation in the following way:
Let us know what do you think about, we're very interested in merging it and (if possible) release the a version of this package. Last but not least, all tests are invariated and seem to work :) |
PS for no reason I'm seeing something on pom.xml and both EntityStatePdu, but locally merge says its already updated :') |
Thanky-you for the update @alessiomatricardi . I have been busy but I hope to review your change soon! |
This pull request implements dead reckoning algorithm for dis 7 version