You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the website has been updated to https://github.com/YDLIDAR/ydlidar_ros_driver. However when I forked your repository and update the url to : [email protected]/YDLIDAR/ydlidar_ros_driver.git, then cloned over my repository with this updated URL, it produces an error that says:
fatal: not a git repository (or any of the parent directories): .git
When trying to run your command of "roslaunch carto_mapper mapper.launch", it produce an error that says "Resource not found: ydlidar" which I believe is caused from the submodule update not having the proper URL.
Your help would be appreciated to know what the proper URL structure should be for this submodule
Thanks in advanced
The text was updated successfully, but these errors were encountered:
Yes, this is super old, and I won't be maintaining it.
The steps to fix this would roughly be as follows:
Remove the ydlidar submodule following the answer here
Add a new submodule for ydlidar executing git submodule add [email protected]:YDLIDAR/ydlidar_ros_driver.git
Since these are just directories, you might also simply delete the ydlidar directory from the repo, copy over the new ydlidar package and it should still build.
I know this form is really old but I am trying to use your lua code with my own x2 lidar project.
I've done some research and the git submodule update --init does not work with your current URL.
https://github.com/YDLIDAR/ydlidar/ no longer exists.
I believe the website has been updated to https://github.com/YDLIDAR/ydlidar_ros_driver. However when I forked your repository and update the url to : [email protected]/YDLIDAR/ydlidar_ros_driver.git, then cloned over my repository with this updated URL, it produces an error that says:
fatal: not a git repository (or any of the parent directories): .git
When trying to run your command of "roslaunch carto_mapper mapper.launch", it produce an error that says "Resource not found: ydlidar" which I believe is caused from the submodule update not having the proper URL.
Your help would be appreciated to know what the proper URL structure should be for this submodule
Thanks in advanced
The text was updated successfully, but these errors were encountered: