Skip to content
Snippets Groups Projects

added uint support and 2 more tof sensor values

Merged Torben Hildebrand requested to merge feature/armarde-tof into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -203,7 +203,7 @@ namespace armarx::armem::server::robot_state::exteroception
const int idx = std::stoi(elements.at(1));
ARMARX_CHECK_LESS(idx, tof.depth.size());
ARMARX_CHECK_LESS(idx, tof.sigma.size());
// we don't allow dynamic ToF size atm
// if (tof.array.size() < (idx + 1))
@@ -251,7 +251,7 @@ namespace armarx::armem::server::robot_state::exteroception
const int idx = std::stoi(elements.at(1));
ARMARX_CHECK_LESS(idx, tof.depth.size());
ARMARX_CHECK_LESS(idx, tof.targetDetected.size());
// we don't allow dynamic ToF size atm
// if (tof.array.size() < (idx + 1))
Loading