From 90947cc1aba2e495eb23dd1981cb77fc376dec19 Mon Sep 17 00:00:00 2001 From: tanim-islm <101572730+tanim-islm@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:49:20 -0500 Subject: [PATCH] Update start.sh remove force reinstall of formant-agent --- start.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 6b19340..939d09c 100755 --- a/start.sh +++ b/start.sh @@ -1,9 +1,8 @@ #!/bin/bash source /opt/ros/*/setup.bash # this adapter is meant to work with any ROS2 distribution -python3 -m pip install --force-reinstall --upgrade formant-1.105.50_release_1.105_075d6b4c-py2.py3-none-any.whl # if you use custom messages, source your workspace here python3 -m pip install -r requirements.txt cd formant_ros2_adapter/scripts/ -python3 main.py \ No newline at end of file +python3 main.py