-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Should I run ros_color_node.py in python2 or python3? I have built detectron in python3 So its syntax is in python3 but im running ros_color_node in python2.
Traceback (most recent call last):
File "ros_colour_node.py", line 26, in <module>
from detectron2.engine import DefaultPredictor
File "/home/akshay/catkin_ws/src/ROS-label-node/detectron2/engine/__init__.py", line 3, in <module>
from .launch import *
File "/home/akshay/catkin_ws/src/ROS-label-node/detectron2/engine/launch.py", line 43
dist_url = f"tcp://127.0.0.1:{port}"
^
SyntaxError: invalid syntax
I am not able to convert ros_color_node to a ros package because theres no xml file and cmake file. This is not a part of the readme. What am i supposed to do?
Metadata
Metadata
Assignees
Labels
No labels