Was Gazebo started with GazeboRosFactory? error when launching urdf file
I'm trying to spawn my robot in Gazebo by using the following command:
ros2 run gazebo_ros spawn_entity.py -entity myentity -x 0 -y 0 -z 0 -file WorkSpace/src/urdf_screencast/urdf/urdf_screencast.urdf
In this command, I substituted WorkSpace with the path to the ROS workspace. When I execute this command, after waiting for the service /spawn_entity, it appears to have the error that gives the name to this post.