|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Parameters that shape the raster produced by generateRasterPath(). More...
#include <generate_surface_coverage_path.hpp>
Public Attributes | |
| double | line_spacing = 0.0 |
| Distance between adjacent raster lines, in meters. | |
| double | point_spacing = 0.0 |
| Sampling distance along each raster line, in meters. | |
| double | standoff = 0.0 |
| Tool height above the region's top face, along the region +Z, in meters. | |
| double | margin = 0.0 |
| Inset from the region edges on all sides, in meters. | |
Parameters that shape the raster produced by generateRasterPath().
| double moveit_pro::behaviors::CoveragePathParams::line_spacing = 0.0 |
Distance between adjacent raster lines, in meters.
| double moveit_pro::behaviors::CoveragePathParams::margin = 0.0 |
Inset from the region edges on all sides, in meters.
| double moveit_pro::behaviors::CoveragePathParams::point_spacing = 0.0 |
Sampling distance along each raster line, in meters.
| double moveit_pro::behaviors::CoveragePathParams::standoff = 0.0 |
Tool height above the region's top face, along the region +Z, in meters.