ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

how can i add the InteractionCursor display to rviz?

asked 2015-12-18 18:59:40 -0500

masihec gravatar image

Hi,

I created a sphere marker in RVIZ and i want to know how i can add the 3D interaction cursor in RVIZ to move this sphere.

Thanks.

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
0

answered 2015-12-21 07:53:34 -0500

kramer gravatar image

Because the Interaction Cursor is not a default inclusion in RViz, there should have been a link included in the question: interaction_cursor_rviz package.

Beyond that, it's not entirely clear what you're asking -- the sphere is the cursor. Section 3.1 of the above link provides the controls.

edit flag offensive delete link more
0

answered 2015-12-21 11:08:49 -0500

masihec gravatar image

Hi,

Thank you for your answers. Actually, i know that we cannot interact with markers in RVIZ in 3D (they are just for display). For that i have created a node that allows me to move this sphere with my keyboard. But, right now i want to change my method, i want to interact with this sphere with a phantom omni device. I did a research and i found a node labeled omni_im which allows to interact with markers while using the 3D cursor in RVIZ. This node, from what I understood, allows to manipulate the 3D cursor as well as the 3D interactions with markers. Here is a link of a demonstration of the omni_im node that i found:

https://www.youtube.com/watch?v=8EYpw...

I did not try it yet, so may be my understanding is not correct, in that case please correct me.

Thanks.

edit flag offensive delete link more
0

answered 2015-12-19 23:49:39 -0500

2ROS0 gravatar image

These are two different kinds of visualization_msgs:

  1. Rviz markers such as the sphere are only for display purposes. You cannot interact with them in 3D. http://wiki.ros.org/rviz/DisplayTypes...

  2. Interactive markers can be manipulated in 3D and this is what you're looking for. http://wiki.ros.org/rviz/DisplayTypes...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-12-18 18:59:40 -0500

Seen: 386 times

Last updated: Dec 21 '15