Skip to content

Commit ad27e99

Browse files
urfeexurrsk
andauthored
Update examples/trajectory_point_interface.cpp
Co-authored-by: Rune Søe-Knudsen <[email protected]>
1 parent 9de0994 commit ad27e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/trajectory_point_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ int main(int argc, char* argv[])
165165
std::vector<double> accelerations{ 2.5, 2.5 };
166166
std::vector<double> blend_radii{ 0.0, 0.0 };
167167

168-
// Trajectory execution
168+
// Trajectory execution of the path that goes through the points twice.
169169
g_my_driver->writeTrajectoryControlMessage(urcl::control::TrajectoryControlMessage::TRAJECTORY_START,
170170
points.size() * 2);
171171
for (size_t i = 0; i < points.size(); i++)

0 commit comments

Comments
 (0)