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

How do I add a new tool bar to RViz?

asked 2017-11-06 11:06:13 -0500

VictorLamoine gravatar image

updated 2022-04-17 11:04:36 -0500

lucasw gravatar image

I can add new panels in RViz very easily by inheriting the rviz::Panel class and adding the correct macros in CMake + a plugin.xml file.Then I can add my panels with the Panels > Add New Panel menu.

I would like to add a new tool bar in RViz like this one: image description

What is the easiest way?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2019-09-22 13:37:52 -0500

rjb0026 gravatar image

There is a tutorial for creating new tools here.

The source code for that tutorial is well commented and is probably an easier resource to use when creating your own tool IMO. It can be found here. The question and the tutorial are a little dated, but hopefully these resources will help the people still using Kinetic like me.

edit flag offensive delete link more

Comments

I don't want to create a new tool, I want to create a new tool bar!

VictorLamoine gravatar image VictorLamoine  ( 2019-09-23 07:32:48 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2017-11-06 11:06:13 -0500

Seen: 853 times

Last updated: Sep 22 '19