2022-09-05 06:36:53 -0500 | received badge | ● Taxonomist |
2016-03-20 14:16:27 -0500 | commented question | Different Visualization in Gui and ImageView The issue is that camera visualization does not take into consideration additional lighting effects. I observed this in my world where despite changing the scene lights, and adding fog, the camera still shows the unaltered world. |
2014-07-15 02:15:32 -0500 | received badge | ● Famous Question (source) |
2014-07-15 02:15:32 -0500 | received badge | ● Notable Question (source) |
2014-07-03 15:11:13 -0500 | received badge | ● Notable Question (source) |
2014-07-03 15:11:13 -0500 | received badge | ● Famous Question (source) |
2014-07-03 15:11:13 -0500 | received badge | ● Popular Question (source) |
2014-06-22 05:33:05 -0500 | received badge | ● Popular Question (source) |
2014-06-05 15:13:11 -0500 | asked a question | Problems in simulating a tracked vehicle and spawning the model Hi, I am making a tread drive in which I am simulating the motion of a track as composed of:
I am facing the following problems:
Also, I know that I can remove the computation by reducing the visual size of the straight parts of the link, but first I want to focus on making the track function properly. Part of code can be found on pastebin here, however, for the whole set of models, visit the bitbucket repo here I have seen the following links, but they weren't particularly helpful beyond what I had already deduced Thanks |
2014-06-05 11:38:01 -0500 | commented question | Preplexing exception in case of sonar sensor Hi, sorry for not including the following information: To reproduce the error, simply include the model into another model by using the meta-tag of <include>. It has worked for me, so far. |
2014-06-01 06:05:16 -0500 | asked a question | Preplexing exception in case of sonar sensor Hi, I inserted a sonar sensor in a sdf file to mimic the ultrasonic range sensors. The file can be found here on PasteBin. I have found out that if I comment the Exception [msgs.cc:448] Invalid geometry element terminate called after throwing an instance of 'gazebo::common::Exception' Any suggestions? And yes the sensor type is sonar but I am not getting sonar related data in any other way, except by making the sensor type sonar I use Gazebo v2.2, sdf v1.4 on Ubuntu 12.04 |