/opt/ros/ws_moveit2/src/filters/include/filters/filter_base.hpp:219:8: error: ‘bool filters::FilterBase::getParam(const std::string&, size_t&)’ cannot be overloaded with ‘bool filters::FilterBase::getParam(const std::string&, unsigned int&)’
219 | bool getParam(const std::string & name, size_t & value)
It should be caused by the same 32-bit CPU size_t and unsigned in
/opt/ros/ws_moveit2/src/filters/include/filters/filter_base.hpp:219:8: error: ‘bool filters::FilterBase::getParam(const std::string&, size_t&)’ cannot be overloaded with ‘bool filters::FilterBase::getParam(const std::string&, unsigned int&)’
219 | bool getParam(const std::string & name, size_t & value)
It should be caused by the same 32-bit CPU size_t and unsigned in