-
Notifications
You must be signed in to change notification settings - Fork 179
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
Running on ROS2 humble fails due to pointcloud.ply not being found #21
Comments
When I build using this command, the following error appears. Is this the same problem?
|
Hello @NobleFlower, I think it is not the same problem. I have built it following instructions on https://drive.google.com/file/d/1a01RSrPFan9SV2g2BFP_8GGtnamAdGIc/view for ros2, and for me it works. |
@altineller Thanks for your patient. I found that this error was because my computer had insufficient computing power and there was a problem with the compilation process. When I compile on a computer with higher specs (i7 CPU), it no longer throws an error. |
running on humble fails due to ./install/vehicle_simulator/share/vehicle_simulator/mesh/garage/preview/pointcloud.ply not being found.
it also causes gazebo not to spawn the robot correctly.
the command
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
to build it does not copy the mesh directories contents to inside of install directory.once the files were manually copied, the problem went away.
The text was updated successfully, but these errors were encountered: