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

Xin's profile - activity

2015-08-15 04:41:43 -0500 received badge  Famous Question (source)
2015-08-15 04:41:43 -0500 received badge  Popular Question (source)
2015-08-15 04:41:43 -0500 received badge  Notable Question (source)
2015-06-16 04:33:20 -0500 received badge  Famous Question
2015-05-06 13:50:42 -0500 received badge  Famous Question (source)
2015-05-06 12:29:40 -0500 received badge  Famous Question (source)
2015-03-23 21:08:33 -0500 received badge  Notable Question
2015-03-21 23:50:46 -0500 received badge  Notable Question (source)
2015-03-21 23:50:46 -0500 received badge  Popular Question (source)
2015-03-09 17:06:14 -0500 received badge  Notable Question (source)
2015-02-24 05:39:01 -0500 received badge  Popular Question
2015-01-29 00:33:48 -0500 received badge  Enthusiast
2015-01-27 21:22:37 -0500 received badge  Organizer (source)
2015-01-27 21:21:34 -0500 asked a question Unable to complete cmake of openni2_camera

Hi, I'm new to these software and programs, pardon me if the question are too naive. I'm using Odroid XU3(Arm processor), Ubuntu 12.04(Precise) and ROS(Hydro). When I run catkin_make on openni2_camera, I get these error

-- +++ processing catkin package: 'openni2_camera'
-- ==> add_subdirectory(openni2_camera)
CMake Error at openni2_camera/CMakeLists.txt:11 (pkg_check_modules):
  Unknown CMake command "pkg_check_modules".

-- Configuring incomplete, errors occurred!
Invoking "cmake" failed

Is there any method to solve this?

2015-01-26 03:27:27 -0500 commented question Unable to install libopenni2-dev

I think I need a PPA to source for libopenni2-dev for Arm processor.

2015-01-26 02:26:31 -0500 asked a question Unable to install libopenni2-dev

Hi, I am using Odroid XU3(Arm Processor), Ubuntu 12.04(Precise) and ROS(Hydro). When I try to build my OpenNI2_camera, I got these error

-- checking for module 'libopenni2' -- package 'libopenni2' not found -- checking for module 'openni2' -- package 'openni2' not found

Than I found out that installing libopenni2-dev will solve the problem, but when I try to apt-get install, I get these error

Package libopenni2-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'libopenni2-dev' has no installation candidate

I am new these programs, can anyone help me with this problem, Thanks.

2015-01-26 00:33:22 -0500 received badge  Popular Question (source)
2015-01-25 21:38:08 -0500 commented answer Unable to cakin_make openni2_camera.

I tried to install libopenni2-dev but I got this

Package libopenni2-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'libopenni2-dev' has no installation candidate

2015-01-22 05:03:59 -0500 asked a question Unable to cakin_make openni2_camera.

Hi, I am using Odroid XU3, with ubuntu 12.04(precise) and ROS(Hydro). I've got OpenNI2 installed on my Home folder, and I can run openni2_example from odroid-development. But when I catkin_make, there is the error of [package 'libopenni2' not found] and [package 'openni2' not found]. Have you encountered this problem before? Can you suggest a solution for me to fix this problem?