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

asrinivasan31's profile - activity

2012-10-05 02:56:32 -0500 received badge  Famous Question (source)
2012-10-05 02:56:32 -0500 received badge  Notable Question (source)
2012-09-25 12:45:18 -0500 received badge  Famous Question (source)
2012-09-25 12:45:18 -0500 received badge  Popular Question (source)
2012-09-25 12:45:18 -0500 received badge  Notable Question (source)
2012-08-19 09:59:56 -0500 received badge  Famous Question (source)
2012-07-23 06:06:38 -0500 received badge  Notable Question (source)
2012-05-12 05:57:40 -0500 received badge  Good Question (source)
2012-05-09 22:44:19 -0500 received badge  Popular Question (source)
2012-04-29 07:14:41 -0500 received badge  Nice Question (source)
2012-03-29 08:11:12 -0500 received badge  Popular Question (source)
2012-02-10 02:30:09 -0500 received badge  Student (source)
2011-12-02 12:47:41 -0500 asked a question problem compiling ros with standalone opencv 2.3.1

Hi:

I having trouble getting rosmake to compile with the new version of opencv. I keep getting "fatal error: opencv-2.3.1/opencv2/features2d/features2d.h: No such file or directory compilation terminated."

I don't remember personally installing opencv, it must have come up with something else, perhaps (ROS-Electric). But anyway, I have the *.so.2.3.1 libraries in the /usr/lib folder and the include directory in /usr/include/opencv-2.3.1/opencv2/.... I set the C_PATH_INCLUDE and CPLUS_PATH_INCLUDE variables to the 2.3.1 directory and yet it still can't find the .h files.

What else is required so my package can see it? I think Cmakelists.txt only has the Find_Package(OpenCv) which only finds the old opencv and not the 2.3.1 version. I need it to be this version so I can use the simple blob detection api. Any help is appreciated.

Thanks in advance.

2011-11-19 09:33:52 -0500 answered a question tf/tutorials demo problem ros-electric

Update: I was able to do the rest of the tutorial and duplicate what the demo was trying to achieve, so I guess it doesn't matter any more.

2011-11-19 06:29:22 -0500 asked a question tf/tutorials demo problem ros-electric

Hi All:

I can't get the turtle_tf demo to work based on the following link: tf/Tutorials

This is the error I get when I do roslaunch turtle_tf turtle_tf_demo.launch:

Use arrow keys to move the turtle.
process[turtle2_tf_broadcaster-5]: started with pid [9096]
process[turtle_pointer-6]: started with pid [9101]
Traceback (most recent call last):
File "/opt/ros/electric/stacks/geometry_tutorials/turtle_tf/node/turtle_tf_listener.py", line 57, in <module>
(trans,rot) = listener.lookupTransform('/turtle2', '/turtle1', rospy.Time())
tf.ExtrapolationException: Lookup would require extrapolation at time 1321729575.578088045, but only time 1321729575.578494072 is in the buffer, when looking up transform from frame [/turtle1] to frame [/turtle2]
[turtle_pointer-6] process has died [pid 9101, exit code 1].
log files: /home/adith/.ros/log/8cffc6c6-12e1-11e1-81b9-0026829e5a54/turtle_pointer-6*.log

Another post mentions this same problem but they were using diamondback. How do I resolve this on electric?

Thanks in advance.

2011-11-01 10:12:58 -0500 commented answer problem with skeleton markers in pi-robot-ros-pkg with kinect
Thank you for looking into this. I am running ros-electric. I don't have the kinect with me right now, but I'll try it as soon as I can and let you know.
2011-10-31 02:52:17 -0500 asked a question problem with skeleton markers in pi-robot-ros-pkg with kinect

Hi:

Has anyone used the above package with ROS? I ran roslaunch skeleton_markers markers_from_tf.launch which tracks using the openni_tracker and set my rviz config to markers_from_tf.vcg. If I use a fixed frame relative to one of the body points, say head or torso, I see the markers but not always all of them. It's like rviz shifted the image seen on the screen down or maybe its a zoom..

Anyway if I set fixed frame to the camera, ie. skeleton_openni_depth_frame, then I don't see the markers any-more. If I come real close to the camera I see the markers but they are all jumbled up and don't make any sense. Could there be a problem with the transform from the camera to the 2d representation?

Thanks in advance.

2011-10-28 09:07:36 -0500 answered a question openni_kinect dosen't publish anything in the topics or rviz

Update:

Now I can see the image from the camera display by adding the topic /camera/rgb/image_color topic to rviz using openni_launch openni.launch which I couldn't do before. However, the topics regarding point cloud 2 display don't ever get published.

Second Update: The point cloud2 display has started working. I don't know how (maybe it was the ros updates that I did yesterday), but I consistently can get them to display except now, rviz freezes and I get the following error repeatedly

Image messages received:      0
CameraInfo messages received: 84
Synchronized pairs:           0
Image messages received:      0
CameraInfo messages received: 92
Synchronized pairs:           0
2011-10-28 09:03:18 -0500 commented answer openni_kinect dosen't publish anything in the topics or rviz
Yea I fixed the xml problem.
2011-10-27 03:28:12 -0500 commented answer error while loading shared libraries: libtinyxml.so.2.6.2: cannot
Thank you! It seems I already had the libtinyxml2.5.3 in the rospack directory under /tools but somehow didn't get installed? Anyway, doing it your way works.
2011-10-27 02:42:24 -0500 commented answer error while loading shared libraries: libtinyxml.so.2.6.2: cannot
Yep, did the command and its linked to 2.5.3. I am new to linux as well so how do I go about changing the link?
2011-10-27 01:18:24 -0500 answered a question error while loading shared libraries: libtinyxml.so.2.6.2: cannot

I have tinyxml showing that it has been installed in ubuntu software center, yet I still get the above error. Any ideas why? This happened after I updated ROS-electric 10 min ago. The above comments imply that this should have already been fixed by now... Note: I tried to doing the sudo apt-get upgrade as well after the update and still nothing.

2011-10-27 01:04:57 -0500 received badge  Editor (source)
2011-10-27 01:04:20 -0500 answered a question openni_kinect dosen't publish anything in the topics or rviz

So I ran openni_camera openni_node.launch and changed some settings in rviz to publish the raw image topic and I saw some point clouds, although it didn't look very good. I wanted to try tinkering around the settings some more, but I did a ros update and now I can't open anything! Anyone else get this error:

/opt/ros/electric/stacks/nodelet_core/nodelet/bin/nodelet: error while loading shared libraries: libtinyxml.so.2.5.3: cannot open shared object file: No such file or directory

this is very frustrating.....

2011-10-22 15:33:35 -0500 answered a question openni_kinect dosen't publish anything in the topics or rviz

Hi:

I am encountering the same problems as Henning's post with the error in configuration file as well as "tried to advertise service that is already advertised in this node". As a result, my rviz shows that for the pointcloud2 display the topics are not publishing any messages. Has anyone successfully resolved this issue? Restarting the driver X # of times cannot possibly be the only way... I am running Ubuntu 11.04 with rose electric and my USB ports are 2.0.

Thanks in advance