From 29e98eb8fe3ffb9fe84b52e5024aaf41cfd535c3 Mon Sep 17 00:00:00 2001 From: weijian Date: Tue, 13 Jun 2023 14:10:09 +0800 Subject: [PATCH] add aikit-320 ros --- .../mycobot_320_communication/scripts/mycobot_services.py | 2 +- mycobot_320/mycobot_320_communication/scripts/mycobot_topics.py | 2 +- .../mycobot_320_communication/scripts/mycobot_topics_pi.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mycobot_320/mycobot_320_communication/scripts/mycobot_services.py b/mycobot_320/mycobot_320_communication/scripts/mycobot_services.py index 7e6a870..4d9df8b 100755 --- a/mycobot_320/mycobot_320_communication/scripts/mycobot_services.py +++ b/mycobot_320/mycobot_320_communication/scripts/mycobot_services.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # -*- coding: utf-8 -*- import time import rospy diff --git a/mycobot_320/mycobot_320_communication/scripts/mycobot_topics.py b/mycobot_320/mycobot_320_communication/scripts/mycobot_topics.py index 5c1121e..f17d103 100755 --- a/mycobot_320/mycobot_320_communication/scripts/mycobot_topics.py +++ b/mycobot_320/mycobot_320_communication/scripts/mycobot_topics.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # -*- coding: utf-8 -*- import time import os diff --git a/mycobot_320/mycobot_320_communication/scripts/mycobot_topics_pi.py b/mycobot_320/mycobot_320_communication/scripts/mycobot_topics_pi.py index ecce12f..694ff05 100644 --- a/mycobot_320/mycobot_320_communication/scripts/mycobot_topics_pi.py +++ b/mycobot_320/mycobot_320_communication/scripts/mycobot_topics_pi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # -*- coding: utf-8 -*- import time import os