forked from maudzung/SFA3D
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request maudzung#10 from AhmedARadwan/master
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
Showing
62 changed files
with
233 additions
and
3,511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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``` |
99 changes: 0 additions & 99 deletions
99
ros/src/super_fast_object_detection/src/data_process/demo_dataset.py
This file was deleted.
Oops, something went wrong.
88 changes: 0 additions & 88 deletions
88
ros/src/super_fast_object_detection/src/data_process/kitti_bev_utils.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.