Skip to content
Snippets Groups Projects
Commit 3aa3a90e authored by Jerry Kuo's avatar Jerry Kuo
Browse files
parents c2e044f1 4251bddf
No related branches found
No related tags found
No related merge requests found
# ROS_human_detection
Human detection model that runs on ROS
This is a human detection mode that uses Intel RealSense D435 Camera and ROS Kinetic. Visit the GitHub page of
Intel RealSense-ROS for more camera installation.
Run the following commands on terminal to get started.
First we start a workspace
```shell
mkdir -p ~/catkin_workspace/src
cd catkin_workspace/src
```
Pull the repository and catkin_make
```shell
git pull https://github.com/SuperKuooo/ROS_human_detection.git
cd ..
catkin_make
source ./devel/setup.bash
```
*Something like that. I will fix it later.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment