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

Fixed max chunk size for landmark transmission from imk file #347

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

p0rys
Copy link

@p0rys p0rys commented Jun 12, 2024

This fix should solve a problem that it is not possible to transfer an IMK file to a NAV350 if it contains more than 50 landmarks.

According to the "Telegram listing" (page 55, see screenshot), a maximum of 50 landmarks can be transferred with one command.
image

The fix is to iterate over the landmarks and execute the "AddLandmark" command for chunks with a maximum of 50 landmarks.

@rostest
Copy link
Collaborator

rostest commented Jun 13, 2024

Many thanks for your feedback and contribution!

aiplemaSICKAG pushed a commit that referenced this pull request Jul 2, 2024
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.

2 participants