lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
949 stars 388 forks source link

test/python: Show simple reproduction of udpm queue overrun #346

Closed EricCousineau-TRI closed 1 year ago

EricCousineau-TRI commented 3 years ago

Showing #345 Dunno if it's worth having in master. Feel free to close.

EricCousineau-TRI commented 3 years ago

To briefly run this test:

cd lcm
mkdir build && cd build
cmake .. -DPYTHON_EXECUTABLE=$(which python2) -DLCM_ENABLE_PYTHON=ON -DLCM_ENABLE_JAVA=OFF -DLCM_ENABLE_LUA=OFF -DLCM_ENABLE_GO=OFF
make
ctest -V -R Python::lcm_udpm_queue_issue_test
nosracd commented 1 year ago

Due to inactivity, this PR has been replaced by #404