------
Initial quick and dirty implementation of hypothesis strategies
for ROS msg field types, ROS parameter types and ROS msgs.
buildin msg field types:
- bool
- int8
- uint8
- int16
- uint16
- int32
- uint32
- int64
- uint64
- float32
- float64
- string
- time
- duration
- array
parameter types:
- bool
- int32
- string
- date
- list
- double
std_msgs:
- Header
geometry_msgs:
- Point
- Quaternion
- Pose
- Transform
- Vector3