I am learning the basics of ROS (Kinetic) by following the tutorials at http://wiki.ros.org. I am running Ubuntu on Windows 10 and using Xming for GUI. Also, I only know basics of Ubuntu. All was going good until I reached this tutorial…
I have a QPixmap object in a QLabel object. I want to draw in that pixmap rectangles so that i can get the coordinates of that rectangle in the image. My problem is that when I draw that qrubberband rectangle in that pixmap, it is not getting the…
I am trying to use rqt_graph in ROS kinetic and I am getting the following error. I am not sure what is causing it and have no idea how to fix it.
It seems to be a problem with an undefined symbole but not sure how this would happen.
rosrun…
I am designing a UI plugin for robot inside rqt using python. Basically, there is a button termed as 'Goto Home' button. I want to move the robot once this button is clicked. Please note that the robot moves whenever I click this button but GUI…
I am trying to use rqt in ROS hydro but I see the following errors:
Traceback (most recent call last): File
"/opt/ros/hydro/bin/rqt_graph", line 8, in
sys.exit(main.main(sys.argv, standalone='rqt_graph.ros_graph.RosGraph')) File
…
I am trying to interface ROS and open cv. I was able to threshold the video stream and display the output in rqt. Now I want to adjust the threshold range by creating a track bar in rqt. How could I implement it.
I was trying to follow the ROS tutorial below to get rqt_remocon to work on my laptop:
http://wiki.ros.org/turtlebot/Tutorials/indigo/A%20First%20Interaction
I get the following command as an output:
[debug] Interactive Client : initialised
[debug]…
I've been trying to use the ROS(Robot Operating System) using this page:
Tutorial page
In the link it makes you use turtle sim it seemed to work fine with me without any errors.
In the 4th step(install rqt),i get this error:
`INPUT: RQT
OUTPUT:…