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

Set RESERVED Byte 0x80 withGoosePublisher_setSimulation in goosepublisher.c #524

Open
nikunj1222 opened this issue Sep 24, 2024 · 0 comments

Comments

@nikunj1222
Copy link

nikunj1222 commented Sep 24, 2024

Inorder to support reverse compatability it is required by standard to set RESERVED byte of goose frame to be set 0x80 when GoosePublisher_setSimulation is SET.

The goosepublisher.c should be updated with following changes.
image

image

In prepareGooseBuffer function under Reserved1 byte add following line :

self->reserved1_pos=bufPos;
image

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

No branches or pull requests

1 participant