Copying STL files to gazebo_worlds
Hi all
How do I copy a file into gazebo_worlds, currently I am trying the following command
$ cp table.stl rospack find gazebo_worlds
/Media/models/
but I get returned the message
cp: cannot create regular file `/opt/ros/diamondback/stacks/simulator_gazebo/gazebo_worlds/Media/models/table.stl : Permission denied
I understand that I am not able to change the gazebo folders. Is there a way around this? Thanks in advance