GitXplorerGitXplorer
x

deepcon-leo-clusterer

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6efefe19213d35da822a6df6911346a16d2ebf22

Merge remote-tracking branch 'origin/master'

xxmfcx committed 6 years ago
Unverified
f65080bb06d9c8c82fbf335d4dd0f53b7e4cfbbe

catkin package

xxmfcx committed 6 years ago
Verified
aa2fb9e316573dbc87cb2ae34cb6f116c1b0f047

Update README.md

xxmfcx committed 6 years ago
Verified
dc6916c8c50d3abea0438302e33193e77fee41c9

Update README.md

xxmfcx committed 6 years ago
Unverified
e93c4b62a37e508996cd0a6dcdae2a45348be5f2

rviz

xxmfcx committed 6 years ago
Unverified
e8cef4fe0ff7528dd571892af71931ac322f992b

Initial commit

xxmfcx committed 6 years ago

README

The README file for this repository.

deepcon-leo-clusterer

Link to the slide at conference (210MB): https://drive.google.com/open?id=1MstnXP4Jf-hl8-M1xZNRFOmkYmgQTmIw

Dependencies:

  • ROS Kinetic
  • PCL 1.8

How to use:

I will assume you are new to ROS.

mkdir clusterer_ws
cd clusterer_ws
mkdir src
cd src
git clone https://github.com/xmfcx/deepcon-leo-clusterer.git
cd ..
catkin_make

This should build the clusterer node in your workspace.

Then you can run roscore in a terminal. And in another terminal you can run:

cd clusterer_ws
source devel/setup.bash
rosrun clusterer clusterer_exec

to run the clusterer executable.

To visualize it, in another terminal run rviz and as a configuration file choose clusterer_ws/src/deepcon-leo-clusterer/blob/master/rviz_stuff/deepcon.rviz

To feed clusterer with a point cloud stream, you can download a bag file from https://github.com/udacity/self-driving-car/tree/master/datasets

and do:

rosbag play filename.bag

to play it.