Skip to content
Snippets Groups Projects

Remove laser scanner features memory

2 files
+ 14
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -31,6 +31,7 @@ namespace armarx::aron::codegenerator::cpp::generator
{
const std::map<type::matrix::ElementType, std::tuple<std::string, int, std::string>> ElementType2Cpp =
{
// TODO: rename to float32 etc. but keep backward compability
{type::matrix::INT16, {"short", 2, "::armarx::aron::type::matrix::INT16"}},
{type::matrix::INT32, {"int", 4, "::armarx::aron::type::matrix::INT32"}},
{type::matrix::INT64, {"long", 8, "::armarx::aron::type::matrix::INT64"}},
Loading