Noether
0.0.0
|
Offsets the tool path by a fixed pose. More...
#include <offset_modifier.h>
Public Member Functions | |
OffsetModifier (const Eigen::Isometry3d &offset) | |
ToolPaths | modify (ToolPaths tool_paths) const override |
Protected Attributes | |
const Eigen::Isometry3d | offset_ |
fixed tool path offset | |
Additional Inherited Members | |
Public Types inherited from noether::ToolPathModifier | |
using | Ptr = std::unique_ptr< ToolPathModifier > |
using | ConstPtr = std::unique_ptr< const ToolPathModifier > |
Offsets the tool path by a fixed pose.
Reimplemented from noether::ToolPathModifier.