Closed JJwifisensing closed 1 month ago
Hi @JJwifisensing,
The tensor rx_velocities
allows you to set for each RX a different velocity vector. Not clear what your issue is.
BTW, there is typo, num_tx
should be num_rx
. This is fixed in the next release.
Hi @JJwifisensing,
The tensor
rx_velocities
allows you to set for each RX a different velocity vector. Not clear what your issue is. BTW, there is typo,num_tx
should benum_rx
. This is fixed in the next release.
oh,sorry,I overlooked it.And,Does "num_rx" refer to the sequence in which "rx" is added to the scene? For example, in this code snippet, "rx" is 1 and "rx_C" is 2.
Yes.
In my scenario, there is one TX and two RXs. I want to set the speed for one of the RXs. How can I do this? The API documentation does not seem to mention this.