-
Notifications
You must be signed in to change notification settings - Fork 19
What should I expect to see in the gazebo if I run "uuv_plume_simulator"? #15
Comments
Hi @touhid1259, there should be nothing being shown in Gazebo. The |
Gazebo in this case is providing the sensor plugin and the simulation time for the plume simulation. |
Hi musamarcusso Thanks for the reply. So, does this mean, I can not add the "plume source" in the gazebo environment now, but, I can add the sensor to the robot which is: <xacro:default_chemical_concentration_sensor_macro And in this case, how the simulation actually works? i.e., if I have a gazebo environment with a robot with the sensor and also the "plume simulation" running in rviz, then how the robot will sense the plume as there is no source in the gazebo environment? Thanks |
The plume is published, the only thing that is not available is the visualization marker for Gazebo. But if you check the particles topic, the plume is updated and is received by all the sensor units mounted on the robots. |
Hi musamarcusso Thanks for your reply. It was really helpful for me. I have tested the scenarios before but wasn't sure about the things that were happening. Now, everything is cleared up. Thanks |
Hi musamarcusso I am trying to understand the meaning of ChemicalParticleConcentration.msg. I am bit confused with "particle concentration". What does this actually mean? Does it specify the "no. of plume particles" or "mass of sensed plume particles" or anything else? Can you please tell me what it actually means? Thanks |
Hi
I am running the examples of "uuv_plume_simulator" according to the README. But, I got a bit confused when I ran it with use_gazebo:=true option. By default, the gui is paused for gazebo in the launch file. So, to see what actually happens in gazebo, I unpaused it and ran the commands with use_gazebo:=true. RViz is showing the results, but I don't see anything in the gazebo simulation. So, Can you please tell me what I should expect in the gazebo simulation?
Thanks
Touhid
The text was updated successfully, but these errors were encountered: