提交 477c7790 编写于 作者: L luoqi06 提交者: Jiangtao Hu

Canbus : fix the scaling

上级 faf7ec7e
......@@ -184,7 +184,7 @@ Chassis TransitController::chassis() {
if (motion20.has_llc_fbk_brakepercentrear()) {
// TODO(Udelv): fix scaling
chassis_.set_brake_percentage(motion20.llc_fbk_brakepercentrear() * 100);
chassis_.set_brake_percentage(motion20.llc_fbk_brakepercentrear());
}
if (motion20.has_llc_fbk_gear()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册