-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing dvo #1
Comments
Which version of ROS are you using? have you installed the ros-fuerte-visualization package? |
Hi!. I do the compilation, and get this: mkdir -p bin load_module did not return. Unable to determine dependencies for file listed above. Traceback (most recent call last): -- Configuring incomplete, errors occurred! |
I have the same ROS version. The error seems to be "rospkg.common.ResourceNotFound: catkin", but dvo_ros does not depend on catkin, something seems to be misconfigured |
I am installing in a new distribution of ubuntu (ros fuerte 1.8.11) and i have the this result: #git clone -b fuerte git://github.com/tum-vision/dvo.git [ rosmake ] rosmake starting... |
is dvo now in your $ROS_PACKAGE_PATH? |
Hi, my ROS_PACKAGE_PATH, now have the directory of /root/ros_workspace/dvo (had not before) export | grep ROS: declare -x ROSLISP_PACKAGE_DIRECTORY="/opt/ros/fuerte/share/common-lisp/ros" But i have this result, having to compilation: http://pastebin.com/raw.php?i=vX4X0HgD A problem with the boost? Thx!. |
can you try to add a rosbuild_link_boost(${PROJECT_NAME} signals) entry to the dvo_ros CMakeLists.txt (in general this should not be required) |
I add this: and get this: [rosmake-2] Starting >>> pcl_ros [ make ] -- Configuring incomplete, errors occurred! I think I have to change the "${PROJECT_NAME} thread" for something else ...but. |
can you replace rosbuild_link_boost(${PROJECT_NAME} thread) with rosbuild_link_boost(benchmark signals) ? |
Occurred: |
strange, can you please show me your dvo_benchmark/CMakeLists.txt? did you add the line after rosbuild_add_executable(benchmark ? if not you should change this |
Hi, good! rosbuild_add_boost_directories() And finally compiled!. Thxs. |
can we close this ticket? |
Hello!.
I am installing this package, but have problems in his build.
I do:
roscore
roscd
git clone -b fuerte git://github.com/tum-vision/dvo.git
rosmake dvo_core dvo_ros dvo_benchmark
But i get this:
{-------------------------------------------------------------------------------
mkdir -p bin
cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=
rospack find rosbuild
/rostoolchain.cmake ..[rosbuild] Building package dvo_ros
Failed to invoke /opt/ros/fuerte/bin/rospack deps-manifests dvo_ros
[rospack] Error: package/stack dvo_ros depends on non-existent package interactive_markers
CMake Error at /opt/ros/fuerte/share/ros/core/rosbuild/public.cmake:129 (message):
Call Stack (most recent call first):
/opt/ros/fuerte/share/ros/core/rosbuild/public.cmake:203 (rosbuild_invoke_rospack)
CMakeLists.txt:12 (rosbuild_init)
-- Configuring incomplete, errors occurred!
-------------------------------------------------------------------------------}
How to install the package interactive_markers?
Regards.
The text was updated successfully, but these errors were encountered: