We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@AlexReimann I just ran across this:
[...] dist_eps_ = dist_eps_ * 0.2; [...] orient_eps_ = orient_thres_ * 0.2
https://github.com/yujinrobot/yujin_ocs/blob/indigo-devel/yocs_diff_drive_pose_controller/src/diff_drive_pose_controller_ros.cpp#L113-L129
What is the reason for (was the motivation behind) using this hard-coded factor?
The text was updated successfully, but these errors were encountered:
@stonier FYI
Sorry, something went wrong.
Was already there before I touched the code, question back to you ;)
Right, GitHub's blame was misleading. 😄
This factor got introduced here: fb26d5a
Will think more about it and remove if I cannot come up with a good reason for it.
bit-pirate
No branches or pull requests
@AlexReimann I just ran across this:
https://github.com/yujinrobot/yujin_ocs/blob/indigo-devel/yocs_diff_drive_pose_controller/src/diff_drive_pose_controller_ros.cpp#L113-L129
What is the reason for (was the motivation behind) using this hard-coded factor?
The text was updated successfully, but these errors were encountered: