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

rt_apm's profile - activity

2019-08-13 13:36:33 -0500 received badge  Famous Question (source)
2018-02-06 05:05:27 -0500 received badge  Notable Question (source)
2017-04-03 03:23:42 -0500 received badge  Popular Question (source)
2017-03-13 13:47:53 -0500 asked a question Displaying costmap in RQT

I am currently trying to make a basic control gui for an on-board system. Ene of the things I'd like to be displayed is a visual of the costmap from the navigation stack. Since this can be viewed in Rviz, I am assuming there is a method for displaying this information through qt as well.

I'm currently using qt version 4.8 with pyqt, and am assuming that the needed widget would be a Graphics View widget. However, there is little documentation I can find on doing such a task. Any assistance would be appreciated.