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

dlc's profile - activity

2022-02-23 11:08:29 -0500 received badge  Nice Answer (source)
2022-02-11 13:03:13 -0500 received badge  Necromancer (source)
2022-02-11 13:03:13 -0500 received badge  Teacher (source)
2019-03-08 10:53:42 -0500 received badge  Famous Question (source)
2018-08-13 03:14:02 -0500 received badge  Notable Question (source)
2018-06-29 12:16:18 -0500 commented question How to control camera distance using librviz in custom qt gui

If I use vc_ = manager_->getViewManager()->getCurrent(); I get ViewController vc_ and I can change the view us

2018-06-29 09:27:56 -0500 received badge  Enthusiast
2018-06-28 10:46:37 -0500 received badge  Popular Question (source)
2018-06-28 10:01:12 -0500 commented question How to control camera distance using librviz in custom qt gui

I modified the code below https://github.com/ros-visualization/visualization_tutorials/blob/kinetic-devel/librviz_tutori

2018-06-27 18:05:36 -0500 asked a question How to control camera distance using librviz in custom qt gui

How to control camera distance using librviz in custom qt gui I followed the librviz tutorial to display a pointcould on

2018-04-26 13:10:08 -0500 answered a question librviz display sensor_msgs/LaserScan

Thanks! Roman2508, your code works. For those who struggle to get point cloud shown on your GUI, don't forget to set pro

2018-04-26 09:38:50 -0500 answered a question How to launch a roslaunch in Qt with a terminal (GUI) ?

try system("gnome-terminal -x sh -c \" roslaunch xxx xxx; bash\"");