-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Checklist
- I've read the contribution guidelines.
- I've searched other issues and no duplicate issues were found.
- I'm convinced that this is not my fault but a bug.
Description
Hi,
I found an issue while running the basic planning simulator (source installed). For some reason it failed with the below error.
1740438912.5269794 [ERROR] [launch_ros.actions.load_composable_nodes]: Failed to load node 'occupancy_grid_map_node' of type 'autoware::occupancy_grid_map::LaserscanBasedOccupancyGridMapNode' in container 'pointcloud_container': Component constructor threw an exception: cudaErrorNoDevice (100)@/home/saidev/autoware/install/autoware_cuda_utils/include/autoware/cuda_utils/cuda_unique_ptr.hpp#L43: no CUDA-capable device is detected
1740438912.5519762 [component_container_mt-1] [ERROR] [1740438912.520161410] [pointcloud_container]: Component constructor threw an exception: cudaErrorNoDevice (100)@/home/saidev/autoware/install/autoware_cuda_utils/include/autoware/cuda_utils/cuda_unique_ptr.hpp#L43: no CUDA-capable device is detected
I have set the initial and Goal pose, but the path is not being created and when I checked the logs found this issue. Posted about it on Discord and was directed to create this issue.
Expected behavior
The simple planning simulator is supposed to run without CUDA or a GPU so this is a problem with Autoware.
Actual behavior
Planning simulator failing with no CUDA error
Steps to reproduce
- Once the source installation and build are successful. Start the planning simulator.
- Set the Start and Goal pose
- check for the planned map to be generated (expected)
Versions
I am running it on the main branch
Possible causes
I am working on VMware workstation pro, and it cannot access the GPU on my windows system. This can be cause issues in future (Any suggestion here would be great on how to work it out). But for now my understanding is that planning simulator doesnt need CUDA or GPU
Additional context
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status