Andreu Corominas Murtra

Results 24 comments of Andreu Corominas Murtra

Yes, if you mean by "Ethernet/IP scanner" a process running on a machine which will manage (get/set data) an Ethernet/IP device such as a lidar, a motor drive or a...

Hi, CI has done its job! The build fails because there is an ambiguity with the headers of the added methods at Session class. To solve this ambiguity , in...

Hi Mike, as you suggested, I've implemented the overloading of

Fixed , getting inspiration from [here](https://itsourcecode.com/importerror/importerror-cannot-import-name-soft_unicode-from-markupsafe/) Just doing: `pip install jinja2 --upgrade` And `catkin build` again.

Hi @cse0001 , thanks for your response. As I said, we "solved" the issue upgrading jinja2. If I have the opportunity to work with a new fresh machin, i'd try...

Hi, take into account that frame rate is a "maximum desired" param, and other params, specially image resolution or exposure can cause a reduction on actual frame rate. Check that...

Hi Patrick, thanks for the support. I answer your questions: 1. About network adapters, I copy the output of ifconfig. You will see that all the adapters are in separate...

Hi Patrick! Setting transport to "tcp" works ok ... Since I guess data transfer through tcp adds some extra traffic. please, let me know why "udp" is the default transport...

Hi yes it is good to have tcp working because we can unblock our development, but as you point, we'd prefer to work with udp, so let's try to fix...

Similar output with `boost::asio::ip::address_v4::any()` : ``` Request URL: http://192.168.2.3/cmd/get_protocol_info QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-beta' Request URL: http://192.168.2.3/cmd/get_parameter?list=device_family Request URL: http://192.168.2.3/cmd/get_parameter?list=product [ INFO] [/r2000_node]: Device found: R2000 address, port:...