Browse Source

Autoformat examples/python-ros2-dataflow/random_turtle.py

Co-authored-by: Haixuan Xavier Tao <tao.xavier@outlook.com>
tags/v0.2.5-alpha.3
Philipp Oppermann GitHub 2 years ago
parent
commit
6699f18f55
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      examples/python-ros2-dataflow/random_turtle.py

+ 3
- 1
examples/python-ros2-dataflow/random_turtle.py View File

@@ -1,7 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import time, random, dora
import time
import random
import dora
from dora import Node
import pyarrow as pa



Loading…
Cancel
Save