2014-12-03 16:03:27 -0600 | received badge | ● Student (source) |
2014-10-20 12:03:44 -0600 | received badge | ● Famous Question (source) |
2014-09-05 09:10:58 -0600 | received badge | ● Popular Question (source) |
2014-09-05 09:10:58 -0600 | received badge | ● Notable Question (source) |
2014-06-25 19:41:31 -0600 | received badge | ● Teacher (source) |
2014-06-25 19:41:31 -0600 | received badge | ● Self-Learner (source) |
2014-06-24 15:07:18 -0600 | answered a question | How to use a custom mesh in .world file Sorry guys, answered my own question. I only needed the line to be
and have the file inside my /worlds folder with my .world xml Thanks. Don't worry there will be plenty of other stupid questions to answer! |
2014-06-24 14:55:02 -0600 | received badge | ● Editor (source) |
2014-06-24 14:54:06 -0600 | asked a question | How to use a custom mesh in .world file Hi all, This is low level, as I am a noob at Gazebo and ROS. I follow the custom world build tutorial http://gazebosim.org/wiki/Tutorials/1.9/UsingroslaunchFilestoSpawn_Models just fine and create a gas station but I want to sub in a custom mesh. The mesh was created in MeshLab from a .stl and I exported it as a .dae file to the /models folder in my gazebo package. The code is below for the world file, I simply replaced
with
but I'm not sure if this is the right format or if the file needs to be in a different folder for it to be scene. Perhaps I need to modify my package.xml or CMakeLists.txt or source something to recognize it. The full file is below along with the error produced when I run
from my package path The error: Any and all help is appreciated. Kinda need to spell it out for me. Thanks for your time, guys. |