2020-08-25 20:08:27 -0500 | received badge | ● Nice Answer (source) |
2018-01-30 00:49:30 -0500 | answered a question | URDF models inertia value seems so big ! Yes, those inertia values are huge. To give you a sense of magnitude, these are the inertia values of a cylinder with a |
2017-12-03 21:10:52 -0500 | edited answer | How does gazebo load a urdf file WITHOUT Ros? You can use the command line. Here a MWE: # Download the URDF and convert it to SDF $ wget https://gist.githubuserconte |
2017-11-30 21:53:08 -0500 | answered a question | How does gazebo load a urdf file WITHOUT Ros? You can use the command line. Here a MWE: # Download the URDF and convert it to SDF $ wget https://gist.githubuserconte |
2017-07-11 20:01:25 -0500 | commented question | Will gazebo run on an Nvidia geforce 1050ti GPU ? Have you tested gazebo on your 1050 Ti card? |
2017-05-01 01:17:33 -0500 | received badge | ● Favorite Question (source) |
2016-11-02 05:31:49 -0500 | received badge | ● Nice Question (source) |
2016-01-11 07:33:35 -0500 | received badge | ● Taxonomist |
2014-07-05 10:14:08 -0500 | answered a question | Is the hector_gazebo_plugins plugin built-in or do I build it myself? You may as well install the compiled one with:
What are you using for your robot model? Hope this helps |
2014-06-05 08:52:14 -0500 | commented question | <sensor> elements in .urdf disappearing when converting to .sdf Hi @arocchi, did you solve it? |
2014-06-05 08:50:21 -0500 | commented answer | <sensor> elements in .urdf disappearing when converting to .sdf Hi @nkoenig, It doesn't work. I think is a problem with the sensor tag within a joint because if I put only |
2014-05-22 12:25:58 -0500 | received badge | ● Necromancer (source) |
2014-05-22 01:21:13 -0500 | answered a question | maze world with a mobile robot Here you can find 2 mazes. In Testing the installation better execute this command: The idea behind this implementation is to have a custom world file and a custom model. Check the repository files and you will see the needed parts for you application. |
2014-05-21 03:13:08 -0500 | answered a question | gps sensor in gazebo 1.9 You can include it in the URDF model of your robot using the Here you can find a working example. |
2014-05-21 02:46:18 -0500 | commented answer | gps sensor in gazebo 1.9 You should update (edit) the original question instead of posting answers |
2014-05-06 18:45:50 -0500 | received badge | ● Teacher (source) |
2014-05-06 03:06:43 -0500 | answered a question | RFIDSensor Implementation It seems that there isn't a plugin to interface In any case, it may be fairly easy to implement such plugin. Take as example the Just in case here you can find the list of gazebo sensors and in this wiki you can find the list of gazebo-ros plugins. |
2014-04-12 10:42:47 -0500 | answered a question | Controlling an omnidirectional robot (like pr2) in ROS Hydro- Gazebo 1.9 I think you are looking for a Skid Steering Drive. Check labrob.urdf.xacro for a simple example. Hope this helps. |
2014-01-13 23:25:20 -0500 | received badge | ● Famous Question (source) |
2013-10-11 03:26:46 -0500 | received badge | ● Notable Question (source) |
2013-09-19 11:02:00 -0500 | received badge | ● Scholar (source) |
2013-09-19 10:57:07 -0500 | commented answer | <gripper> tag (gazebo::physics::Gripper) doesn't create the fixed joint between the gripper and the object within it Thanks Nate! That works, although it takes a while (~ 5 sec.) to attach and detach the object. I guess it's a matter of playing with the |
2013-09-19 10:48:03 -0500 | received badge | ● Popular Question (source) |
2013-09-16 02:38:15 -0500 | received badge | ● Student (source) |
2013-09-13 12:59:53 -0500 | received badge | ● Editor (source) |
2013-09-13 12:59:23 -0500 | asked a question | <gripper> tag (gazebo::physics::Gripper) doesn't create the fixed joint between the gripper and the object within it I have been trying to use the I have checked the corresponding code and it's loaded properly. The problem is that the Gripper::OnContact function is never called, therefore the fixed joint between the gripper and the object within the gripper will never be created. The contacts do exist as can be seen in the figure. Additionally when I use a Has somebody run with the same problem? I'm working with gazebo-1.9.1, ros-groovy and gazebo_ros_pkg |
2013-07-02 13:48:35 -0500 | answered a question | DRCsim Atlas robot inverse kinematics Maybe late for some people but the solution We used for the VRC Qualifications can be found in this repository: https://bitbucket.org/fsuarez6/atlas-arm-manipulation
|
2013-06-15 10:18:04 -0500 | answered a question | Inverse kinematics for Atlas Arm? I have tried the However I can recommend you the For the I think this tutorial will be a good starting point for you. After that, you may want to continue with the rest of the You may think that this alternative is complex if you only want the inverse kinematics but I think it is worth the shot. Hope this help |