Use the sensor system in gz-sensors to add an anemometer. The sensor publishes a msgs::Vector3d with time stamped header and frame_id. There is no need for a custom message in gz-sim7.
The implementation closely follows the custom sensor and custom sensor system tutorials.
Add an Anemometer sensor and Anemometer system.
Closes #11
Use the sensor system in
gz-sensors
to add an anemometer. The sensor publishes a msgs::Vector3d with time stamped header and frame_id. There is no need for a custom message ingz-sim7
.The implementation closely follows the custom sensor and custom sensor system tutorials.
Testing
Wind in world file is set to:
Figure: falling anemometer subject to a uniform background wind of (-5, 0, 0) m/s.