perception_open3d
Open3D analog to perception_pcl, containing conversion functions from Open3D to/from ROS types
File Explorer
Download Latest Version (.zip)- open3d_conversions.hpp
- visibility_control.h
- open3d_conversions.cpp
- test_open3d_conversions.cpp
- CMakeLists.txt
- CONTRIBUTORS.md
- Doxyfile
- package.xml
- README.md
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ros-perception/perception_open3d
Downloads the entire project code from GitHub to your computer.
cd perception_open3d
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cd open3d_conversions
This project's files live in a subfolder, so move into it first.
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
// repository documentation
Was this content helpful?
(0 ratings)
