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

Janina's profile - activity

2014-02-28 06:07:41 -0500 received badge  Student (source)
2014-01-28 17:26:51 -0500 marked best answer roslib - Phyton

Hello!

I create a Phyton project within the ar_pose package. I tried to import roslib to my Phyton program with

import roslib; roslib.load_manifest('ar_pose')

,but get the answer that he could not found the module roslib.

Is roslib a own package which I have to download?

Thanks!

(ROS electric)

2014-01-28 17:26:51 -0500 marked best answer Tutorials - Understanding ROS Nodes

Hello!

I have Ubuntu 10.04 and installes ROS electric.

I am trying to make $ rosmake turtlesim (Tutorials - Understanding ROS Nodes), but get following error message:

rosmake Packages requested are: ['turtlesim']
rosmake Logging to directory/home/janina/.ros/rosmake/rosmake_output-20120802-160904 rosmake Expanded args ['turtlesim'] to: []
rosmake WARNING: The following args could not be parsed as stacks or packages: ['turtlesim'] rosmake ERROR: No arguments could be parsed into valid package or stack names.

How can I install the turtlesim package? I think it,s missing?

2014-01-28 17:25:53 -0500 marked best answer error demo ar_pose

I get following error message when I like to run the demo with roslaunch ar_pose demo_single.launch

(Link: http://www.ros.org/wiki/ar_pose):

The program 'rviz' received an X Window System error. This probably reflects a bug in the program. The error was 'BadDrawable (invalid Pixmap or Window parameter)'. (Details: serial 21 error_code 9 request_code 55 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) ERROR [1337029951.548533238]: Client [/ar_pose] wants topic /usb_cam/camera_info to have datatype/md5sum [sensor_msgs/CameraInfo/c9a58c1b0b154e0e6da7578cb991d214], but our version has [sensor_msgs/CameraInfo/1b5cf7f984c229b6141ceb3a955aa18f]. Dropping connection. rviz-2 process has died [pid 4845, exit code 1]. log files: /home/janina/.ros/log/8432533e-9e09-11e1-9c66-bc7737b9bc48/rviz-2*.log

What can I do?

2014-01-28 17:25:42 -0500 marked best answer ar_toolkit Marker

Are there anywhere finished standard markers for the ar_toolkit to download and to print?

2014-01-28 17:25:41 -0500 marked best answer Install CCNY Computer Vision Stack

I like to install the CCNY Computer Vision Stack.

(Link: http://www.ros.org/wiki/ccny_vision#Installing)

But I have no folder ros/stacks, so where should I install the stack? I only have a folder "ros-workspace" in my home directory. Should i create there an "stacks" folder?

I am new at this topic, so I hope you can help me.

2014-01-28 17:25:41 -0500 marked best answer ARtoolkit - rviz

How can I use the ARtoolkit library with rviz?

(Ubuntu 10.04, ROS electric)

2014-01-28 17:25:26 -0500 marked best answer ARtoolkit install

How can I install the ARtoolkit library? (Ubuntu 10.04, ROS electric)

2014-01-28 17:25:22 -0500 marked best answer ROS base - rviz

Can I install/start rviz, when I only have installed ROS base (Ubunto 10.04, electric)?

2014-01-23 02:37:10 -0500 received badge  Famous Question (source)
2013-07-11 22:32:25 -0500 received badge  Notable Question (source)
2013-06-11 22:32:39 -0500 received badge  Famous Question (source)
2013-01-28 07:55:05 -0500 received badge  Famous Question (source)
2013-01-28 07:55:05 -0500 received badge  Notable Question (source)
2013-01-28 07:55:05 -0500 received badge  Popular Question (source)
2012-12-20 12:09:05 -0500 received badge  Popular Question (source)
2012-12-12 09:52:57 -0500 received badge  Famous Question (source)
2012-12-08 04:10:57 -0500 received badge  Notable Question (source)
2012-12-08 04:10:57 -0500 received badge  Popular Question (source)
2012-12-05 04:23:53 -0500 received badge  Famous Question (source)
2012-11-23 02:12:10 -0500 received badge  Famous Question (source)
2012-10-05 01:01:26 -0500 received badge  Famous Question (source)
2012-09-23 11:49:03 -0500 asked a question realize objects with ar_markers

Hi.

I am using the ar_kinect package to realize ar_markers and get the their coordinates back.

I like to create a map which shows all objects in the room which are marked with the ar_markers.

I think that the coordinates from the markers which I get back are coordinates from the corner of the marker.

Am I right that I have to fix the markers all around the object? How can I create and save an image from the realized objects?

Thanks for help!

2012-09-17 04:46:47 -0500 received badge  Notable Question (source)
2012-09-16 20:17:47 -0500 received badge  Popular Question (source)
2012-09-16 04:59:18 -0500 asked a question rviz error - Segmentation fault

I have installed ROS electric (Ubuntu 10.04).

I get this error message when I like to start rviz with rosrun rviz rviz:

INFO [1347807197.728174501]: rviz revision number 1.6.7
INFO [1347807197.728302839]: ogre_tools revision number 1.6.3
INFO [1347807197.728350850]: compiled against OGRE version 1.7.3 (Cthugha)
INFO [1347807197.801335753]: Loading general config from [/home/janina/.rviz/config]
INFO [1347807197.801921520]: Loading display config from [/home/janina/.rviz/display_config]
INFO [1347807197.850185850]: RTT Preferred Mode is Copy.
INFO [1347807198.050808370]: Texture for pass 0: creating with size 1 x 1
INFO [1347807198.051192494]: Texture for pass 1: creating with size 1 x 1
INFO [1347807199.082435434]: RTT Preferred Mode is Copy.

**Segmentation fault**

I tried export OGRE_RTT_MODE=Copy (also PBuffer, or FBO), but it does not work.

Does anybody know an other solution for this problem?

Thanks for help!

2012-09-14 05:08:29 -0500 received badge  Popular Question (source)
2012-09-14 05:08:29 -0500 received badge  Notable Question (source)