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

Error in using command of follow demo

asked 2020-06-10 00:43:27 -0500

irsyad gravatar image

updated 2020-06-10 01:14:17 -0500

gvdhoorn gravatar image

someone can you give me the solutions in this problem , this occur when i run roslaunch turtlebot3_follow_filter turtlebot3_follow_filter.launch ?

ResourceNotFound(name, ros_paths=self._ros_paths)
ResourceNotFound: turtlebot3_bringup
ROS path [0]=/opt/ros/kinetic/share/ros
ROS path [1]=/home/icad/catkin_ws/src
ROS path [2]=/opt/ros/kinetic/share

then it continue to give an error in the next command ( roslaunch turtlebot3_follower turtlebot3_follower.launch )

ImportError: No module named sklearn.ensemble.forest
[follower-1] process has died [pid 11560, exit code 1, cmd /home/icad/catkin_ws/src/turtlebot3_applications/turtlebot3_follower/nodes/follower __name:=follower __log:=/home/icad/.ros/log/21be3128-aada-11ea-9188-283a4d2fefa7/follower-1.log].
log file: /home/icad/.ros/log/21be3128-aada-11ea-9188-283a4d2fefa7/follower-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
... shutting down processing monitor complete

please2 help me to finish my final year project

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-06-10 03:10:04 -0500

ahcorde gravatar image

Hello,

I see two different errors:

  • ROS is not able to find the turtlebot3_bringup package.

    • Did you install turtlebot3_bringup in your system ? if not try to run sudo apt-get install ros-kinetic-turtlebot3_bringup
    • Did you compile from sources? If this is the case compile the turtlebot3_bringup package
  • The error in the first line is related to Python: ImportError: No module named sklearn.ensemble.forest

    • You need to install sklearn in your system. Run the command sudo apt-get install python-sklearn
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-06-10 00:43:27 -0500

Seen: 173 times

Last updated: Jun 10 '20