-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix websocket proto request handling #281
Conversation
Signed-off-by: Ian Chen <[email protected]>
yes gzweb is missing support for shapes like like cone and ellipsoid, which are added in newer versions of gz |
Made a PR there to add the support : gazebo-web/gzweb#62 |
Thanks for the PR in gzweb. I think the gzweb team is focusing on something else. The project is still used by different groups of people. The devs are just not working on adding new features at the moment. |
@Mergifyio backport gz-launch7 |
❌ Command disallowed due to command restrictions in the Mergify configuration.
|
https://github.com/Mergifyio backport gz-launch7 |
✅ Backports have been created
|
Signed-off-by: Ian Chen <[email protected]> (cherry picked from commit c60538a)
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]> (cherry picked from commit c60538a) Co-authored-by: Ian Chen <[email protected]>
🦟 Bug fix
Depends on gazebosim/gz-msgs#470
Fixes #246
Summary
Added workaround to fix websocket proto message request. Duplicate message types should be removed in gazebosim/gz-msgs#470. In addition, nested messages also leads to duplicate messages so worked around it by leaving it out of the response.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.