Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions proto/ignition/msgs/particle_emitter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,12 @@ message ParticleEmitter
/// \brief The topic name used by the particle emitter for control and
/// modification.
StringMsg topic = 19;

/// \brief The ratio of particles that will be detected by sensors.
/// Increasing the ratio means there is a higher chance of particles
/// reflecting and interfering with depth sensing, making the emitter
/// appear more dense. Decreasing the ratio decreases the chance of
/// particles reflecting and interfering with depth sensing, making it
/// appear less dense. Value is in the range of [0, 1].
Float particle_scatter_ratio = 20;
}