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

node not found

asked 2014-06-13 05:03:24 -0500

Rahndall gravatar image

updated 2014-06-13 09:08:35 -0500

Dear Ros-users, I downloaded package youbot_navigation for ros-hydro. I compiled it with catkin_make without error but when I try to run the lowpass_filter get ERROR: cannot launch node of type [youbot_navigation_common/lowpass_filter]: can't locate node [lowpass_filter] in package [youbot_navigation_common] even if the node is correctly compiled with catkin_make:
[ 15%] Built target lowpass_filter

the launch file is: roslaunch youbot_navigation_local move_base_local.launch

The complete output of catkin_make is:

raffaele@raffaele:~/ros/hydro_node/catkin_ws$ catkin_make Base path: /home/raffaele/ros/hydro_node/catkin_ws Source space: /home/raffaele/ros/hydro_node/catkin_ws/src Build space: /home/raffaele/ros/hydro_node/catkin_ws/build Devel space: /home/raffaele/ros/hydro_node/catkin_ws/devel Install space: /home/raffaele/ros/hydro_node/catkin_ws/install

Running command: "make cmake_check_build_system" in "/home/raffaele/ros/hydro_node/catkin_ws/build" Running command: "make -j6 -l6" in "/home/raffaele/ros/hydro_node/catkin_ws/build" [ 0%] [ 0%] Built target std_msgs_generate_messages_cpp Built target std_msgs_generate_messages_lisp [ 0%] Built target std_msgs_generate_messages_py [ 7%] [ 23%] Built target listener Built target beginner_tutorials_generate_messages_lisp [ 30%] Built target lowpass_filter [ 46%] Built target beginner_tutorials_generate_messages_cpp [ 76%] Built target beginner_tutorials_generate_messages_py [ 76%] Built target beginner_tutorials_gencpp [ 76%] Built target beginner_tutorials_generate_messages [ 84%] Built target talker [ 92%] Built target add_two_ints_server [100%] Built target add_two_ints_client raffaele@raffaele:~/ros/hydro_node/catkin_ws$

Thank you!

edit retag flag offensive close merge delete

Comments

Hi Rahndall, can you edit your post to give us the complete output of catkin_make? And which launch command are you using?

al-dev gravatar image al-dev  ( 2014-06-13 07:35:12 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
3

answered 2014-06-13 08:59:14 -0500

Hamid Didari gravatar image

updated 2014-06-13 08:59:45 -0500

HI

try

# In your catkin workspace
$ cd ~/catkin_ws
$ source ./devel/setup.bash

and then run your program.

edit flag offensive delete link more
1

answered 2014-06-17 06:10:16 -0500

Rahndall gravatar image

It works :) Thank you!

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-06-13 05:03:24 -0500

Seen: 2,383 times

Last updated: Jun 17 '14