PathTracer (Pro)
PathTracer visualizes object movement paths with speed-based coloring, creating colorful trails behind moving objects like robot arms to help analyze and validate motion patterns.

Overview
Add the PathTracer component to any moving object (robot TCP, conveyor parts, etc.) to see its path visualized in real-time during play mode. The trail color changes based on movement speed, making it easy to identify acceleration, deceleration, and constant-speed phases.
Key Settings

Trail Configuration
Enable Trail – Turn trail visualization on/off
Trail Time – How long trail remains visible (60 seconds shown in example)
Start/End Width – Trail thickness in millimeters (20mm in example)
Trail Material – Material for rendering (TCPTrailMaterial in example)
Speed-Based Coloring
Slow Color – Color for minimum speed (yellow in example)
Fast Color – Color for maximum speed (magenta in example)
Min/Max Speed – Speed range in mm/s for color mapping (0-2000 mm/s in example)
Performance
Minimum Vertex Distance – Distance before adding new trail point (10mm reduces complexity)
Play Mode Only – Trail only visible during play mode
Quick Start
Add PathTracer component to robot TCP or moving object
Enable "Speed Based Coloring"
Set Slow Color (e.g., yellow) and Fast Color (e.g., magenta)
Configure Max Speed based on your robot/object (e.g., 2000 mm/s)
Press Play to see motion trails
Common Use Cases
Robot Path Validation – Verify arm movements follow expected trajectories
Speed Analysis – Identify acceleration/deceleration phases by color
Cycle Time Optimization – Compare different motion profiles visually
Safety Review – Check for unexpected movements or collision paths
See Also
Drive - Motion control component
TransportSurface - Conveyor and transport systems
Runtime UI - Runtime user interface features
Last updated