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

Qandeel's profile - activity

2014-08-07 09:17:19 -0500 received badge  Popular Question (source)
2014-08-07 09:17:19 -0500 received badge  Notable Question (source)
2014-08-07 09:17:19 -0500 received badge  Famous Question (source)
2013-10-29 09:23:58 -0500 received badge  Famous Question (source)
2013-09-11 04:36:26 -0500 received badge  Famous Question (source)
2013-08-08 13:36:36 -0500 received badge  Famous Question (source)
2013-07-26 16:50:52 -0500 received badge  Notable Question (source)
2013-07-19 11:22:08 -0500 asked a question Installing freenect_stack from source

I downloaded the source code for freenect_stack from git to the src folder of my catkin workspace. When I tried to build it using catkin_make, I got the following error:

*-- +++ processing catkin package: 'freenect_camera'
-- ==> add_subdirectory(freenect_stack/freenect_camera)
*CMake Error at /home/ubuntu/ros_catkin_ws/devel/share/catkin/cmake/catkinConfig.cmake:72 (find_package):
  Could not find a package configuration file provided by
  "camera_info_manager" with any of the following names:
    camera_info_managerConfig.cmake
    camera_info_manager-config.cmake*
  Add the installation prefix of "camera_info_manager" to CMAKE_PREFIX_PATH
  or set "camera_info_manager_DIR" to a directory containing one of the above
  files.  If "camera_info_manager" provides a separate development package or
  SDK, be sure it has been installed.
Call Stack (most recent call first):
  freenect_stack/freenect_camera/CMakeLists.txt:3 (find_package)
-- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed*

What is the camera_info_make config file? And how do I get it?

2013-07-16 13:53:09 -0500 received badge  Popular Question (source)
2013-07-16 09:27:57 -0500 commented answer ROS+Kinect+ARM device+Openni

According to this(http://kinect-with-ros.976505.n3.nabble.com/Ros-kinect-kinect-on-ARM-td2654041.html) thread, it seems like some people have managed to get it to work with different ARM devices. I am not sure on what changes they made to make it work.

2013-07-16 09:17:47 -0500 received badge  Famous Question (source)
2013-07-16 06:41:48 -0500 asked a question ROS+Kinect+ARM device+Openni

I managed to get Openni drivers from outside of ROS working on a BeagleBoard and got the Kinect to at least work on the board.But, I my goal is get to a point where I can run "roslaunch openni_launch openni.launch" from the BeagleBoard and it will start publishing the data from the Kinect. The problem is that everytime I try to install openni_camera or openni_launch I end up with dependency issues for the ARM board. Does someone have any hints on how to get openni_camera or openni_launch on a BeagleBoard or Gumstix or and ARM board?

Any help is appreciated.

Edit: I also already know how to install a basic version of ROS on the BeagleBoard (with openni_launch/camera or pcl).

Edit 2: I have mostly tries with groovy and Ubuntu 12.04 or 12.10 but I'm open to any distribution and any OS as long as it works.

2013-07-16 06:35:04 -0500 received badge  Notable Question (source)
2013-07-15 01:34:50 -0500 received badge  Notable Question (source)
2013-07-11 11:12:52 -0500 received badge  Popular Question (source)
2013-07-11 10:05:36 -0500 received badge  Supporter (source)
2013-07-11 09:53:33 -0500 commented answer Openni+Kinect+Other Machines

I don't have openni drivers installed on the other machine. It's a BeagleBone with an ARM processor and I have yet to figure out how I can install the ros openni on it. I wanted to know if openni can run on my laptop but look for the Kinect off of the BeagleBone rather than itself.

2013-07-11 08:14:37 -0500 asked a question Openni+Kinect+Other Machines

I want to get data from a Kinect connected to a machine and pass it to my laptop (which is connected to the first machine). I know I can run roscore on the first machine and make it the master. Then, I was wondering if I can run openni_launch on my laptop and make it recognize that a kinect is connected to the master machine (not my laptop). So far roslaunch on openni fails on my laptop because the kinect is not connected directly to my laptop.

Any help is appreciated.

2013-07-11 08:12:27 -0500 received badge  Popular Question (source)
2013-07-08 11:02:48 -0500 received badge  Student (source)
2013-07-08 07:22:15 -0500 asked a question Openni_launch+Beaglebone+Kinect

I want to get data from a Kinect connected to the Beaglebone and pass it to me my laptop (which is connected to the beaglebone). I know I can run roscore on the Beaglebone and make it the master. Then, I was wondering if I can run openni_launch on my laptop and make it recognize that a kinect is connected to the master machine. So far roslaunch on openni fails on my laptop because the kinect is not connected directly to my laptop.

Any help is appreciated.

2013-07-08 07:13:52 -0500 received badge  Notable Question (source)
2013-07-05 09:24:56 -0500 received badge  Popular Question (source)
2013-06-30 10:31:43 -0500 received badge  Editor (source)
2013-06-30 10:31:14 -0500 asked a question Kinect+Beaglebone+ROS+PCL

I'm trying to get the Kinect work nicely with a Beaglebone. Currently, I have Ubuntu 12.04 installed on the sd card for the Beaglebone. Also, I have a basic version of ROS on the Beaglebone using ROS UbuntuARM tutorial. But when I try to install Openni on it, I run into dependency issues since I'm working with the an ARM device. I wanted to know if it is possible for me to use the Beaglebone to pass (or process) information from the Kinect to a laptop. I've seen some articles saying it is possible to pass info but I can't get it to work. Is it because I'm trying to use Precise+Groovy? Should I try another combination? I don't really know much about working with the Beaglebone so any help is appreciated.

2013-06-10 06:21:41 -0500 asked a question Installing ROS on beaglebone without internet

I need to install ROS on beaglebone for work but I don't really know how to since the beaglebone won't connect to the internet. Some one suggested that I should cross-compile the code from source for on my laptop and then transfer the files...? Can anyone explain how I would do that since I've never built anything from source before?