spawn a map in sdf [closed]

asked 2021-06-12 07:07:59 -0600

helloros gravatar image

hello everyone,

i have created a map in gazebo building, and safed the .config and .sdf in my workspace/worlds.

In my launch file i put the following: <arg name="world_name" value="$(find catkin_ws)/src/worlds/model.sdf"/>

everytime i launch it, i get the error that the following package was not found in <arg name="world_name" value="$(find catkin_ws)/src/worlds/model.sdf"/>: catkin_ws

i also sourced the workspace in my ~/-bashrc, but it doesn't work either way.

can someone please explain me, how i can spawn my self created map in gazebo?

Thanks

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by Ranjit Kathiriya
close date 2021-06-15 06:21:14.126616

Comments