#include <google/protobuf/message_lite.h>
#include <gz/msgs/double_v.pb.h>
#include <string>
#include <vector>
#include <sdf/Sensor.hh>
#include <gz/sim/Conversions.hh>
#include <gz/msgs/Utility.hh>
Go to the source code of this file.
|
| gz |
| This library is part of the Gazebo project.
|
|
| gz::sim |
| Gazebo is a leading open source robotics simulator, that provides high fidelity physics, rendering, and sensor simulation.
|
|
| gz::sim::serializers |
| A Serializer class is used to serialize and deserialize a component. It is passed in as the third template parameter to components::Component. Eg.
|
|
| gz::sim::traits |
|
|
using | SensorSerializer = ComponentToMsgSerializer< sdf::Sensor, msgs::Sensor > |
| Common serializer for sensors. More...
|
|