Robotics StackExchange | Archived questions

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.

Asked by rt_apm on 2017-03-13 13:26:05 UTC

Comments

Answers

hello,I have the same problem just like u.

I think u way need this. It was write by pyQt. A GUI pyQt program just like rviz

Although it‘s readme write in chinese, but u can use some translate software to let it work well.

I think this can help u. Good luck.

Asked by TifferPelode on 2017-03-23 06:32:44 UTC

Comments