Gazebo | Ignition | Community
Ask Your Question

Paulo's profile - activity

2021-11-13 22:48:44 -0500 received badge  Taxonomist
2016-11-13 14:23:36 -0500 received badge  Famous Question (source)
2016-11-13 14:23:36 -0500 received badge  Notable Question (source)
2016-04-06 03:23:12 -0500 received badge  Famous Question (source)
2016-03-23 02:00:36 -0500 received badge  Famous Question (source)
2016-02-11 10:55:57 -0500 received badge  Famous Question (source)
2015-12-10 10:43:45 -0500 received badge  Famous Question (source)
2015-12-10 10:43:45 -0500 received badge  Notable Question (source)
2015-09-14 02:27:58 -0500 received badge  Popular Question (source)
2015-09-07 09:51:26 -0500 asked a question Aruco Detection in Gazebo VS Real Life

Hello,

I'm a student and I'm working with ROS and gazebo for simulation. I'm using this package (https://github.com/Sahloul/ar_sys) that uses Aruco Markers and gives poses of the Arucos.

I started with Gazebo and I was getting really high error in the detected Arucos Marker poses, now that I'm working with actual robots and with Kinects and I get almost no error in the measurements of the Aruco poses. They are almost perfect, like 1 degrees of error, comparing to the almost ~10 degree error in the Gazebo simulator.

In Gazebo I used a simulated camera 1980x1082 and in real life I only have a Kinect that is 640x480.

I also added a little bit of noise to the simulated camera in Gazebo.

Who can I justify this differences in the results? I was expecting real life situation to be worst then in Gazebo.

Thx so much for the help! Gazebo is amazing.

2015-09-01 00:58:34 -0500 received badge  Notable Question (source)
2015-09-01 00:58:34 -0500 received badge  Popular Question (source)
2015-06-14 10:46:06 -0500 received badge  Notable Question (source)
2015-06-09 18:44:06 -0500 received badge  Popular Question (source)
2015-06-06 05:53:20 -0500 asked a question Adding White Noise to a camera

Hello,

I need to do a grid shearch to caracherize the error of the camera I'm working with in gazebo.

For that I need to add white noise to the camera.

In the URDF I see that Gazebo already does that.

    <noise>
      <type>gaussian</type>
      <!-- Noise is sampled independently per pixel on each frame.
           That pixel's noise value is added to each of its color
           channels, which at that point lie in the range [0,1]. -->
      <mean>0.0</mean>
      <stddev>0.007</stddev>
    </noise>

Are there any instructions or something I can read to know more about how I should tune this 2 parameters? Any examples/tutorials here is Gazebo?

I hope Gazebo doesn't use just rand() function to generate this white noise. It doesn't right?

The ideia I have is to leave the mean at zero and just increase the stddev, but to what number?

Thx for help.

2015-03-19 13:11:58 -0500 commented answer Changing pixel size of camera

It worked thx. I was confused sorry.

2015-03-19 13:11:05 -0500 received badge  Supporter (source)
2015-03-19 13:11:02 -0500 received badge  Scholar (source)
2015-03-19 12:42:48 -0500 commented answer Changing pixel size of camera

I did that and I got a bigger image. But does that change the size of the pixels? I don't want to change the size of the image I want to change the size of the pixels. I want better resolution by having smaller pixels

2015-03-19 06:10:38 -0500 asked a question Changing pixel size of camera

Hello,

how do you change the pixel size of a URDF camera?

I follow the tutorial in Gazebo but it doesn't say how to do this.

Thx so much friends.

2015-03-14 18:19:10 -0500 received badge  Student (source)
2015-03-14 18:15:14 -0500 received badge  Notable Question (source)
2015-02-28 09:26:22 -0500 received badge  Popular Question (source)
2015-02-24 06:58:54 -0500 received badge  Popular Question (source)
2015-02-18 10:43:25 -0500 asked a question Building Mobile Robot

I used the tutorials to make a differential robot in Gazebo with a camera. I want to use this robot with ROS. I thought I could simply describe the robot using SDL but now that I reached the Connect with ROS and in the first part it says I need to start with a URDF description of the robot.

I think in the first tutorials(Build Robot) there should be some warning to people, that they should start by creating their robots in URDF if they want to use them with ROS.

2015-02-17 12:05:36 -0500 commented answer Tutorial adding sensor to robot. Error/Bug?

thx you. I copied the model I needed and it works now.

2015-02-17 08:48:13 -0500 asked a question Tutorial adding sensor to robot. Error/Bug?

In this tutorial when I insert my_robot I get a grey screen from Gazebo, and in the console it says "Waiting for model database update to complete".

Then says "Unable to connect to model database...".After this starts giving errors. Is there anyway I can simply download the model of the Hokuyo sensor? Why is this even connecting to some database? There is something really wrong with this tutorial.