2016-06-03 10:58:39 -0500 | received badge | ● Famous Question (source) |
2016-02-26 04:54:37 -0500 | received badge | ● Taxonomist |
2015-06-13 17:35:21 -0500 | received badge | ● Notable Question (source) |
2015-05-25 04:35:27 -0500 | received badge | ● Popular Question (source) |
2014-11-18 12:31:45 -0500 | received badge | ● Supporter (source) |
2014-10-09 04:27:43 -0500 | commented answer | Is it possible to manage collision scene (selective collision) To better explain my question i will rephrase. In other dynamic simulation tools you can activate/deactivate contact between any two bodies in the world. (e.g I want to a activate contact between sprocket and tracks for tracked vehicle so it is a selective contact within the same model. or to choose some parts of the model to collide with specific other bodies in the environment and invisible in the same time to anything else). does this feature exist in gazebo ? Thank you Nate :) |
2014-10-03 09:03:37 -0500 | asked a question | Is it possible to manage collision scene (selective collision) Hi everyone, I'm building a robot using a sophisticated imported STL mesh. The multibody model assembly in gazebo might have some interferences. So I would like to deactivate the collision between those body parts while keeping the collision with the environment. Any suggestion or insight for this problem ??? |
2014-09-19 17:41:25 -0500 | received badge | ● Famous Question (source) |
2014-09-03 11:28:39 -0500 | received badge | ● Notable Question (source) |
2014-09-03 05:56:58 -0500 | commented answer | Creating N links using a For Loop in Xacro Thank you scpeters, i'm not familiar with ruby but it seems to be an efficient turnaround solution and merits the effort. |
2014-09-03 05:51:00 -0500 | commented answer | Creating N links using a For Loop in Xacro I need to model a vehicle with infinite number of contact points (straight line) on each side of the vehicle. xacro's capability of a single line per wheel is nice but i don't think it will be efficient enough for creating hundreds of wheels. |
2014-09-03 05:44:01 -0500 | received badge | ● Scholar (source) |
2014-09-03 05:41:34 -0500 | received badge | ● Popular Question (source) |
2014-08-28 12:21:13 -0500 | commented question | Collision management and ODE parameters I need to manage the collision scene as well. have you found a solution for this problem? |
2014-08-20 06:51:31 -0500 | received badge | ● Editor (source) |
2014-08-20 05:00:02 -0500 | asked a question | Creating N links using a For Loop in Xacro I wonder if it is possible to construct a for loop to build N wheels sub-assemblies for a mobile robot in a xacro.urdf file. I have already created an URDF using Xacro for the mobile robot and the wheel sub-assembly but I need to generate N wheels on each side of the mobile robot. Any ideas, turnarounds or out-of-the-box solutions? Thanks, |