2023-04-06 09:11:20 -0500 | received badge | ● Famous Question (source) |
2019-12-13 03:08:51 -0500 | received badge | ● Notable Question (source) |
2019-12-13 03:08:51 -0500 | received badge | ● Famous Question (source) |
2019-12-13 03:08:51 -0500 | received badge | ● Popular Question (source) |
2019-11-18 14:33:48 -0500 | received badge | ● Notable Question (source) |
2019-11-11 13:59:22 -0500 | received badge | ● Popular Question (source) |
2019-11-04 20:30:07 -0500 | received badge | ● Famous Question (source) |
2019-10-30 04:48:57 -0500 | received badge | ● Famous Question (source) |
2019-08-23 01:37:21 -0500 | received badge | ● Popular Question (source) |
2019-08-23 01:37:21 -0500 | received badge | ● Notable Question (source) |
2019-08-14 17:07:01 -0500 | received badge | ● Notable Question (source) |
2019-07-18 09:18:48 -0500 | received badge | ● Famous Question (source) |
2019-07-09 03:52:05 -0500 | asked a question | Gazebo ROS diff drive controller cmd_vel timeout Gazebo ROS diff drive controller cmd_vel timeout I'm using ROS melodic and Gazebo 9.9.0 on an Ubuntu 18.04.2 LTS. I hav |
2019-07-09 01:23:30 -0500 | received badge | ● Popular Question (source) |
2019-07-08 20:58:50 -0500 | received badge | ● Famous Question (source) |
2019-07-03 04:36:05 -0500 | commented answer | How to joint together many boxes on model editor Thanks a lot. I can't up vote more. |
2019-07-03 04:29:21 -0500 | marked best answer | How to joint together many boxes on model editor I'm using Gazebo 9.9.0. I have modeled this on model editor: Is there any way to joint together those 12 boxes to have only one box? |
2019-07-03 03:26:51 -0500 | asked a question | How to joint together many boxes on model editor How to joint together many boxes on model editor I'm using Gazebo 9.9.0. I have modeled this on model editor: Is the |
2019-07-02 08:39:07 -0500 | marked best answer | A start seach algorithm: issues with walls I'm using ROS melodic and Gazebo 9.9.0 on an Ubuntu 18.04.2 LTS bionic. I'm implementing A* on a robotic simulator to find the path from start position to goal position. I have a question about walls. This is the image of an office that I want to use: I have used a OpenCV program to convert it to a matrix used as input map in the A* algorithm: Ones are free space, and zeros are walls. Walls take up one cell (i.e. zeros at {0,1,1,1,1,0,1,1,0,1,1,1,1,0},). My problem is that walls take up one cell in the matrix, but in Gazebo, they don't. So, if I want to move the robot from the top left corner, when the robot is at a door, in Gazebo it will be at the corridor. It will be at the corridor because, in gazebo, walls don't take up space, but in the matrix they take up one cell. Do you have any suggestion about how to avoid this problem? (Maybe creating walls that take up one cell space in Gazebo) |
2019-07-02 08:31:42 -0500 | commented answer | A start seach algorithm: issues with walls Great answer!! By the way, those squares at the floor, what are their size? 1x1 meters? Thanks a lot. |
2019-07-02 02:42:14 -0500 | asked a question | A start seach algorithm: issues with walls A start seach algorithm: issues with walls I'm using ROS melodic and Gazebo 9.9.0 on an Ubuntu 18.04.2 LTS bionic. I'm |
2019-06-19 10:47:29 -0500 | commented answer | Standard Units of Measure and Coordinate Conventions in Gazebo So, If I have 0.1 of length, it means that it is 0.1 meters. Is that correct? Thanks a lot. |
2019-04-05 09:20:44 -0500 | received badge | ● Notable Question (source) |
2019-04-04 04:55:45 -0500 | received badge | ● Notable Question (source) |
2019-04-03 09:06:00 -0500 | received badge | ● Popular Question (source) |
2019-04-02 09:00:00 -0500 | received badge | ● Popular Question (source) |
2019-04-02 05:33:09 -0500 | asked a question | I don't know what is that white box around the link in model editor I don't know what is that white box around the link in model editor I'm working with Gazebo 9.7.0 editor. I have create |
2019-04-02 02:39:34 -0500 | edited question | Fixed joint vs Continuous joint Fixed joint vs Continuous joint I'm using Gazebo 9.7.0. I'm adding a bumper sensor to my robot, and it appears differen |
2019-04-02 02:20:22 -0500 | commented answer | Fixed joint vs Continuous joint Thanks for your answer. I've added your suggestion but I'm still have the same result. The gripper link doesn't appears |
2019-04-02 02:20:09 -0500 | commented answer | Fixed joint vs Continuous joint I've added your suggestion but I'm still have the same result. The gripper link doesn't appears on Gazebo Editor. I have |
2019-04-02 02:19:14 -0500 | edited question | Fixed joint vs Continuous joint Fixed joint vs Continuous joint I'm using Gazebo 9.7.0. I'm adding a bumper sensor to my robot, and it appears differen |
2019-04-01 13:13:21 -0500 | edited question | Fixed joint vs Continuous joint Fixed joint vs Continuous joint I'm using Gazebo 9.7.0. I'm adding a bumper sensor to my robot, and it appears differen |
2019-04-01 13:07:43 -0500 | asked a question | Fixed joint vs Continuous joint Fixed joint vs Continuous joint I'm using Gazebo 9.7.0. I'm adding a bumper sensor to my robot, and it appears differen |
2019-03-29 09:38:59 -0500 | received badge | ● Notable Question (source) |
2019-03-29 09:38:59 -0500 | received badge | ● Famous Question (source) |
2019-02-15 10:34:58 -0500 | received badge | ● Famous Question (source) |
2019-02-15 10:34:58 -0500 | received badge | ● Notable Question (source) |
2019-02-10 14:48:35 -0500 | commented answer | World doesn't load properly in launch file Yes, you are right. Thanks! |
2019-02-10 14:48:21 -0500 | marked best answer | World doesn't load properly in launch file I'm using Gazebo 9.6.0 and ROS Melodic in Ubuntu 18.04. I have this launch file: And this world file: (more) |
2019-02-10 14:46:13 -0500 | edited question | World doesn't load properly in launch file World doesn't load when I add to sdf a model did with building editor I'm using Gazebo 9.6.0 and ROS Melodic in Ubuntu 1 |
2019-02-10 14:37:51 -0500 | asked a question | World doesn't load properly in launch file World doesn't load when I add to sdf a model did with building editor I'm using Gazebo 9.6.0 and ROS Melodic in Ubuntu 1 |
2018-12-27 01:39:46 -0500 | commented question | Adding Color and Textures to a Model No, it doesn't show the Collada object in Gazebo. |
2018-12-26 16:27:05 -0500 | received badge | ● Famous Question (source) |
2018-12-26 13:24:18 -0500 | received badge | ● Notable Question (source) |