We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dec73d commit f5b7af0Copy full SHA for f5b7af0
1 file changed
src/control/trajectory_point_interface.cpp
@@ -147,7 +147,6 @@ bool TrajectoryPointInterface::writeMotionPrimitive(const std::shared_ptr<contro
147
}
148
case control::MotionType::OPTIMOVEL:
149
{
150
- URCL_LOG_INFO("Executing OptimoveL motion.");
151
auto optimovel_primitive = std::static_pointer_cast<control::OptimoveLPrimitive>(primitive);
152
first_block = { optimovel_primitive->target_pose.x, optimovel_primitive->target_pose.y,
153
optimovel_primitive->target_pose.z, optimovel_primitive->target_pose.rx,
0 commit comments