Skip to content

Commit

Permalink
Use 8-bits only to encode the voltage
Browse files Browse the repository at this point in the history
  • Loading branch information
ubgk committed Oct 18, 2023
1 parent 8ffdaf1 commit fd84279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulp/actuation/resolution.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inline actuation::moteus::QueryCommand get_query_resolution() {
query.q_current = Resolution::kIgnore;
query.d_current = Resolution::kIgnore;
query.rezero_state = Resolution::kIgnore;
query.voltage = Resolution::kInt16;
query.voltage = Resolution::kInt8;
query.temperature = Resolution::kInt8;
query.fault = Resolution::kInt8;
return query;
Expand Down

0 comments on commit fd84279

Please sign in to comment.