Noether
0.0.0
|
Aligns the x-axis of all waypoints with the direction of travel of the first two waypoints. More...
#include <uniform_orientation_modifier.h>
Public Member Functions | |
ToolPaths | modify (ToolPaths tool_paths) const override final |
Additional Inherited Members | |
Public Types inherited from noether::ToolPathModifier | |
using | Ptr = std::unique_ptr< ToolPathModifier > |
using | ConstPtr = std::unique_ptr< const ToolPathModifier > |
Aligns the x-axis of all waypoints with the direction of travel of the first two waypoints.
Re-alignment of the waypoint orientation only occurs if the dot product of the waypoint x-axis and the reference direction of travel is less than zero. In the case of an orientation change, the waypoint is simply rotated about its z-axis by 180 degrees
|
finaloverridevirtual |
Reimplemented from noether::OneTimeToolPathModifier.