Skip to content

Commit f5b7af0

Browse files
authored
Remove print statement when executing optimovel primitives (#365)
That is the only primitive type that prints. Probably a leftover from debugging the implementation.
1 parent 7dec73d commit f5b7af0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/control/trajectory_point_interface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ bool TrajectoryPointInterface::writeMotionPrimitive(const std::shared_ptr<contro
147147
}
148148
case control::MotionType::OPTIMOVEL:
149149
{
150-
URCL_LOG_INFO("Executing OptimoveL motion.");
151150
auto optimovel_primitive = std::static_pointer_cast<control::OptimoveLPrimitive>(primitive);
152151
first_block = { optimovel_primitive->target_pose.x, optimovel_primitive->target_pose.y,
153152
optimovel_primitive->target_pose.z, optimovel_primitive->target_pose.rx,

0 commit comments

Comments
 (0)