Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedARadwan authored Sep 3, 2020
1 parent 6b1edb4 commit 93c28cf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ros/src/super_fast_object_detection/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# ROS Node for Super Fast Accurate 3D object detection

# installation

Clone and setup the main python package
```
git clone https://github.com/maudzung/Super-Fast-Accurate-3D-Object-Detection
cd Super-Fast-Accurate-3D-Object-Detection/
pip install .
```
Install dependancies for ROS packages:
```
sudo apt install ros-melodic-autoware-msgs
```
# Building Workspace
```
cd Super-Fast-Accurate-3D-Object-Detection/ros/
catkin_make
```

# Running the node
Run the node by simply after you build the workspace
```
source devel/setup.bash
rosrun super_fast_object_detection rosInference.py
```

0 comments on commit 93c28cf

Please sign in to comment.