`cmd_vel` type is set to `Float32MultiArray`, but publisher sends `Float32`; that subscription will never match.
cmd_veltype is set toFloat32MultiArray, but publisher sendsFloat32; that subscription will never match.