[jsk_rviz_plugins] Add FontAwesome 5 (#759)
- Display FontAwesome 5 icons from pictogram.py and pictogram_all.py
- Add FontAwesome 5
- Add property to set position of overlay menu
Add option to specify width and height in VideoCapture plugin (#748)
Add a script that convert String to OverlayText (#753)
fix build failure of OgreSceneManager this block latest Melodic builds (#766)
Add property to set position of overlay menu (#758)
[jsk_rviz_plugins/OverlayImage] Add property to ignore alpha channel of the image (#752)
[motor_states_temperature_decomposer.py] add queue_size (#756)
support jsk_rviz_plugin to be loaded in indigo (#739)
[jsk_rviz_plugins/OverlayImageDisplay] Use memcpy to copy image data (#737)
- Use memcpy to copy image data from cv::Mat to QImagee instead of use QImage::setPixel() many times for optimization.
Transport hint for camera info (#736)
- Add field to select transport hint of CameraInfo display
* Use ImageTransport to create subscriber to subscribe image topic in CameraInfoDisplay.
* Use ImageTransportHintsProperty to choose image transport hints when subscribing image topic to visualize sensor_msgs/CameraInfo.
- Use ImageTransportHintsProperty in OverlayImageDisplay class
- Add ImageTransportHintsProperty class
* ImageTransportHintsProperty is an rviz property class specialized for image_transport::TransportHints.
Add transport hint field to OverlayImage display (#730)
- Add transport hint field to OverlayImage display
* Add an editable enum field to specify transport hint on OverlayImage display.
* raw, compressed and theora are listed as pre-defined transport hints.
Unsubscribe image topic when "use image" is unchecked in CameraInfo display (#732)
Fix format specifier (#731)
- Use %u instead of %lu to print Ogre::Texture::getWidth() and Ogre::Texture::getHeight() because they return uint32.
Do not subscribe image topic when rviz startups in OverlayImage display (#733)
* Do not subscribe image topic when rviz startups in OverlayImage display
System Message: ERROR/3 (<string>, line 140)
Unexpected indentation.
- In order not to subscribe image topic when rviz startups with OverlayImage display disabled, always verify if the display is enabled before the display subscribes topic.
System Message: WARNING/2 (<string>, line 141)
Block quote ends without a blank line; unexpected unindent.
- Unsubscribe image topic when "use image" is unchecked in CameraInfo display
Support classification result visualization with approximate sync (#725)
- classification_result_visualizer: add option to use approximate synchronizer
Contributors: Yuki Furuta, Iki Yo, Naoki Mizuno, Naoki Hiraoka, Ryohei Ueda, Shingo Kitagawa, Yuto Uchimi, Iory Yanokura