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

Ting's profile - activity

2013-06-11 08:18:03 -0500 received badge  Famous Question (source)
2013-06-11 08:18:03 -0500 received badge  Popular Question (source)
2013-06-11 08:18:03 -0500 received badge  Notable Question (source)
2012-11-04 01:35:11 -0500 received badge  Famous Question (source)
2012-11-04 01:35:11 -0500 received badge  Popular Question (source)
2012-11-04 01:35:11 -0500 received badge  Notable Question (source)
2011-12-22 02:19:29 -0500 commented answer couldn't find dependency [hogman_minimal] of [rgbdslam]
Could you please tell how to "make hogman_minimal". I am new to Ubuntu! Thanks!
2011-12-21 16:31:42 -0500 marked best answer couldn't find dependency [hogman_minimal] of [rgbdslam]

You have to install the hogman_minimal package. Use this command:

svn checkout http://alufr-ros-pkg.googlecode.com/svn/trunk/freiburg_tools/hogman_minimal

This can be found in the rgbdslam tutorials.

EDIT: Run the following commands.

roscd hogman_minimal
rosmake
2011-12-21 02:05:25 -0500 answered a question couldn't find dependency [hogman_minimal] of [rgbdslam]

I have svn checked out the hogman_minimal package before. It's no used.I guess that I made some mistake when setting the path...?

2011-12-20 23:03:26 -0500 asked a question couldn't find dependency [hogman_minimal] of [rgbdslam]

I want to install rgbdslam(http://www.ros.org/wiki/rgbdslam) and let it work.

When I execute rosmake --rosdep-install rgbdslam, it has error message as follows:


cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=rospack find rosbuild/rostoolchain.cmake ..

[rosbuild] Building package rgbdslam

Failed to invoke /opt/ros/diamondback/ros/bin/rospack deps-manifests rgbdslam

[rospack] couldn't find dependency [hogman_minimal] of [rgbdslam]

[rospack] missing dependency

CMake Error at /opt/ros/diamondback/ros/core/rosbuild/public.cmake:113 (message):

Failed to invoke rospack to get compile flags for package 'rgbdslam'. Look above for errors from rospack itself. Aborting. Please fix the broken dependency!

Call Stack (most recent call first): /opt/ros/diamondback/ros/core/rosbuild/public.cmake:183 (rosbuild_invoke_rospack)

CMakeLists.txt:31 (rosbuild_init)

-- Configuring incomplete, errors occurred!


How can I solve it? Thanks for your help.

2011-12-18 23:26:45 -0500 answered a question Rgbdslam how to build

Hi! Could you please tell how .bashrc generate. My /opt/ros/diamondback only have setup.bash, setup.sh and setup.zsh...

Thanks for your help!

2011-12-18 01:05:45 -0500 answered a question "sudo rosmake" permission denied problem

Sorry! I am a new to Ubuntu! Could you please describe in detail about how to solve the problem?

I want to execute RGBDSLAM http://www.ros.org/wiki/rgbdslam I've svn checked out "rgbdslam" and "hogman_minimal" packaged into my "/home/ting" directory. How can I made sure the ROS_PACKAGE_PATH included this my directory?

Thanks for you all.

2011-11-27 00:15:44 -0500 answered a question "sudo rosmake" permission denied problem

Dear Shark,

I have the same problem, too.

Could you please tell how to "made sure the ROS_PACKAGE_PATH included this new directory."?

I've svn checked out "rgbdslam" and "hogman_minimal" packaged into my "/home/user" directory.

How can I change ROS_PACKAGE_PATH?

I am a new in Linux. Thanks for your help.

2011-11-26 19:02:52 -0500 marked best answer Error when installing Diamondback on Ubuntu

That's the error you get if your download fails. I'd suggest you try again. If it doesn't work please edit your question to include your console output.

Using an invalid url I get that errors:

wget http://packages.ros.org/ros.keyinvalid -O - | sudo apt-key add - 
--2011-11-26 12:48:22--  http://packages.ros.org/ros.keyinvalid
Resolving packages.ros.org... 157.22.19.137
Connecting to packages.ros.org|157.22.19.137|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-11-26 12:48:22 ERROR 404: Not Found.
gpg: no valid OpenPGP data found.
2011-11-26 19:02:52 -0500 received badge  Scholar (source)
2011-11-26 19:02:43 -0500 answered a question Error when installing Diamondback on Ubuntu

I solve the problem. I typed lower-case o instead of capital case O before.@_@

2011-11-26 17:58:12 -0500 received badge  Supporter (source)
2011-11-25 22:53:56 -0500 received badge  Editor (source)
2011-11-25 22:53:14 -0500 asked a question Error when installing Diamondback on Ubuntu

Dear all, I follow the step in http://www.ros.org/wiki/diamondback/Installation/Ubuntu

When I want to Set up my keys, there is an error: " gpg: can't find available OpenPGP data " .

And the following steps can't work.

How can I solve the problem? Thanks