Noether  0.0.0
Loading...
Searching...
No Matches
noether::OffsetModifier Class Reference

Offsets the tool path by a fixed pose. More...

#include <offset_modifier.h>

Inheritance diagram for noether::OffsetModifier:

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 >
 

Detailed Description

Offsets the tool path by a fixed pose.

Member Function Documentation

◆ modify()

ToolPaths noether::OffsetModifier::modify ( ToolPaths  tool_paths) const
overridevirtual

Reimplemented from noether::ToolPathModifier.