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

Anusha's profile - activity

2016-09-25 13:13:48 -0500 received badge  Popular Question (source)
2016-09-25 13:13:48 -0500 received badge  Notable Question (source)
2016-09-25 13:13:48 -0500 received badge  Famous Question (source)
2013-10-30 07:46:40 -0500 received badge  Student (source)
2013-10-21 04:29:27 -0500 asked a question Hand Labelling of Point Cloud Data

Hi,

I am trying to manually label the objects in a point cloud data (.pcd files grabbed from Kinect). Are there any tools available or some other method to do this?

Thanks Anusha

2013-06-03 08:30:05 -0500 received badge  Famous Question (source)
2013-03-12 00:16:53 -0500 answered a question ‘removeNaNFromPointCloud’ is not a member of ‘pcl’

try pcl::removeNaNFromPointCloud(*in_cloud, *out_cloud, indicies);

2013-01-08 20:18:41 -0500 received badge  Notable Question (source)
2012-12-21 04:43:18 -0500 answered a question Fuerte ROS install fails Ubuntu 12.04 with unmet dependencies

try

sudo apt-get clean
sudo apt-get -f install /* fixes the broken repositories */

2012-12-17 00:24:27 -0500 received badge  Popular Question (source)
2012-12-15 18:11:43 -0500 received badge  Editor (source)
2012-12-15 18:09:24 -0500 asked a question Problem with kinect launch

Iam new to kinect. Iam trying to build a map of some area using kinect. When trying to launch kinect launch file following the tutorials on ROS , I get the below error... [ERROR] [1355634778.027564566]: Failed to load nodelet [/openni_launch] of type [openni_camera/OpenNINodelet]: Failed to load library */home/user/ros_workspace/openni_ros/openni_camera_deprecated/lib/libopenni_deprecated.so. Make sure that you are calling the PLUGINLIB_REGISTER_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Cannot load library: /home/user/ros_workspace/openni_ros/openni_camera_deprecated/lib/libopenni_deprecated.so: cannot open shared object file: No such file or directory I tried to navigate to the above path, to see if libopenni_deprecated exits. Surprisingly there is no such folder like lib even..... please help me with this

Thanks in advance :)