Skip to content
Snippets Groups Projects

fix type of a lookup table/vector for channel order -> index

Merged Tilman Daab requested to merge fix/type-of-channel-to-index-lookup into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -175,7 +175,7 @@ namespace armarx
Eigen::Matrix6f _conversion_matrix;
Eigen::Vector6f _offset;
Eigen::Vector6f _channel_order;
Eigen::Vector6i _channel_order;
float _ticks_to_volt_factor;
RobotUnitDataStreamingReceiverPtr _streaming_handler;
Loading