2018-08-24 10:10:37 -0500 | received badge | ● Famous Question (source) |
2018-08-14 03:44:38 -0500 | received badge | ● Notable Question (source) |
2018-08-07 03:59:36 -0500 | commented answer | Clouds from screen is not visible in camera image Thank you very much for the input :-) I think the test case the other guys found is a bit easier to work with and also s |
2018-08-07 03:51:07 -0500 | received badge | ● Popular Question (source) |
2018-08-06 09:02:19 -0500 | answered a question | Create new actor skin with blender The actor is intended to work for Gazebo 8 and forward, so this might be the problem you are encountering: http://gazebo |
2018-08-06 08:56:31 -0500 | answered a question | Insert sdf at coordinates You should be able to add a model in your world file, with code similar to this: <world> ... <include> |
2018-08-06 08:45:35 -0500 | asked a question | Clouds from screen is not visible in camera image Clouds from screen is not visible in camera image I am trying to model a camera sensor in Gazebo and pass the image to R |
2018-07-10 16:31:58 -0500 | received badge | ● Famous Question (source) |
2018-06-14 06:58:57 -0500 | commented answer | Actor and LiDAR sensor problems I have added an issu on the gazebo bitbucket page: https://bitbucket.org/osrf/gazebo/issues/2482/actor-and-lidar-sensor- |
2018-06-08 01:32:29 -0500 | received badge | ● Notable Question (source) |
2018-06-07 12:01:14 -0500 | received badge | ● Popular Question (source) |
2018-06-06 06:52:37 -0500 | asked a question | Actor and LiDAR sensor problems Actor and LiDAR sensor problems I have been trying to experiment with the actors to create a scripted animation. My goa |
2018-06-06 06:52:03 -0500 | asked a question | Actor and LiDAR sensor problems Actor and LiDAR sensor problems I have been trying to experiment with the actors to create a scripted animation. My goa |
2018-06-06 06:51:31 -0500 | asked a question | Actor and LiDAR sensor problems Actor and LiDAR sensor problems I have been trying to experiment with the actors to create a scripted animation. My goa |
2018-06-06 05:56:21 -0500 | received badge | ● Famous Question (source) |
2018-05-12 10:30:36 -0500 | commented answer | Loading 3D models of tree's and plants into gazebo There is a number of tools to create plants. But you can just use blender to create models or search the internet: https |
2018-05-11 10:52:59 -0500 | received badge | ● Notable Question (source) |
2018-05-11 10:49:04 -0500 | received badge | ● Nice Question (source) |
2018-05-10 15:18:13 -0500 | received badge | ● Popular Question (source) |
2018-05-09 09:10:03 -0500 | asked a question | Loading 3D models of tree's and plants into gazebo Loading 3D models of tree's and plants into gazebo I have been trying for some time to load models of tree's and other p |
2018-01-22 10:36:10 -0500 | received badge | ● Famous Question (source) |
2017-03-09 10:23:04 -0500 | received badge | ● Famous Question (source) |
2017-03-09 10:23:04 -0500 | received badge | ● Notable Question (source) |
2017-03-09 10:23:04 -0500 | received badge | ● Popular Question (source) |
2016-08-29 03:10:47 -0500 | received badge | ● Notable Question (source) |
2016-08-29 03:10:47 -0500 | received badge | ● Popular Question (source) |
2016-08-24 12:04:08 -0500 | received badge | ● Student (source) |
2016-08-24 10:48:23 -0500 | received badge | ● Organizer (source) |
2016-08-24 10:45:35 -0500 | asked a question | create randomized plane structure When I create a ground plane, one can see where the image is repeated:
My setup if the following: soil.material |
2016-08-24 10:32:30 -0500 | received badge | ● Necromancer (source) |
2016-08-24 10:09:42 -0500 | answered a question | how can i import grass plane into Insert tab in gazebo? Use a tool like plantstudio to generate plants: http://www.kurtz-fernhout.com/PlantSt... The tool can be run using wine on many linux distroes. The tool is able to generate plants CAD models with the aspects you want. Use blender og meshlab to convert the CAD models from plantstudio into *.dae. Other tools that can be used are: http://vterrain.org/Plants/plantsw.html |
2016-08-24 05:14:49 -0500 | received badge | ● Scholar (source) |
2016-08-24 05:11:34 -0500 | received badge | ● Enthusiast |
2016-08-23 06:30:56 -0500 | asked a question | How to change transparency/visibility of visual using gazeboRos modelplugin I am trying to change the transparency of the cones in the attached picture online First some system info:
I have tested with both Gazobo 7 and Gazobo 5, to determine if this was a version problem, but the problem remains the same. I made a plugin for ROS to change the transparancy, but it does not seem to have any affect on the chosen visual in gazebo. I think I am either not publishing the msgs::Visual message correctly or connection incorrectly to ("~/visual"); But I have not found a way to verify what is actually going wrong. I have tried to implement similar solution to the code in : HaptixWorldPlugin FootballDemoPlugin whitout any succes for both cases. The main difference is that I am also using ROS and therefore using a differrent type of gazebo plugin. I hope I can get some hints on what I am doing wrong :-\ |
2016-08-15 14:27:43 -0500 | received badge | ● Famous Question (source) |
2016-08-03 12:18:01 -0500 | received badge | ● Self-Learner (source) |
2016-08-03 12:18:01 -0500 | received badge | ● Teacher (source) |
2016-08-03 12:17:13 -0500 | received badge | ● Notable Question (source) |
2016-08-03 10:51:42 -0500 | answered a question | Loading in CAD model with colors I found a solution to my problem.
basicly I converted my *.step files into *.obj files using solidworks or CAD exchanger.
I am not sure if any other program is able to do this first step.
Then I loaded the obj file into blender 2.7 and made the correction in terms of scale and export to *.dae.
The result can be seen below:
So the trick to get from *.step to *.dae with colors was the obj trick: xx.step -> (xx.obj, xx.mtl) -> xx.dae. |
2016-08-03 10:43:03 -0500 | commented answer | Loading in CAD model with colors Yes I get that now :-( I just found a solution 4 minutes ago. Will post a guide in a moment or two. |
2016-08-03 10:40:44 -0500 | edited question | Loading in CAD model with colors I have been trying to get a CAD *.step file converted to collada *.dae and to get shown in Gazebo with correct colors. I all cases it seems that I only get the grey uncolored version, when Gazebo loads the dae file. I am current using ROS indigo with the standard Gazebo distribution that is part of this release. In MeshLab I am able to see the colors correctly in the exported *.dae models:
I have also been attempting to convert using FreeCad, Rhinoceros, Blender, Solidworks. But I still ended up unable to display the colors from the step file. The way I include into gazebo the *.dae is the following: Is there some method or program I can use, to convert my *step files into *.dae, to ensure gazebo is able to read the colors and display them correctly ? I have been looking trough the guides but have not bee able to find an answer to this problem. Re-coloring all components individually via sdf files, with just to much trouble, so I am looking for a better option. |
2016-08-03 00:18:26 -0500 | received badge | ● Popular Question (source) |
2016-08-02 15:47:32 -0500 | commented answer | Loading in CAD model with colors I upgraded to ROS jade and the std Gazebo 5 in ubuntu 14.04, but the result seems to be the same. Basically I think I am doing something wrong when I do the conversion into dae, but I have been unable to find a good guide that explain the color part. |
2016-08-02 15:46:35 -0500 | received badge | ● Editor (source) |