Hello Jack Lu,
you can use this tutorial to set it up on your Turtlebot2:
SetupOnYourRobot
Take a look on a 2.1 since your L515 sensor is producing depth data similar like Kinect camera.
Wheel odometry can be used as well.
Additionally you can select which data you want to use to build the 2D map by setting this parameter:
<param name="Grid/FromDepth" type="string" value="false"/>
If set to false, a 2D Lidar is going to be used to build the 2D map.
Regards