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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.0 (2017-02-13)

  • 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
    • Fix dependency of jsk_interactive_marker
    • Use throttle for ROS_ERROR
    • Move TransformableMarkerOperatorAction to jsk_interactive_marker
    • Update rviz for sample of transformable_markers
    • Use better marker size
    • Support transformation of dimension in transformable_markers_client
  • 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

2.0.1 (2016-12-15)

  • Fix jsk_recognition_msgs>=1.0.0 dep by jsk_interactive_marker
  • Contributors: Kentaro Wada

2.0.0 (2016-12-14)

1.0.34 (2016-09-29)

1.0.33 (2016-09-13)

  • Show description of only object which is selected #633
  • [jsk_interactive_marker] Mode to display interactive manipultor only when selected #626
    • Refactor: remove variable which is not used
    • Add doc symlink for jsk_interactive_marker
    • Menu to enable/disable interactive manipulator
    • Mode to display interactive manipultor only when selected
  • Validate object name is not empty to insert #621
  • Set marker pose periodically for re-enabling on rviz #618
  • Contributors: Kentaro Wada

1.0.32 (2016-07-20)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.10 (2024-12-11)

  • jsk_interactive_marker: use catkin_install_python in CMakeLists.txt (#897)
  • Contributors: Kei Okada

2.1.9 (2024-12-11)

  • 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

2.1.8 (2022-01-11)

  • Resolve fixed frame of rviz (#842)
    • frame_id_ is std::string, so we need to use c_str() or ROS_ERROR_STREAM
    • Resolve fixed frame of rviz * The pose in callback function of interactive marker is represented respect to fixed frame of rviz. * In order to publish consistent tf transformation, the pose should be transformed respect to the frame_id which is specified as ros parameter.
  • Fix sample display robot state demo (#838)
    • [jsk_interactive_marker] fix bugs
    • [jsk_interactive_marker] change the robot of sample_display_robot_state from JAXON to PR2
  • [jsk_interactive_markers][jsk_rqt_plugins] fix yaml load (#818)
  • Enable to publish camera info from yaml file (#793)
  • Contributors: Adi Vardi, Kei Okada, Koki Shinjo, Naoya Yamaguchi, Ryohei Ueda

2.1.7 (2020-10-17)

  • set property for ccache if cmake version < 3.4 (#780)
  • Remove meaningless lock (#750)
  • add noetic test (#774)
    • run 2to3 -f print
    • support noetic, use c++14, convert to package format 3
  • Contributors: Kei Okada, Ryohei Ueda, Yuki Furuta

2.1.6 (2020-04-13)

  • Remove unnecessary ROS_INFO (#755)
  • Contributors: Yuto Uchimi

2.1.5 (2019-02-18)

2.1.4 (2018-11-01)

  • replace boost::shared_ptr by std::shared_ptr (#710)
    • manual urdf typedefs
    • add headers for urdf shared_ptr typedefs
    • use 'isnan' from 'std' namespace
    • use urdf typedefs for shared_ptr
    • enable C++11
    • replace boost pointers by std pointers
  • Fix install destination (#717)
    • Call USE_SOURCE_PERMISSIONS before PATTERN
    • Update comment about installation
    • Install 'scripts' into SHARE_DESTINATION
    • Add comment for install destination
    • Fix installation destination
  • fix typo in jsk_interactive_marker (#718)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.10 (2024-12-11)

  • jsk_interactive_marker: use catkin_install_python in CMakeLists.txt (#897)
  • Contributors: Kei Okada

2.1.9 (2024-12-11)

  • 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

2.1.8 (2022-01-11)

  • Resolve fixed frame of rviz (#842)
    • frame_id_ is std::string, so we need to use c_str() or ROS_ERROR_STREAM
    • Resolve fixed frame of rviz * The pose in callback function of interactive marker is represented respect to fixed frame of rviz. * In order to publish consistent tf transformation, the pose should be transformed respect to the frame_id which is specified as ros parameter.
  • Fix sample display robot state demo (#838)
    • [jsk_interactive_marker] fix bugs
    • [jsk_interactive_marker] change the robot of sample_display_robot_state from JAXON to PR2
  • [jsk_interactive_markers][jsk_rqt_plugins] fix yaml load (#818)
  • Enable to publish camera info from yaml file (#793)
  • Contributors: Adi Vardi, Kei Okada, Koki Shinjo, Naoya Yamaguchi, Ryohei Ueda

2.1.7 (2020-10-17)

  • set property for ccache if cmake version < 3.4 (#780)
  • Remove meaningless lock (#750)
  • add noetic test (#774)
    • run 2to3 -f print
    • support noetic, use c++14, convert to package format 3
  • Contributors: Kei Okada, Ryohei Ueda, Yuki Furuta

2.1.6 (2020-04-13)

  • Remove unnecessary ROS_INFO (#755)
  • Contributors: Yuto Uchimi

2.1.5 (2019-02-18)

2.1.4 (2018-11-01)

  • replace boost::shared_ptr by std::shared_ptr (#710)
    • manual urdf typedefs
    • add headers for urdf shared_ptr typedefs
    • use 'isnan' from 'std' namespace
    • use urdf typedefs for shared_ptr
    • enable C++11
    • replace boost pointers by std pointers
  • Fix install destination (#717)
    • Call USE_SOURCE_PERMISSIONS before PATTERN
    • Update comment about installation
    • Install 'scripts' into SHARE_DESTINATION
    • Add comment for install destination
    • Fix installation destination
  • fix typo in jsk_interactive_marker (#718)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.10 (2024-12-11)

  • jsk_interactive_marker: use catkin_install_python in CMakeLists.txt (#897)
  • Contributors: Kei Okada

2.1.9 (2024-12-11)

  • 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

2.1.8 (2022-01-11)

  • Resolve fixed frame of rviz (#842)
    • frame_id_ is std::string, so we need to use c_str() or ROS_ERROR_STREAM
    • Resolve fixed frame of rviz * The pose in callback function of interactive marker is represented respect to fixed frame of rviz. * In order to publish consistent tf transformation, the pose should be transformed respect to the frame_id which is specified as ros parameter.
  • Fix sample display robot state demo (#838)
    • [jsk_interactive_marker] fix bugs
    • [jsk_interactive_marker] change the robot of sample_display_robot_state from JAXON to PR2
  • [jsk_interactive_markers][jsk_rqt_plugins] fix yaml load (#818)
  • Enable to publish camera info from yaml file (#793)
  • Contributors: Adi Vardi, Kei Okada, Koki Shinjo, Naoya Yamaguchi, Ryohei Ueda

2.1.7 (2020-10-17)

  • set property for ccache if cmake version < 3.4 (#780)
  • Remove meaningless lock (#750)
  • add noetic test (#774)
    • run 2to3 -f print
    • support noetic, use c++14, convert to package format 3
  • Contributors: Kei Okada, Ryohei Ueda, Yuki Furuta

2.1.6 (2020-04-13)

  • Remove unnecessary ROS_INFO (#755)
  • Contributors: Yuto Uchimi

2.1.5 (2019-02-18)

2.1.4 (2018-11-01)

  • replace boost::shared_ptr by std::shared_ptr (#710)
    • manual urdf typedefs
    • add headers for urdf shared_ptr typedefs
    • use 'isnan' from 'std' namespace
    • use urdf typedefs for shared_ptr
    • enable C++11
    • replace boost pointers by std pointers
  • Fix install destination (#717)
    • Call USE_SOURCE_PERMISSIONS before PATTERN
    • Update comment about installation
    • Install 'scripts' into SHARE_DESTINATION
    • Add comment for install destination
    • Fix installation destination
  • fix typo in jsk_interactive_marker (#718)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.10 (2024-12-11)

  • jsk_interactive_marker: use catkin_install_python in CMakeLists.txt (#897)
  • Contributors: Kei Okada

2.1.9 (2024-12-11)

  • 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

2.1.8 (2022-01-11)

  • Resolve fixed frame of rviz (#842)
    • frame_id_ is std::string, so we need to use c_str() or ROS_ERROR_STREAM
    • Resolve fixed frame of rviz * The pose in callback function of interactive marker is represented respect to fixed frame of rviz. * In order to publish consistent tf transformation, the pose should be transformed respect to the frame_id which is specified as ros parameter.
  • Fix sample display robot state demo (#838)
    • [jsk_interactive_marker] fix bugs
    • [jsk_interactive_marker] change the robot of sample_display_robot_state from JAXON to PR2
  • [jsk_interactive_markers][jsk_rqt_plugins] fix yaml load (#818)
  • Enable to publish camera info from yaml file (#793)
  • Contributors: Adi Vardi, Kei Okada, Koki Shinjo, Naoya Yamaguchi, Ryohei Ueda

2.1.7 (2020-10-17)

  • set property for ccache if cmake version < 3.4 (#780)
  • Remove meaningless lock (#750)
  • add noetic test (#774)
    • run 2to3 -f print
    • support noetic, use c++14, convert to package format 3
  • Contributors: Kei Okada, Ryohei Ueda, Yuki Furuta

2.1.6 (2020-04-13)

  • Remove unnecessary ROS_INFO (#755)
  • Contributors: Yuto Uchimi

2.1.5 (2019-02-18)

2.1.4 (2018-11-01)

  • replace boost::shared_ptr by std::shared_ptr (#710)
    • manual urdf typedefs
    • add headers for urdf shared_ptr typedefs
    • use 'isnan' from 'std' namespace
    • use urdf typedefs for shared_ptr
    • enable C++11
    • replace boost pointers by std pointers
  • Fix install destination (#717)
    • Call USE_SOURCE_PERMISSIONS before PATTERN
    • Update comment about installation
    • Install 'scripts' into SHARE_DESTINATION
    • Add comment for install destination
    • Fix installation destination
  • fix typo in jsk_interactive_marker (#718)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker 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

jsk interactive markers

Additional Links

Maintainers

  • furuta

Authors

  • furuta

Usage

urdf_model_markers.launch

This launch file generates interactive markers from urdf models.

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=/path/to/model.yaml

example

$ roslaunch jsk_interactive_marker urdf_model_markers.launch models:=`rospack find jsk_interactive_marker`/launch/models/urdf_model_markers.yaml

room2yaml.l

This script generates yaml files for urdf_model_marker.

$ roscd jsk_interactive_marker/euslisp
$ rosrun roseus roseus room2yaml.l

robot_actions_sample.launch

This is a sample launch file to test urdf_model_marker and robot-actions.l. Before launching this, You need to execute room2yaml.l once.

$ roslaunch jsk_interactive_marker robot_actions_sample.launch

images/robot_actions_sample_launch.png

CHANGELOG

Changelog for package jsk_interactive_marker

2.1.10 (2024-12-11)

  • jsk_interactive_marker: use catkin_install_python in CMakeLists.txt (#897)
  • Contributors: Kei Okada

2.1.9 (2024-12-11)

  • 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

2.1.8 (2022-01-11)

  • Resolve fixed frame of rviz (#842)
    • frame_id_ is std::string, so we need to use c_str() or ROS_ERROR_STREAM
    • Resolve fixed frame of rviz * The pose in callback function of interactive marker is represented respect to fixed frame of rviz. * In order to publish consistent tf transformation, the pose should be transformed respect to the frame_id which is specified as ros parameter.
  • Fix sample display robot state demo (#838)
    • [jsk_interactive_marker] fix bugs
    • [jsk_interactive_marker] change the robot of sample_display_robot_state from JAXON to PR2
  • [jsk_interactive_markers][jsk_rqt_plugins] fix yaml load (#818)
  • Enable to publish camera info from yaml file (#793)
  • Contributors: Adi Vardi, Kei Okada, Koki Shinjo, Naoya Yamaguchi, Ryohei Ueda

2.1.7 (2020-10-17)

  • set property for ccache if cmake version < 3.4 (#780)
  • Remove meaningless lock (#750)
  • add noetic test (#774)
    • run 2to3 -f print
    • support noetic, use c++14, convert to package format 3
  • Contributors: Kei Okada, Ryohei Ueda, Yuki Furuta

2.1.6 (2020-04-13)

  • Remove unnecessary ROS_INFO (#755)
  • Contributors: Yuto Uchimi

2.1.5 (2019-02-18)

2.1.4 (2018-11-01)

  • replace boost::shared_ptr by std::shared_ptr (#710)
    • manual urdf typedefs
    • add headers for urdf shared_ptr typedefs
    • use 'isnan' from 'std' namespace
    • use urdf typedefs for shared_ptr
    • enable C++11
    • replace boost pointers by std pointers
  • Fix install destination (#717)
    • Call USE_SOURCE_PERMISSIONS before PATTERN
    • Update comment about installation
    • Install 'scripts' into SHARE_DESTINATION
    • Add comment for install destination
    • Fix installation destination
  • fix typo in jsk_interactive_marker (#718)

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.

Launch files

Plugins

Recent questions tagged jsk_interactive_marker at Robotics Stack Exchange