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

Update packages/webviz-core from internal repo #174

Merged
merged 2 commits into from
Jul 16, 2019

Conversation

vidaaudrey
Copy link
Contributor

@vidaaudrey vidaaudrey commented Jul 16, 2019

Changelog:

ImagePanel

  • Image panel now supports mono8/8UC1 and mono16/16UC1 grayscale images.
  • Image markers can now be used without CameraInfo, as long as image scale is set to 100%.
  • Added support for more Bayer encodings: BGGR, GBRG, and GRBG.
  • Image panel now displays an error message when the image encoding is unsupported.

Plot Panel

  • The Plot panel now supports filtering out whole messages, such as /abc{node_name=="foo"}.cpu_elapsed_ns. See the Topic path syntax help page for more info. (Support for this feature in Raw Messages is still a work in progress, coming soon.)
  • The Plot panel now allows you to add a number to show a horizontal reference line.
  • The Plot panel settings now has an option to lock y-axis so that the graph won't grow to fit the data when min and max changes.

Other

  • Control+O or Command+O keyboard shortcut can be used to open bag files.
  • Added more options for playback speed.
  • Added negative integers in topic filtering.
  • Added copy button to the Rosout Panel.
  • Added support to draw polygons in the 3D Panel.

Changelog:
ImagePanel
- Image panel now supports mono8/8UC1 and mono16/16UC1 grayscale images.
- Image markers can now be used without CameraInfo, as long as image scale is set to 100%.
- Added support for more Bayer encodings: BGGR, GBRG, and GRBG.
- Image panel now displays an error message when the image encoding is unsupported.

Plot Panel
- The Plot panel now supports filtering out whole messages, such as /abc{node_name=="foo"}.cpu_elapsed_ns. See the Topic path syntax help page for more info. (Support for this feature in Raw Messages is still a work in progress, coming soon.)
- The Plot panel now allows you to add a number to show a horizontal reference line.
- The Plot panel settings now has an option to lock y-axis so that the graph won't grow to fit the data when min and max changes.

Other
- Control+O or Command+O keyboard shortcut can be used to open bag files.
- Webviz now displays dragged-in bags in Connection Picker.
- Added more options for playback speed.
- Added negative integers in topic filtering.
- Added copy button to Rosout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants