From 2265fe798a238fd4c4806131aa180702dbd4ebab Mon Sep 17 00:00:00 2001 From: eharlan <eharlan@uni-bremen.de> Date: Tue, 17 Jan 2023 09:24:43 +0100 Subject: [PATCH] update --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9c1159b..c26f574 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ setup( tests_require=['pytest'], entry_points={ 'console_scripts': [ + "robot_ros = robomaster_pi.Grobot_ros:main" ], }, ) -- GitLab