No version for distro humble showing jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

No version for distro jazzy showing jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

No version for distro kilted showing jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

No version for distro rolling showing jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

No version for distro ardent showing jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

No version for distro bouncy showing jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

No version for distro crystal showing jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

No version for distro eloquent showing jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

No version for distro dashing showing jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

No version for distro galactic showing jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

No version for distro foxy showing jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

No version for distro iron showing jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

No version for distro lunar showing jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version 2.1.0
Last Updated 2017-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

No additional links.

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.0 (2017-02-13)

2.0.1 (2016-12-15)

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

1.0.32 (2016-07-20)

1.0.31 (2016-05-19)

  • Warn about unsupported topic type
  • Check class type of data instead of subscribed topic type in rqt_histgram_plot to support HistgramWithRangeArray
  • Contributors: Kentaro Wada, Iori Kumagai

1.0.30 (2016-03-25)

1.0.29 (2016-03-20)

1.0.28 (2016-02-03)

  • Except NavigationToolbar ImportError from matplotlib this is caused with upgraded matplotlib. reported at: https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/2 Modified:
    • jsk_rqt_plugins/src/jsk_rqt_plugins/hist.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot.py
    • jsk_rqt_plugins/src/jsk_rqt_plugins/plot_2d.py
  • [jsk_rqt_plugins] Support min-max fields of PlotDataArray in rqt_2d_plot
  • [jsk_rqt_plugins/plot_2d] Update to support new jsk_recognition_msgs/PlotData fields
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.27 (2015-12-08)

  • [jsk_rqt_plugins] Avoid already advertised error for rqt_yn_btn
  • Contributors: Kentaro Wada

1.0.26 (2015-12-03)

  • [jsk_rqt_plugins] Advertise service after initialized
  • Contributors: Kentaro Wada

1.0.25 (2015-10-10)

  • [jsk_rqt_plugins] Fit line to date by ransac
  • [jsk_rqt_plugins] Move README to sphinx + readthedocs
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.24 (2015-09-08)

  • Fix get_slot_type_field_names for None msg
  • [jsk_rqt_plugins] Add more plot options for rqt_2d_plot
  • [jsk_rqt_plugins/rqt_2d_plot] Add sample
  • [jsk_rqt_plugins/plot_2d] Show grid
  • [jsk_rqt_plugins] Add script to plot data as scatter
  • [jsk_rqt_plugins] Add util to get slot field
  • [jsk_rqt_plugins] Depends on rqt_image_view
  • [jsk_rqt_plugins/rqt_histogram_plot] Publish rendered image from rqt_histogram_plot. In order to overlay the image on rviz
  • [jsk_rqt_plugins] Update README about rqt_histogram_plot
  • [jsk_rqt_plugins/rqt_histogram_plot] Support legend
  • [jsk_rqt_plugins/histogram_plot] Support jsk_recognition_msgs/HistogramWithRange message to specify x-axis values
  • [jsk_rqt_plugins] Remove unused comments
  • [jsk_rqt_plugins][rqt_string_label] Display more candidates which has string field
  • [jsk_rqt_plugins] Catch error for unexpected message type
  • [jsk_rqt_plugins] rqt_string_label supports nested string as well as std_msgs/String
  • [jsk_rqt_plugins][button_general.py] Make combo_box shared
  • Contributors: Kentaro Wada, Ryohei Ueda

1.0.23 (2015-07-15)

1.0.22 (2015-06-24)

1.0.21 (2015-06-11)

  • [jsk_rqt_plugins] Add sign for configuration button in the README image of rqt_service_button
  • [jsk_rqt_plugins] catch import error and use roslib in rqt_yn_btn
  • [jsk_rqt_plugins] Add README for rqt_service_button
  • [jsk_rqt_plugins] Add rqt_yn_btn
  • [jsk_rqt_plugins] generate button groups
  • Contributors: Kentaro Wada, Masaki Murooka

1.0.20 (2015-05-04)

  • [jsk_rqt_plugins/iamge_view2_wrapper] Use thread to update image topic list isntead of QTimer not to hung up rqt_gui
  • use button general class for push button and radio button. enable to

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

Plugins

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.10
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.10 (2024-12-11)

2.1.9 (2024-12-11)

  • add more visualization options for BoundingBox and BoundingBoxArray (#844)
  • [ROS-O] patches (#891)
  • face_detector is released, so remove .travis.rosinstall.noetic . add test to check with latest pyyaml from pip (#884)
    • [jsk_rqt_plugins] Fix yaml load in tabbed_button_general.py
  • update perspective for noetic (#873)
  • drop obsolete (and broken urlgrabber dependency) (#867)
  • add test to check (ServiceButtonGeneralWidget_in_tab (#880)
  • use QFileDialog for file select (#876)
  • fix plugin category (#877)
  • return int in mouse event (#874)
  • Contributors: Naoaki Kanazawa, Kei Okada, Shingo Kitagawa, Yoshiki Obinata, v4hn

2.1.8 (2022-01-11)

  • [jsk_interactive_markers][jsk_rqt_plugins] fix yaml load (#818)

  • fix with '2to3 -w -f zip .' (#817)

  • add tabbed_buttuns to rqt_plugin (#813)

  • update .travis to 0.5.21 (#814)

  • Updating the URLs of the jsk_rviz_plugins and jsk_rqt_plugins so the generated README points to working links (closes #805 ). (#806)

  • Support single button setup in ServiceButtons plugin (#798)

    * [*column_indices]{.title-ref} expects to be an array of integers and the length should be equal or longer than 2.

    * If column_indices is just an array of a single integer (length is 1), do not apply sum with expanding a list argument.

  • fix for using button_general.py without perspective file (#796)

  • [jsk_rqt_plugins/button_general.py] reset button if SetBool fail (#794)

  • sample_service_button.py support SetBool (#792)

  • add sample_service_radio_buttons script (#789)

  • add sample_service_buttons scriptf (#790)

  • add sample_service_buttons.launch (#791)

  • Contributors: Adi Vardi, Kei Okada, Naoki Hiraoka, Ryohei Ueda, Sam Pfeiffer, Shingo Kitagawa, Yohei Kakiuchi

2.1.7 (2020-10-17)

  • add noetic test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.10
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.10 (2024-12-11)

2.1.9 (2024-12-11)

  • add more visualization options for BoundingBox and BoundingBoxArray (#844)
  • [ROS-O] patches (#891)
  • face_detector is released, so remove .travis.rosinstall.noetic . add test to check with latest pyyaml from pip (#884)
    • [jsk_rqt_plugins] Fix yaml load in tabbed_button_general.py
  • update perspective for noetic (#873)
  • drop obsolete (and broken urlgrabber dependency) (#867)
  • add test to check (ServiceButtonGeneralWidget_in_tab (#880)
  • use QFileDialog for file select (#876)
  • fix plugin category (#877)
  • return int in mouse event (#874)
  • Contributors: Naoaki Kanazawa, Kei Okada, Shingo Kitagawa, Yoshiki Obinata, v4hn

2.1.8 (2022-01-11)

  • [jsk_interactive_markers][jsk_rqt_plugins] fix yaml load (#818)

  • fix with '2to3 -w -f zip .' (#817)

  • add tabbed_buttuns to rqt_plugin (#813)

  • update .travis to 0.5.21 (#814)

  • Updating the URLs of the jsk_rviz_plugins and jsk_rqt_plugins so the generated README points to working links (closes #805 ). (#806)

  • Support single button setup in ServiceButtons plugin (#798)

    * [*column_indices]{.title-ref} expects to be an array of integers and the length should be equal or longer than 2.

    * If column_indices is just an array of a single integer (length is 1), do not apply sum with expanding a list argument.

  • fix for using button_general.py without perspective file (#796)

  • [jsk_rqt_plugins/button_general.py] reset button if SetBool fail (#794)

  • sample_service_button.py support SetBool (#792)

  • add sample_service_radio_buttons script (#789)

  • add sample_service_buttons scriptf (#790)

  • add sample_service_buttons.launch (#791)

  • Contributors: Adi Vardi, Kei Okada, Naoki Hiraoka, Ryohei Ueda, Sam Pfeiffer, Shingo Kitagawa, Yohei Kakiuchi

2.1.7 (2020-10-17)

  • add noetic test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.10
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.10 (2024-12-11)

2.1.9 (2024-12-11)

  • add more visualization options for BoundingBox and BoundingBoxArray (#844)
  • [ROS-O] patches (#891)
  • face_detector is released, so remove .travis.rosinstall.noetic . add test to check with latest pyyaml from pip (#884)
    • [jsk_rqt_plugins] Fix yaml load in tabbed_button_general.py
  • update perspective for noetic (#873)
  • drop obsolete (and broken urlgrabber dependency) (#867)
  • add test to check (ServiceButtonGeneralWidget_in_tab (#880)
  • use QFileDialog for file select (#876)
  • fix plugin category (#877)
  • return int in mouse event (#874)
  • Contributors: Naoaki Kanazawa, Kei Okada, Shingo Kitagawa, Yoshiki Obinata, v4hn

2.1.8 (2022-01-11)

  • [jsk_interactive_markers][jsk_rqt_plugins] fix yaml load (#818)

  • fix with '2to3 -w -f zip .' (#817)

  • add tabbed_buttuns to rqt_plugin (#813)

  • update .travis to 0.5.21 (#814)

  • Updating the URLs of the jsk_rviz_plugins and jsk_rqt_plugins so the generated README points to working links (closes #805 ). (#806)

  • Support single button setup in ServiceButtons plugin (#798)

    * [*column_indices]{.title-ref} expects to be an array of integers and the length should be equal or longer than 2.

    * If column_indices is just an array of a single integer (length is 1), do not apply sum with expanding a list argument.

  • fix for using button_general.py without perspective file (#796)

  • [jsk_rqt_plugins/button_general.py] reset button if SetBool fail (#794)

  • sample_service_button.py support SetBool (#792)

  • add sample_service_radio_buttons script (#789)

  • add sample_service_buttons scriptf (#790)

  • add sample_service_buttons.launch (#791)

  • Contributors: Adi Vardi, Kei Okada, Naoki Hiraoka, Ryohei Ueda, Sam Pfeiffer, Shingo Kitagawa, Yohei Kakiuchi

2.1.7 (2020-10-17)

  • add noetic test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.10
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.10 (2024-12-11)

2.1.9 (2024-12-11)

  • add more visualization options for BoundingBox and BoundingBoxArray (#844)
  • [ROS-O] patches (#891)
  • face_detector is released, so remove .travis.rosinstall.noetic . add test to check with latest pyyaml from pip (#884)
    • [jsk_rqt_plugins] Fix yaml load in tabbed_button_general.py
  • update perspective for noetic (#873)
  • drop obsolete (and broken urlgrabber dependency) (#867)
  • add test to check (ServiceButtonGeneralWidget_in_tab (#880)
  • use QFileDialog for file select (#876)
  • fix plugin category (#877)
  • return int in mouse event (#874)
  • Contributors: Naoaki Kanazawa, Kei Okada, Shingo Kitagawa, Yoshiki Obinata, v4hn

2.1.8 (2022-01-11)

  • [jsk_interactive_markers][jsk_rqt_plugins] fix yaml load (#818)

  • fix with '2to3 -w -f zip .' (#817)

  • add tabbed_buttuns to rqt_plugin (#813)

  • update .travis to 0.5.21 (#814)

  • Updating the URLs of the jsk_rviz_plugins and jsk_rqt_plugins so the generated README points to working links (closes #805 ). (#806)

  • Support single button setup in ServiceButtons plugin (#798)

    * [*column_indices]{.title-ref} expects to be an array of integers and the length should be equal or longer than 2.

    * If column_indices is just an array of a single integer (length is 1), do not apply sum with expanding a list argument.

  • fix for using button_general.py without perspective file (#796)

  • [jsk_rqt_plugins/button_general.py] reset button if SetBool fail (#794)

  • sample_service_button.py support SetBool (#792)

  • add sample_service_radio_buttons script (#789)

  • add sample_service_buttons scriptf (#790)

  • add sample_service_buttons.launch (#791)

  • Contributors: Adi Vardi, Kei Okada, Naoki Hiraoka, Ryohei Ueda, Sam Pfeiffer, Shingo Kitagawa, Yohei Kakiuchi

2.1.7 (2020-10-17)

  • add noetic test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.10
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_visualization.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The jsk_rqt_plugins package

Additional Links

Maintainers

  • Ryohei Ueda

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_rqt_plugins

2.1.10 (2024-12-11)

2.1.9 (2024-12-11)

  • add more visualization options for BoundingBox and BoundingBoxArray (#844)
  • [ROS-O] patches (#891)
  • face_detector is released, so remove .travis.rosinstall.noetic . add test to check with latest pyyaml from pip (#884)
    • [jsk_rqt_plugins] Fix yaml load in tabbed_button_general.py
  • update perspective for noetic (#873)
  • drop obsolete (and broken urlgrabber dependency) (#867)
  • add test to check (ServiceButtonGeneralWidget_in_tab (#880)
  • use QFileDialog for file select (#876)
  • fix plugin category (#877)
  • return int in mouse event (#874)
  • Contributors: Naoaki Kanazawa, Kei Okada, Shingo Kitagawa, Yoshiki Obinata, v4hn

2.1.8 (2022-01-11)

  • [jsk_interactive_markers][jsk_rqt_plugins] fix yaml load (#818)

  • fix with '2to3 -w -f zip .' (#817)

  • add tabbed_buttuns to rqt_plugin (#813)

  • update .travis to 0.5.21 (#814)

  • Updating the URLs of the jsk_rviz_plugins and jsk_rqt_plugins so the generated README points to working links (closes #805 ). (#806)

  • Support single button setup in ServiceButtons plugin (#798)

    * [*column_indices]{.title-ref} expects to be an array of integers and the length should be equal or longer than 2.

    * If column_indices is just an array of a single integer (length is 1), do not apply sum with expanding a list argument.

  • fix for using button_general.py without perspective file (#796)

  • [jsk_rqt_plugins/button_general.py] reset button if SetBool fail (#794)

  • sample_service_button.py support SetBool (#792)

  • add sample_service_radio_buttons script (#789)

  • add sample_service_buttons scriptf (#790)

  • add sample_service_buttons.launch (#791)

  • Contributors: Adi Vardi, Kei Okada, Naoki Hiraoka, Ryohei Ueda, Sam Pfeiffer, Shingo Kitagawa, Yohei Kakiuchi

2.1.7 (2020-10-17)

  • add noetic test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged jsk_rqt_plugins at Robotics Stack Exchange