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

How does the RVIZ marker work and how can I turn it off?

asked 2019-07-03 02:51:32 -0500

ngocdp gravatar image

updated 2022-04-17 11:08:27 -0500

lucasw gravatar image

Hi,

I'm having an Intel Aero Ready to Flight Drone with Ubuntu 16.04 installed. It uses Cartographer for SLAM and RVIZ for visualization. When using the tool, I see on RVIZ, there are some markers is drawn during the flight. The marker is a green-red-blue-axis (look like an x-y-z graph) with coordinate on top. I notice it usually drop the marker at the following situation:

  • When started (initial position), so the marker always be (0,0)
  • When there is a change on the path (observe an obstacle and change the path). It will increase the second number to (0,1), (0,2)
  • When completed the objective/goal (moved to the designated position). A marker is also dropped (0,3)

Can I ask what the coordinate mean? Why, in my case, only the second number increased? And what if I do not want to observe those markers, how can I turn it off?

Thank you.

edit retag flag offensive close merge delete

Comments

I encountered the same problem and here is the screenshot (https://ibb.co/1dtC12g). Clearly, you can see there are coordinate along the trajectory. What I understood now is that RVIZ will subscribe the topic called submap_list that is published by Cartographer to present the map. However, there is a list of submaps being generated as the robot moves and each submap has a version number as well as its pose. The "Displays" panel has no options for one to turn off that number only unless one turn off all the submaps. It's neat to know how many submaps have been generated with current setup but it looks better to me if without the numbers. Any hint will be appreciated.

guoxins gravatar image guoxins  ( 2019-07-03 23:23:40 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2019-07-03 07:52:18 -0500

Procópio gravatar image

RViz has a "Displays" panel that has a list all the things you are seeing. You can tick/untick the display types to see/unsee them in the main window. Take a look at http://wiki.ros.org/rviz/UserGuide for more info.

Regarding your other question, it would be better to ask them in a different question.

edit flag offensive delete link more

Comments

Thank you for your answer. We will look at the panel and the guide to see if we can turn it off.

By referring to other question, do you mean these 2 questions? "What the coordinate mean? Why, in my case, only the second number increased?"

ngocdp gravatar image ngocdp  ( 2019-07-03 18:15:26 -0500 )edit

@ngocdp yes, I was referring to those 2 questions. If my answer solves your problem, please mark it as "correct"

Procópio gravatar image Procópio  ( 2019-07-04 09:16:01 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-07-03 02:50:57 -0500

Seen: 359 times

Last updated: Jul 03 '19