Questions tagged [librviz]
The librviz tag has no summary.
38 questions
0 votes
1 answer
86 views
How to integrate RViz2 into a Qt application: API documentation and examples?
Problem Description I'm trying to integrate RViz2 visualization into my Qt GUI application using ROS2, but I'm struggling to find comprehensive API documentation for RViz2 embedding. The official ROS2/...
0 votes
0 answers
23 views
QT + Rviz run bug
When I try to use QT+Rviz to create my ROS GUI APP. and everything was OK. But when I use Rviz Display to sub Path(nav_msgs::Path), well, a BUG happened. ...
0 votes
1 answer
65 views
Getting the OrbitViewController in librviz
Hello, ROS community. I have been using librviz with Qt on ROS kinetic in order to create an interactive visualization of points cloud, paths, etc for an application. My problem is as follows. I am ...
0 votes
1 answer
38 views
no tutorial in Librviz: Incorporating RViz into a Custom GUI
Hi all.I want to learn how to write an application using an RViz visualization widget but the link in this page was unuseable. Could somen one give me an availble link? Thanks! Originally posted by ...
0 votes
1 answer
31 views
rviz setViewController doesn't hook up mouse events?
I have an librviz application https://github.com/lucasw/visualization_tutorials/tree/set-view-controller-test which works fine with the default view controller, but I would like to use a different ...
0 votes
1 answer
22 views
Unable to display Interactive Marker in custom QWidget
Hi, I am using basic_controls tutorial to display Interactive Markers. It works fine for rViz whereas in my custom QWidget, I can able to visualize the Marker::MESH_RESOURCE but I can't interact with ...
0 votes
1 answer
65 views
Communicate with ros through XML-RPC
I am working on a project where i need to communicate to ROS from Windows PC. I found that XML-RPC is the best way to do it. Any other suggestions would be much appreciated. My question is, can we ...
0 votes
1 answer
44 views
Add OpenCV window as panel to RViz
The kinect_tracking node finds a specific point inside the picture and paints it into each frame. I do create the Window with openCV like: ...
0 votes
1 answer
98 views
How to control rviz view parameters programatically?
I would like to control the rviz view parameters programatically from an external node, for instance: Set the view type to topDownOrtho and set the scale parameter to 10 and angle to 3.14. I guess ...
0 votes
1 answer
13 views
Multiple Robotino co-ordination
Hello, I am new to ROS and just I have just managed to install and run the robotino-ros-pkg in my ubuntu VM. I am working on multiple robotinos and I needed to create a static map for them to run in. ...
0 votes
1 answer
48 views
How to initialize robot's position in RVIZ?
I'm using Nav2d simulator where in RVIZ the robot's position is set to X=0 and Y=0 I want to initialize the position to other coordinate for each time when I start the launch file. I have been looking ...
0 votes
1 answer
18 views
How do I link tf_conversions to a RViz panel?
I am designing a Qt panel that is integrated into RViz. At some point this Qt panel needs to convert an Eigen::Affine3d to a ...
0 votes
2 answers
176 views
Display CameraInfo/Image message with frame_id != fixed frame
Hi guys, I've tried to display multiple CameraInfo/Image messages within rviz. I have tf_broadcasters, publishing the camera transformations with about 50 Hz. My CameraInfo/Image messages have ...
0 votes
1 answer
99 views
RViz Crashes with Out of Memory Exception
I am repeatedly publishing Markers and MarkerArrays to RViz and then, randomly, this error occurs. Does anyone know what might be causing this? I am running RViz from inside a docker container using ...
0 votes
1 answer
27 views
How to load pcd pointcloud into librviz RenderPanel?
I have a librviz instance running in a qt window thanks to http://docs.ros.org/jade/api/librviz_tutorial/html/index.html. I would assume I use http://wiki.ros.org/pcl_ros to convert the loaded pcd ...