Kalman Filter - Local Computer

I am willing to run the simulation provided for Kalman Filter course in my local PC. My os is Ubuntu 18.04 and Ros distro is Melodic
I have downloaded the project files. But It is not working correctly. when I am trying to run roslaunch kalman_filter launch_auxiliary_nodes.launch, it is giving me errors like

[INFO] [1608330989.930892]: Loading model XML from file /home/marzan/kalman_ws/src/kalman_filter/models/brick_box_3x1x3/model.sdf
[INFO] [1608330989.932651]: Waiting for service /gazebo/spawn_sdf_model
Traceback (most recent call last):
  File "/home/marzan/kalman_ws/src/kalman_filter/scripts/teleport_service.py", line 18, in <module>
    rospy.wait_for_service('gazebo/set_model_state', timeout=5)
  File "/opt/ros/melodic/lib/python2.7/dist-packages/rospy/impl/tcpros_service.py", line 148, in wait_for_service
    raise ROSException("timeout exceeded while waiting for service %s"%resolved_name)
rospy.exceptions.ROSException: timeout exceeded while waiting for service /gazebo/set_model_state
[teleport_service_node-3] process has died [pid 11235, exit code 1, cmd /home/marzan/kalman_ws/src/kalman_filter/scripts/teleport_service.py __name:=teleport_service_node __log:=/home/marzan/.ros/log/77671728-4181-11eb-a23e-780cb83aac64/teleport_service_node-3.log].
log file: /home/marzan/.ros/log/77671728-4181-11eb-a23e-780cb83aac64/teleport_service_node-3*.log

When I have checked rostopic list, I have found some topics are publishing here. I am really confused about the necessary steps to overcome this situation. It would be really helpful for me if someone suggest me about the necessary steps.

Hi,

Turtlebot simulations is quite messy to install locally I’m affraid, ist a robot that is used a lot but had very little to no support and code cleaning.

I woudl suggest to Cretae a ROSject and install it there, it will be much easier because all the dependencies will be there already.
You can also try to download the melodic branch we have fro turtlebot:

git clone https://bitbucket.org/theconstructcore/turtlebot.git
cd turtlebot; git checkout kinetic-gazebo9