enable to jsk_rviz_plugins, without rviz/ogre (#848)
use jsk_rviz_plugins message within embedded environment, compile with ` catkin bt -vi --cmake-args -DUSE_VISUALIZATION=OFF `
[ROS-O] patches (#891)
drop ROS_DISTRO STRGREATER tests As the Debian packages use "Debian" https://salsa.debian.org/science-team/ros-ros-environment/-/blame/master/debian/rules?ref_type=heads#L6 which is incompatible, does not trigger them c++14 is the default from melodic onward, so the additional statements there are not necessary
CMakeLists.txt: check both kinetic and indigo
[jsk_interactive_marker/scripts/transformable_markers_client.py] Fix for Python3 (#882)
Fixed typo of Software License Agreement. and/o2r to and/or (#853)
Contributors: Kei Okada, Shun Hasegawa, iory, v4hn
migration to kinetic, which uses qt5 wehre as indig/jade uses qt4 (#662 )
Feature to transform markers in rviz (#661 ) * Fix for same config in CMakeLists as jsk_rviz_plugins
To fix error on hydro
Add client node for transformable markers (only boxes) (#658 ) * Add TODO to extend transformable_markers_client * Rename transformable_boxes_client -> transformable_markers_client * Add client node for transformable boxes
[maker_6dof] support mesh, publish pose topoic periodically ( #657 ) * [jsk_interactive_marker/marker_6dof] add sample launch and doc. * [jsk_interactive_marker/src/marker_6dof] fix minor bug in line shape color setting. * [jsk_interactive_marker/src/marker_6dof] add option to select interactive marker size. default interactive marker size does not change. * [jsk_interactive_marker/src/marker_6dof] add option to publish pose periodically. default behavior does not change. * [jsk_interactive_marker/src/marker_6dof] supoort mesh as marker shape.
Fix #655 : fix frame_id of tf published by marker 6dof( #657 ) * Stop using fixed frame_id_ for simplicity * Transform pose in feedback with expected frame_id * Check frame_id of pose before publishing as TF * marker_6dof: publish tf after transformed to frame_id_, update is published with fixed frame of rviz
Contributors: Kei Okada, Kentaro Wada, Masaki Murooka, Hiroto Mizohana