ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

maurizio's profile - activity

2023-10-26 17:40:52 -0500 received badge  Famous Question (source)
2023-10-26 17:40:52 -0500 received badge  Popular Question (source)
2023-10-26 17:40:52 -0500 received badge  Notable Question (source)
2023-05-28 06:24:06 -0500 received badge  Famous Question (source)
2023-05-22 08:37:26 -0500 asked a question gazebo_ros2_control: different namespace

gazebo_ros2_control: different namespace Hi, I am running ros2 humble and I have detected some problems when spawning mu

2023-02-24 03:03:05 -0500 received badge  Famous Question (source)
2023-02-18 06:29:59 -0500 answered a question Slam Toolbox: Message Filter dropping message for reason 'discarding message because the queue is full'

Hi, as you mentioned most problems are regarding the tree, as I had in here, BUT I saw a consistent reduction of the m

2023-02-17 03:26:17 -0500 commented answer Navigation goals not working with laser, sonar and slam_toolbox

See my reply above, cause it doesn't fit as a comment

2023-02-17 03:25:16 -0500 answered a question Navigation goals not working with laser, sonar and slam_toolbox

Sorry for the late reply. No they all do, the layer is involved in populating local_map. You are pointing to interesting

2023-02-17 02:55:15 -0500 received badge  Notable Question (source)
2023-02-03 17:36:02 -0500 received badge  Popular Question (source)
2023-02-02 03:58:39 -0500 received badge  Enthusiast
2023-01-31 16:44:43 -0500 commented question Navigation goals not working with laser, sonar and slam_toolbox

Now you should see the graph (at the very bottom of the post): laser_frame and sonar_frame (and children) are linked to

2023-01-31 16:43:05 -0500 commented question Navigation goals not working with laser, sonar and slam_toolbox

Now you should see the graph: laser_frame and sonar_frame (and children) are linked to base_link. The very same tf works

2023-01-31 16:38:02 -0500 edited question Navigation goals not working with laser, sonar and slam_toolbox

Navigation goals not working with laser, sonar and slam_toolbox Hi there, my platform is an "almost turtlebot4": we ha

2023-01-31 16:36:16 -0500 commented question Navigation goals not working with laser, sonar and slam_toolbox

Thanks for the reply: I don't think the TF is the problem (the tf should be the same in CONFIG1/CONFIG2/CONFIG3. Look at

2023-01-31 16:35:44 -0500 edited question Navigation goals not working with laser, sonar and slam_toolbox

Navigation goals not working with laser, sonar and slam_toolbox Hi there, my platform is an "almost turtlebot4": we ha

2023-01-31 16:30:10 -0500 commented question Navigation goals not working with laser, sonar and slam_toolbox

Thanks for the reply: I don't think the TF is the problem (the tf should be the same in CONFIG1/CONFIG2/CONFIG3. Look at

2023-01-31 14:28:25 -0500 edited question Navigation goals not working with laser, sonar and slam_toolbox

Navigation goals not working with laser, sonar and slam_toolbox Hi there, my platform is an "almost turtlebot4": we ha

2023-01-31 14:28:25 -0500 received badge  Associate Editor (source)
2023-01-31 14:19:31 -0500 asked a question Navigation goals not working with laser, sonar and slam_toolbox

Navigation goals not working with laser, sonar and slam_toolbox Hi there, my platform is an "almost turtlebot4": we ha

2022-11-17 18:21:41 -0500 received badge  Notable Question (source)
2022-11-17 18:21:41 -0500 received badge  Popular Question (source)
2022-05-01 15:00:44 -0500 edited question Create3, wheel transform in Gazebo classic

Create3, wheel transform in Gazebo classic Hi, I have installed the Create3 simulation stack. In particular these are

2022-05-01 14:59:18 -0500 asked a question Create3, wheel transform in Gazebo classic

Create3, wheel transform in Gazebo classic Hi, I have installed the Create3 simulation stack. In particular these are

2019-08-05 13:10:29 -0500 received badge  Nice Answer (source)
2014-08-22 06:03:17 -0500 received badge  Famous Question (source)
2013-10-29 11:57:10 -0500 received badge  Notable Question (source)
2013-10-29 11:57:10 -0500 received badge  Famous Question (source)
2013-06-19 08:01:57 -0500 received badge  Popular Question (source)
2013-05-18 21:14:07 -0500 asked a question Increase kinect range in turtlebot simulator

Hi there,

I need to increase the range of the kinect for my turtlebot in simulation. I don't know what to modify: in gazebo.urdf.xacro - the package turtlebot/description (please see below) - the range is set to 10.0m so I guess there is a thresholding somewhere else.

Does anybody know where I should look for?

Thanks,

Maurizio

<xacro:macro name="turtlebot_sim_laser">
  <gazebo reference="laser">
    <sensor:ray name="laser">
      <rayCount>180</rayCount>
      <rangeCount>180</rangeCount>
      <laserCount>1</laserCount>

      <origin>0.0 0.0 0.0</origin>
      <displayRays>false</displayRays>

      <minAngle>-130</minAngle>
      <maxAngle>130</maxAngle>

      <minRange>0.08</minRange>
      <maxRange>10.0</maxRange>
      <resRange>0.01</resRange>
      <updateRate>20</updateRate>
      <controller:gazebo_ros_laser name="gazebo_ros_laser_controller" plugin="libgazebo_ros_laser.so">
    <gaussianNoise>0.005</gaussianNoise>
    <alwaysOn>true</alwaysOn>
    <updateRate>20</updateRate>
    <topicName>scan</topicName>
    <frameName>laser</frameName>
    <interface:laser name="gazebo_ros_laser_iface" />
      </controller:gazebo_ros_laser>
    </sensor:ray>
  </gazebo>
</xacro:macro>
2013-04-01 01:25:56 -0500 received badge  Notable Question (source)
2013-03-19 10:09:20 -0500 received badge  Notable Question (source)
2013-03-19 10:09:20 -0500 received badge  Famous Question (source)
2013-02-20 01:26:52 -0500 received badge  Popular Question (source)
2013-02-14 01:46:21 -0500 asked a question Adding lights at execution time in Gazebo-Fuerte

Hi,

I am running some simulations in Gazebo: the environment is an apartment with several rooms. During the simulation I need to switch on and off the light depending on the events that happen in the apartment.

In ROS-Electric I did it with the code below, but in Fuerte this code results in a link that oscillates like a pendulum... I tried to take a look in the forum but I didn't get any result... Do you see mistakes in the following code or should I go in another direction? In the second case, I didn't find useful links to add the light a run time.

Thanks

from shell:

rosrun gazebo spawn_model -file "path_to_the_urdf_file" -urdf -model light_k

the file related to the light is:

<?xml version="1.0" ?>

<robot name="light_kitchen" xmlns:xi="http://www.w3.org/2001/XInclude"
    xmlns:gazebo="http://playerstage.sourceforge.net/gazebo/xmlschema/#gz"
    xmlns:model="http://playerstage.sourceforge.net/gazebo/xmlschema/#model"
    xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
    xmlns:body="http://playerstage.sourceforge.net/gazebo/xmlschema/#body"
    xmlns:geom="http://playerstage.sourceforge.net/gazebo/xmlschema/#geom"
    xmlns:joint="http://playerstage.sourceforge.net/gazebo/xmlschema/#joint"
    xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface"
    xmlns:rendering="http://playerstage.sourceforge.net/gazebo/xmlschema/#rendering"
    xmlns:renderable="http://playerstage.sourceforge.net/gazebo/xmlschema/#renderable"
    xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
    xmlns:physics="http://playerstage.sourceforge.net/gazebo/xmlschema/#physics">

  <link name="bulb_k">
   <inertial>
    <mass value="1" />
            <com xyz="1.81 3.59 2.15" />
            <inertia ixx="0" ixy="0.0" ixz="0.0" iyy="0" iyz="0.0" izz="0" />
        </inertial>

        <visual>
            <origin xyz="1.81 3.59 2.15" rpy="0 0 0" />  <!--   definition of the visual postion of the object!! -->
            <geometry>
                <sphere radius="0.0001" />
            </geometry>
        </visual>
        <collision>
            <origin xyz="1.81 3.59 2.15" rpy="0 0 0" />
            <geometry>
                <sphere radius="0.0001" />
            </geometry>
        </collision>
    </link>

    <gazebo reference="bulb_k">
        <model:renderable name="light_k">
            <xyz>0.0 0.0 0.0</xyz>
            <static>true</static>
            <light>
                <type>point</type>
                <diffuseColor>0.1 0.1 0.1</diffuseColor>
                <specularColor>.01 .01 .01</specularColor>
                <attenuation>0.1 0.1 0.0001</attenuation>
                <range>4</range>
            </light>
        </model:renderable>
    </gazebo>
</robot>
2012-10-30 16:50:56 -0500 received badge  Famous Question (source)
2012-10-10 21:25:21 -0500 received badge  Famous Question (source)
2012-08-31 01:48:40 -0500 received badge  Popular Question (source)
2012-08-27 22:07:55 -0500 commented answer Multiple turtlebots - real experiments

I am working with Electric and not with Fuerte so I am not aware if these problems were fixed in the last release. I had to tweak some configuration files, but do you see any problem to make them compliant for single and multi-robot experiments simply adding a namespace in the high level conf files?

2012-08-27 22:01:58 -0500 commented answer Multiple turtlebots - real experiments

Thank you Ryan. I will try in the next days. By the way, in last days I set up everything for simulating two turtlebots. It took a while since, as you said, I had to remove the "/" prefixes: do you think it would be useful to remove them permanently in the official release of ROS?

2012-08-27 21:56:43 -0500 received badge  Supporter (source)
2012-08-27 21:55:58 -0500 commented answer Multiple turtlebots - real experiments

Yes, thank you for the link. I was one of the guys involved and it took a lot to setup everything in simulation. In the next days I will try with the real ones

2012-08-24 11:42:49 -0500 received badge  Notable Question (source)
2012-08-21 16:01:49 -0500 received badge  Popular Question (source)
2012-08-21 06:58:21 -0500 asked a question Multiple turtlebots - real experiments

Hi,

I have a question related to multiple real turtlebots. I have to setup the system and I was wondering which is the best configuration for it.

In particular, I want to use two turtlebots and a work station at the same time, what should be the best configuration?

Basically each turtlebot should run its own navigation stack but I need to contact both the turtlebots through a single program residing on the workstation.

Is it possible to launch the roscore on the workstation and then launch each navigation stack onboard the related robot?
What about namespaces related to robots?

I had some problems with the simulated experiments but in the end we solved the problem (please look here)

Thank you