-
Notifications
You must be signed in to change notification settings - Fork 7
C Software Setup
Francisco Martín Rico edited this page Feb 22, 2024
·
4 revisions
- Create a dedicated workspace and clone this repo in it
$ mkdir -p robocup24_ws/src
$ cd robocup24_ws/src
robocup24_ws/src $ git clone https://github.com/CoreSenseEU/CoreSense4Home.git
- Install internal dependencies
robocup24_ws/src $ cd ..
robocup24_ws $ vcs import --recursive < CoreSense4Home/robocup_bringup/thirdparty.repos
robocup24_ws $ rosdep install --from-paths src --ignore-src -r -y
-
Install Whisper_ROS
- Install CUDA
- Follow instructions on whisper_ros repo
-
Install Perception System
$ cd robocup24_ws/src
robocup24_ws/src $ git clone https://github.com/jmguerreroh/perception_system.git
robocup24_ws/src $ vcs import < perception_system/thirdparty.repos
robocup24_ws/src $ pip3 install -r yolov8_ros/requirements.txt
robocup24_ws/src $ cd ..
- Install external dependencies
robocup24_ws $ rosdep install --from-paths src --ignore-src -r -y
- Build
robocup24_ws $ colcon build --symlink-install