File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import "ignition/msgs/collision.proto";
2929import "ignition/msgs/visual.proto" ;
3030import "ignition/msgs/light.proto" ;
3131import "ignition/msgs/sensor.proto" ;
32+ import "ignition/msgs/particle_emitter.proto" ;
3233import "ignition/msgs/projector.proto" ;
3334import "ignition/msgs/pose.proto" ;
3435import "ignition/msgs/battery.proto" ;
@@ -60,4 +61,7 @@ message Link
6061
6162 /// \brief A vector of lights attached to this link
6263 repeated Light light = 17 ;
64+
65+ /// \brief A vector of particle emitters attached to this link.
66+ repeated ParticleEmitter particle_emitter = 18 ;
6367}
Original file line number Diff line number Diff line change @@ -102,4 +102,8 @@ message ParticleEmitter
102102
103103 /// \brief The path to the color image used as an affector.
104104 StringMsg color_range_image = 18 ;
105+
106+ /// \brief The topic name used by the particle emitter for control and
107+ /// modification.
108+ StringMsg topic = 19 ;
105109}
You can’t perform that action at this time.
0 commit comments