filters icon indicating copy to clipboard operation
filters copied to clipboard

filter_base.hpp an error in armhf

Open yuqingli05 opened this issue 9 months ago • 3 comments

/opt/ros/ws_moveit2/src/filters/include/filters/filter_base.hpp:219:8: error: ‘bool filters::FilterBase<T>::getParam(const std::string&, size_t&)’ cannot be overloaded with ‘bool filters::FilterBase<T>::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

yuqingli05 avatar Mar 21 '25 16:03 yuqingli05