Skip to content

Commit 77c3f9c

Browse files
authored
Update README with install/setup instructions
Added installation and setup instructions for the project.
1 parent fa2dd11 commit 77c3f9c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ Revitalized auto-aiming suite for Purdue RoboMaster Club 2024-2025.
33

44
![build status](https://github.com/RoboMaster-Club/auto-aiming/actions/workflows/colcon-tests.yml/badge.svg)
55

6+
## Install/Setup Instructions
7+
This repository is designed to run on an NVIDIA Jetson Orin platform
8+
9+
Install ros2
10+
11+
Make sure you source your ros2 workspace
12+
`source /opt/ros/humble/setup.bash`
13+
14+
Install the `camera_info_manager` package
15+
`sudo apt install ros-humble-camera-info-manager`
16+
17+
Install the Mindvision Hikrobot SDK
18+
```
19+
cd ./autoaiming/src/prm_camera/mv_publisher/sdk
20+
sudo ./install.sh
21+
```
22+
623
## Usage
724
Clone this repository into your `ros2-ws` directory. We provide a `run` script that can be used to build, run, test, and clean the workspace with no hassle. The script supports the following functionalities:
825

0 commit comments

Comments
 (0)