Error in custom natnet c++ client on linux

NatNet, VRPN, TrackD, and Plugins
Post Reply
aaaaa
Posts: 2
Joined: Mon Mar 04, 2024 6:40 am

Error in custom natnet c++ client on linux

Post by aaaaa »

Hello,
I am creating a custom C++ client on linux to use it with ROS 2. And I am getting the following error while I try to connect. I have already working client for ROS 1 and it works flawlessly.
```
/home/mrbuild/npoint/apps/NatNet/NatNetLib/src/ClientCore.cpp:2084: void ClientCore::ClearCommandConfirmation(): Assertion `std::this_thread::get_id() == mMainThreadId' failed.
```
Post Reply