[ros-users] For loop in joint_spline_trajectory_controller

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: ros-users
Subject: [ros-users] For loop in joint_spline_trajectory_controller
Hi all,

I noticed a strange loop in the queryStateService function, in
joint_spline_trajectory_controller.cpp,

for (size_t i = 0; i < q.size(); ++i)
{
}

Is it really necessary or does it need to be cleaned up ?


Guido