Open elgarbe opened 3 years ago
sudo apt-get install ros-melodic-gmapping and pip install scikit-learn works for me. I can confirm that it's working ok on my side.
ERROR: cannot launch node of type [ros_autonomous_slam/global_rrt_detector]: Cannot locate node of type [global_rrt_detector] in package [ros_autonomous_slam]. Make sure file exists in package path and permission is set to executable (chmod +x) ERROR: cannot launch node of type [ros_autonomous_slam/local_rrt_detector]: Cannot locate node of type [local_rrt_detector] in package [ros_autonomous_slam]. Make sure file exists in package path and permission is set to executable (chmod +x)
How to solve this?
[ WARN] [1620641497.891926424, 35.798000000]: Timed out waiting for transform from base_footprint to map to become available before running costmap, tf error: canTransform: target_frame map does not exist.. canTransform returned after 35.798 timeout was 0.1. [ INFO] [1620641497.938453916, 35.806000000]: Laser is mounted upwards. -maxUrange 3 -maxUrange 3.49 -sigma 0.05 -kernelSize 1 -lstep 0.05 -lobsGain 3 -astep 0.05 -srr 0.1 -srt 0.2 -str 0.1 -stt 0.2 -linearUpdate 1 -angularUpdate 0.2 -resampleThreshold 0.5 -xmin -10 -xmax 10 -ymin -10 -ymax 10 -delta 0.05 -particles 100 [ INFO] [1620641497.940647469, 35.806000000]: Initialization complete update frame 0 update ld=0 ad=0 Laser Pose= -2.06358 0.500013 -3.14146 m_count 0 Registering First Scan [ WARN] [1620641498.210832068, 35.901000000]: global_costmap: Parameter "plugins" not provided, loading pre-Hydro parameters [ INFO] [1620641498.255408556, 35.916000000]: global_costmap: Using plugin "static_layer" [ INFO] [1620641498.280432484, 35.923000000]: Requesting the map... [ INFO] [1620641498.575116678, 36.026000000]: Resizing costmap to 384 X 384 at 0.050000 m/pix [ INFO] [1620641498.864691587, 36.126000000]: Received a 384 X 384 map at 0.050000 m/pix [ INFO] [1620641498.868635113, 36.126000000]: global_costmap: Using plugin "obstacle_layer" [ INFO] [1620641498.871607827, 36.126000000]: Subscribed to Topics: scan [ INFO] [1620641498.924470050, 36.132000000]: global_costmap: Using plugin "inflation_layer" [ WARN] [1620641499.051403516, 36.164000000]: local_costmap: Parameter "plugins" not provided, loading pre-Hydro parameters [ INFO] [1620641499.123692305, 36.176000000]: local_costmap: Using plugin "obstacle_layer"
Couple of Warn comments
ERROR: cannot launch node of type [ros_autonomous_slam/global_rrt_detector]: Cannot locate node of type [global_rrt_detector] in package [ros_autonomous_slam]. Make sure file exists in package path and permission is set to executable (chmod +x) ERROR: cannot launch node of type [ros_autonomous_slam/local_rrt_detector]: Cannot locate node of type [local_rrt_detector] in package [ros_autonomous_slam]. Make sure file exists in package path and permission is set to executable (chmod +x)
How to solve this?
Did you solve this problem?
ERROR: cannot launch node of type [ros_autonomous_slam/global_rrt_detector]: Cannot locate node of type [global_rrt_detector] in package [ros_autonomous_slam]. Make sure file exists in package path and permission is set to executable (chmod +x) ERROR: cannot launch node of type [ros_autonomous_slam/local_rrt_detector]: Cannot locate node of type [local_rrt_detector] in package [ros_autonomous_slam]. Make sure file exists in package path and permission is set to executable (chmod +x) RLException: unable to launch [/home/osboxes/catkin_ws/src/ros_autonomous_slam/scripts/filter.py name:=filter log:=/home/osboxes/.ros/log/f3be0c86-e8cb-11eb-9bba-13c2280d4b10/filter-7.log]: Permission denied The traceback for the exception was written to the log file
facing the same issue, those two files "global_rrt_detector", "local_rrt_detector" are not found in the mentioned directory, furthermore the shebang for the scripts provided with the env probably I hope the developer used the virtual environment for building this i am not sure i may be wrong i just removed the shebang in the python scripts iam using ros neotic
Package 'ros_autonomous_slam' not found: "package 'ros_autonomous_slam' not found, searching: ['/opt/ros/foxy']"
ERROR: cannot launch node of type [ros_autonomous_slam/global_rrt_detector]: Cannot locate node of type [global_rrt_detector] in package [ros_autonomous_slam]. Make sure file exists in package path and permission is set to executable (chmod +x) ERROR: cannot launch node of type [ros_autonomous_slam/local_rrt_detector]: Cannot locate node of type [local_rrt_detector] in package [ros_autonomous_slam]. Make sure file exists in package path and permission is set to executable (chmod +x)
Have you guys solve this problem ? as I am facing it on ROS Noetic
ERROR: cannot launch node of type [ros_autonomous_slam/global_rrt_detector]: Cannot locate node of type [global_rrt_detector] in package [ros_autonomous_slam]. Make sure file exists in package path and permission is set to executable (chmod +x) ERROR: cannot launch node of type [ros_autonomous_slam/local_rrt_detector]: Cannot locate node of type [local_rrt_detector] in package [ros_autonomous_slam]. Make sure file exists in package path and permission is set to executable (chmod +x)
Have you guys solve this problem ? as I am facing it on ROS Noetic
use ROS Melodic
I have to use ROS Noetic in my FYP and I need this SLAM technique to be added, as I have seen some people using ROS Noetic and they have managed to make it work, if anyone has a solution please show us how to solve it
I have to use ROS Noetic in my FYP and I need this SLAM technique to be added, as I have seen some people using ROS Noetic and they have managed to make it work, if anyone has a solution please show us how to solve it
This is just a 5 min game in ROS Melodic, Why you are using it. For ROS Neotic Turtlebot3 is not as available as for ROS Neotic according to my research
This is just a 5 min game in ROS Melodic, Why you are using it. For ROS Neotic Turtlebot3 is not as available as for ROS Neotic according to my research
I just want SLAM technique to generate a map of unknown environment, then I need to find a coverage path planning algorithm similar to vacuum robot in addition to octomap to absorb the reading of UVC light that goes out from the robot.
This is just a 5 min game in ROS Melodic, Why you are using it. For ROS Neotic Turtlebot3 is not as available as for ROS Neotic according to my research
I just want SLAM technique to generate a map of unknown environment, then I need to find a coverage path planning algorithm similar to vacuum robot in addition to octomap to absorb the reading of UVC light that goes out from the robot.
I personally did work on SLAM, map generation, and all that in ROS Melodic. There are some packages that are only available for ROS Melodic. You can achieve your goals in ROS Melodic without any error. One thinks Melodic has a more extensive community than Noetic. So I will recommend you to work in Melodic. I will help you In world creation, map-generating, SLAM and navigation my Whatsapp is +1 (218) 219-8763
I've started with a fresh ubuntu 18 - ros melodic and follow your steps. When I launch: roslaunch ros_autonomous_slam autonomous_explorer.launch I get:
So I think I need gmapping and sklearn. What would it be the best way to install them?
Thank!