I recently struggled with this as well, according to https://rapier.rs/docs/user_guides/bevy_plugin/colliders#active-collision-types, you have to explicitly enable collisions between specific types of rigid bodies and colliders. Check the documentation of ActiveCollisionTypes to see which flags you need.