Make a ROS node that does spatial median filtering on the “msg.ranges”

前端 未结 0 863
陌清茗
陌清茗 2020-12-12 20:02

I hope to write a median filter with a window width of 3, that is, three [1,2,3,4,5,6] output as [1,3,4,6]. So, I tried to write the following node. But, As a rookie

相关标签:
回答
  • 消灭零回复
提交回复
热议问题