diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2024-05-10 12:14:54 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2024-05-10 12:14:54 +0100 |
commit | e54316a3330b4531f070789c285c624e279a79f3 (patch) | |
tree | 7c914a30be61834e1a3bbaf94233b6a9820cbdd1 | |
parent | 2883b62be3fdcd068f1616852df926dff8c02e3f (diff) | |
download | noetic-llama-e54316a3330b4531f070789c285c624e279a79f3.tar.gz noetic-llama-e54316a3330b4531f070789c285c624e279a79f3.zip |
Added catkin ws
-rw-r--r-- | whisper_ws/.catkin_workspace | 1 | ||||
l--------- | whisper_ws/src/CMakeLists.txt | 1 | ||||
l--------- | whisper_ws/src/ollamamessages | 1 | ||||
l--------- | whisper_ws/src/whisperwrapper | 1 | ||||
l--------- | whisperwrapper | 1 |
5 files changed, 4 insertions, 1 deletions
diff --git a/whisper_ws/.catkin_workspace b/whisper_ws/.catkin_workspace new file mode 100644 index 0000000..52fd97e --- /dev/null +++ b/whisper_ws/.catkin_workspace @@ -0,0 +1 @@ +# This file currently only serves to mark the location of a catkin workspace for tool integration diff --git a/whisper_ws/src/CMakeLists.txt b/whisper_ws/src/CMakeLists.txt new file mode 120000 index 0000000..2016816 --- /dev/null +++ b/whisper_ws/src/CMakeLists.txt @@ -0,0 +1 @@ +/opt/ros/noetic/share/catkin/cmake/toplevel.cmake
\ No newline at end of file diff --git a/whisper_ws/src/ollamamessages b/whisper_ws/src/ollamamessages new file mode 120000 index 0000000..9c0c226 --- /dev/null +++ b/whisper_ws/src/ollamamessages @@ -0,0 +1 @@ +../../LCASTOR/ollamamessages/
\ No newline at end of file diff --git a/whisper_ws/src/whisperwrapper b/whisper_ws/src/whisperwrapper new file mode 120000 index 0000000..2e2fb80 --- /dev/null +++ b/whisper_ws/src/whisperwrapper @@ -0,0 +1 @@ +../../LCASTOR/whisperwrapper/
\ No newline at end of file diff --git a/whisperwrapper b/whisperwrapper deleted file mode 120000 index 10a4831..0000000 --- a/whisperwrapper +++ /dev/null @@ -1 +0,0 @@ -LCASTOR/whisperwrapper/
\ No newline at end of file |