Data 1 | Data 2 |
---|---|
- Raw Data
Data 1 Data 2 - Filtering
Data 1 Data 2 - Segment
Data 1 Data 2 - Clustering
Data 1 Data 2 - Rendering
Data 1 Data 2
- Ubuntu 16.04
- PCL - v1.7.2
- C++ v14
-
Install and Run docker desktop
- Install Docker
- Run docker destkop
-
Pull the image and make the container from kimjw7981/SFND_lidar
- Check out this page kimjw7981/SFND_lidar Docker Hub
- Run this command for pull the image and make the container
docker run -p 6080:80 -v /dev/shm:/dev/shm kimjw7981/sfnd
- Connect the linux GUI environment with localhost:6080 on your browser
-
Run LX Terminal
-
Execute the following commands in LX Terminal
sudo apt update -y && sudo apt upgrade -y cd ~/SFND_Lidar_Obstacle_Detection mkdir build && cd build cmake .. make ./environment
-
Done
- Take your time to learn the Sensor Fusion Nanodegree Program