Browse Source

Fix minor ugv_cmd issue

master
Alex Mikhalev 6 years ago
parent
commit
990dc93f8c
  1. 2
      tools/ugv_cmd.py

2
tools/ugv_cmd.py

@ -9,7 +9,7 @@ import yaml @@ -9,7 +9,7 @@ import yaml
try:
from yaml import CLoader as YamlLoader, CDumper as YamlDumper
except ImportError:
from yaml import YamlLoader, YamlDumper
from yaml import Loader as YamlLoader, Dumper as YamlDumper
import types
from ugv import UGVComms

Loading…
Cancel
Save