Skip to content

Commit

Permalink
Merge pull request #10 from AhmedARadwan/master
Browse files Browse the repository at this point in the history
Feat:

- add setup.py to install the package once
- deleted redundancies in the ROS package
- created README file inside the ROS package for installation and run
  • Loading branch information
maudzung authored Sep 6, 2020
2 parents 64caf6d + da90abf commit 66867fd
Show file tree
Hide file tree
Showing 62 changed files with 233 additions and 3,511 deletions.
36 changes: 35 additions & 1 deletion ros/src/super_fast_object_detection/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
# ROS Node for Super Fast Accurate 3D object detection
# ROS Package for Super Fast Accurate 3D object detection


[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)
Ubuntu 18.04 & ROS Melodic

## 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
```

### Subscriber
Topic Name: ```points_raw```, Message Type: ```sensor_msgs/PointCloud2```
### Publisher
Topic Name: ```detected_objects```, Message Type: ```autoware_msgs/DetectedObjectArray```

This file was deleted.

This file was deleted.

Loading

0 comments on commit 66867fd

Please sign in to comment.