diff --git a/examples/python-ros2-dataflow/control_node.py b/examples/python-ros2-dataflow/control_node.py index 62cbe0dd..6355e065 100755 --- a/examples/python-ros2-dataflow/control_node.py +++ b/examples/python-ros2-dataflow/control_node.py @@ -22,6 +22,6 @@ for i in range(500): "direction", pa.array( [random.random() + 1, 0, 0, 0, 0, (random.random() - 0.5) * 5], - type=pa.float32(), + type=pa.float64(), ), )