Skip to content

tail-island/six_point_two_eight

Repository files navigation

six_point_two_eight

ROS and C++14 sample. Getting 360 degree PointCloud with TurtleBot.

360 degree world

360 degree target

How to use

Build

# Please setup g++-4.9. Beacuse code uses C++14.

$ cd <catkin_ws>/src
$ git clone https://github.com/tail-island/six_point_two_eight.git
$ cd <catkin_ws>
$ catkin_make

Execute

$ roslaunch six_point_two_eight turtlebot_driver.launch

And

$ roslaunch six_point_two_eight make_world_models.launch
# PCL files will be created on /tmp. When finished, press Ctrl-c.

$ roslaunch six_point_two_eight register_world_models.launch
# Sorry, it needs long time...

$ pcl_viewer /tmp/*.pcd

Or

$ roslaunch six_point_two_eight make_target_models.launch
# When finished, press Ctrl-c.

$ roslaunch six_point_two_eight register_target_models.launch
$ pcl_viewer /tmp/*.pcd

Document

See ROS Programming Guide (Japanese).

License

This software is licensed under the BSD License.

About

ROS and C++14 sample.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published