-
Notifications
You must be signed in to change notification settings - Fork 71
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
some missing dependencies #3
Comments
sudo apt-get install ros-melodic-gmapping |
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) 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. Couple of Warn comments |
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) 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 |
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) 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 |
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!
The text was updated successfully, but these errors were encountered: