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

athul's profile - activity

2021-08-19 02:15:01 -0500 received badge  Famous Question (source)
2020-09-20 09:56:54 -0500 marked best answer Unabe to Install freenect in ROS-Melodic/Ubuntu 18.04

I wanted to install freenect in ROS to take depth images using Kinect XBOX 360 1473. I cloned the repository from https://github.com/ros-drivers/freene... and kept it in ~/catkin_ws/src under the folder name freenect_stack. Upon running catkin_make in ~/catkin_ws I get the following error:

[ 21%] Building CXX object freenect_stack/freenect_camera/CMakeFiles/freenect_nodelet.dir/src/nodelets/driver.cpp.o
In file included from /home/athul/catkin_ws/src/freenect_stack/freenect_camera/src/nodelets/driver.h:54:0,
                 from /home/athul/catkin_ws/src/freenect_stack/freenect_camera/src/nodelets/driver.cpp:39:
/home/athul/catkin_ws/src/freenect_stack/freenect_camera/include/freenect_camera/freenect_driver.hpp:4:10: fatal error: libfreenect/libfreenect.h: No such file or directory
 #include <libfreenect/libfreenect.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
freenect_stack/freenect_camera/CMakeFiles/freenect_nodelet.dir/build.make:62: recipe for target 'freenect_stack/freenect_camera/CMakeFiles/freenect_nodelet.dir/src/nodelets/driver.cpp.o' failed
make[2]: *** [freenect_stack/freenect_camera/CMakeFiles/freenect_nodelet.dir/src/nodelets/driver.cpp.o] Error 1
CMakeFiles/Makefile2:2697: recipe for target 'freenect_stack/freenect_camera/CMakeFiles/freenect_nodelet.dir/all' failed
make[1]: *** [freenect_stack/freenect_camera/CMakeFiles/freenect_nodelet.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j1 -l1" failed

Please help. Any input is welcome.

2020-06-10 17:36:17 -0500 received badge  Notable Question (source)
2020-05-19 05:09:59 -0500 received badge  Famous Question (source)
2020-01-17 15:37:25 -0500 received badge  Notable Question (source)
2019-12-10 09:23:03 -0500 received badge  Popular Question (source)
2019-11-23 23:04:42 -0500 received badge  Popular Question (source)
2019-06-18 06:41:28 -0500 asked a question How to check if moveit is compiling [locally] after making changes to it's source code?

How to check if moveit is compiling [locally] after making changes to it's source code? I wanted to know how the develop

2019-04-16 06:05:15 -0500 received badge  Famous Question (source)
2019-04-05 05:01:12 -0500 received badge  Famous Question (source)
2019-03-15 09:07:47 -0500 commented answer gazebo camera frame is inconsistent with rviz + opencv convention

Thanks a lot! This fix works very fine.

2019-03-13 09:27:38 -0500 edited question laser_assembler not giving output

laser_assembler not giving output Hi! I am trying to assemble point clouds (PointCloud2) received from a Kinect sensor

2019-03-13 09:19:33 -0500 received badge  Notable Question (source)
2019-03-13 09:19:28 -0500 received badge  Notable Question (source)
2019-03-13 09:19:28 -0500 received badge  Popular Question (source)
2019-03-13 09:19:23 -0500 received badge  Notable Question (source)
2019-03-13 09:19:23 -0500 received badge  Popular Question (source)
2019-03-13 09:18:35 -0500 asked a question laser_assembler not giving output

laser_assembler not giving output Hi! I am trying to assemble point clouds (PointCloud2) received from a Kinect sensor

2019-03-02 09:08:14 -0500 received badge  Famous Question (source)
2019-02-22 23:04:14 -0500 received badge  Student (source)
2019-02-21 02:31:28 -0500 received badge  Popular Question (source)
2019-02-08 03:42:23 -0500 asked a question How to specify relative path file name in SDF

How to specify relative path file name in SDF I created a custom plugin for my robot. I tested it in Gazebo and it seems

2019-02-05 14:43:16 -0500 received badge  Notable Question (source)
2019-02-05 07:14:12 -0500 asked a question Cannot Find libgazebo_ros_openni_kinect.so

Cannot Find libgazebo_ros_openni_kinect.so I am trying to do this tutorial - link. But when I load the Kinect sensor to

2019-02-02 00:28:15 -0500 received badge  Enthusiast
2019-01-28 11:53:08 -0500 received badge  Supporter (source)
2019-01-28 03:49:33 -0500 commented answer Unabe to Install freenect in ROS-Melodic/Ubuntu 18.04

I guess libfreenect does not work with melodic :( The error I got when I ran rosdep: ERROR: the following packages/s

2019-01-28 03:32:45 -0500 received badge  Popular Question (source)
2019-01-27 04:59:02 -0500 asked a question Unabe to Install freenect in ROS-Melodic/Ubuntu 18.04

Unabe to Install freenect in ROS-Melodic/Ubuntu 18.04 I wanted to install freenect in ROS to take depth images using Kin

2019-01-26 20:21:05 -0500 asked a question Unable to open PCD files using ROS-PCL functions

Unable to open PCD files using ROS-PCL functions I am trying to create a Server-Client architecture to send PCD files. B