Alexander Poss

Results 119 comments of Alexander Poss

I changed it to use Makefiles. One of the commits also solves a bug when one enters a password that has a wrong length.

@satya164 Not sure that would make sense. Was there any development in this repo since I forked it? I would consider a force push to master that case. Of course...

The problem still exists. A workaround is to not unregister publisher sockets and leave them dangling. However, this is not very clean and might result in memory exhaust for a...

Thanks for the explanation. Is there more info on the `resize` operation? `image_proc` is sparsely documented.

Note that the vanilla `position_trajectory_controller` doesn't give feedback on the position in the trajectory either. However, we are already working on extending this for pause/resume support. Given that we have...

@jonnydee Is this project still active? I also have some ZMQ 4.x specific changes that need merging.

You can take a look at https://github.com/qtquickvcp/QtQuickVcp/tree/master/3rdparty/nzmqt and https://github.com/qtquickvcp/QtQuickVcp/blob/master/src/zeromq.pri for reference.

Okay it turned out it was a problem with my implementation that caused the segfault. However, how to use nzmqt with multiple ZMQContexts is probably still relevant. I think it...

I am using it with msvc++. This here covers a bit more but may help you https://github.com/strahlex/QtQuickVcp/wiki/Installing-protobuf-and-zeromq#windows

I like the idea of having run config for ROS launch and test files similar to Python/Bash execution: ![image](https://user-images.githubusercontent.com/1467368/43955474-b18d9964-9ca0-11e8-96fe-83970dbcc7c9.png) `Run my_node.launch...`