From b7ae67136e0bdc467c3ff2776d879694b08cb775 Mon Sep 17 00:00:00 2001 From: Arkadiy Strelnikov Date: Mon, 6 Dec 2021 15:26:52 +0700 Subject: [PATCH] change port to 7777 --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index cbb78d6..81a69fe 100644 --- a/config.yml +++ b/config.yml @@ -7,7 +7,7 @@ crop_image: 1.0 # coefficient of image cropping # OSC output osc_address: "localhost" # osc ip address -osc_port: 8888 # port +osc_port: 7777 # port osc_message_address: "/pose/0" # osc address for message in send_message function # Output @@ -17,4 +17,4 @@ show_image: True # show image in opencv interface # Model UE4 apose: True # APose coordinates -world: True # True - world coordinates, False - local coordinates \ No newline at end of file +world: True # True - world coordinates, False - local coordinates