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

Connect rosccp with graphics

asked 2016-08-04 19:17:34 -0500

patrchri gravatar image

Hello,

I was wondering if I could connect ros C++ with graphics. For example, if I want to draw a map from my lidar data (I know about gmapping, but I want to create something on my own), is there a library or generally a tool that can help me with that?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-08-04 21:42:56 -0500

ahendrix gravatar image

rviz is the canonical tool for displaying data in ROS; it has built-in plugins for maps, transforms, most types of sensors, and a fair number of other things. It also handles TF and displays the relative position of different data sources with respect to each other in 3D.

ROS doesn't provide any other C++ libraries for displaying graphics or interacting with images; there are already lots of good C++ libraries for doing these things if you want to integrate that functionality directly into your program.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2016-08-04 19:17:34 -0500

Seen: 137 times

Last updated: Aug 04 '16