Hello,
I think the minus is not necessary in the following equation in Chapter 4.3.
Wrong) twist_object.angular.z = -error_x / 5000;
Correct) twist_object.angular.z = error_x / 5000;
What do you think? In fact, if I delete the minus, it works correct.
Masanori