rosbridgecpp icon indicating copy to clipboard operation
rosbridgecpp copied to clipboard

A C++ Rosbridge client which uses https://gitlab.com/eidheim/Simple-WebSocket-Server for websocket communication and https://github.com/Tencent/rapidjson for JSON manipulation.

Results 2 rosbridgecpp issues
Sort by recently updated
recently updated
newest added

I'd like my C++ client subscriber `wait for topic` just like in ROS: ``` rospy.wait_for_message('/topic', String) ``` Any ideas how to make a thread with a goal? Checking for [wss_examples.cpp](https://gitlab.com/eidheim/Simple-WebSocket-Server/-/blob/master/wss_examples.cpp)...

I checked about the speed of publish. It took about 1ms for example you uploaded. Is there any way to increasing the speed by modifying client.cpp? thanks!