Skip to content

Latest commit

 

History

History
executable file
·
97 lines (62 loc) · 3.31 KB

README.md

File metadata and controls

executable file
·
97 lines (62 loc) · 3.31 KB
ROS PointCloud  

Learning PointCloud Inside ROS

Github top language Github language count Repository size License Github issues Github forks Github stars

🚧 This Repository 🚀 Still continue until 2021... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This Repository just archive for my project to learn about PointCloud inside Robot Operating System (ROS). I create this repository to finish my last project in EEPIS.

✨ Features

✔️ Feature 1; PointCloud Library
✔️ Feature 2; Robot Operating System
✔️ Feature 3; C++ Based

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, ROS and PCL installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/malikmal/learning-pointcloud.git

# Access
$ cd ros

# Build the project (workspace)
$ catkin_make

# Run the project
$ rosrun pcl read_file

📝 License

Made with ❤️ by Ikmalil Birri

 

Back to top