Juan Antonio Breña Moral
Juan Antonio Breña Moral
Currently, when the code is parsed, the output is a SVG. It is possible to execute the flow in terms of variables? for example: op1=>operation: My Operation|past It is possible...
Hi, If I fork the project, some orientation to modify the project to compile with Java?
I will review the whole project as a starting point. Cheers
Many thanks @rctoris, Tomorrow using the idea from `ROSJava` Interface, I will try to publish a message from a `LaserScan` If the `POC` goes well, do you like a PR?...
Hi @rctoris, Finally, I could migrate the message to ROSBridge. Here is the class: https://github.com/ev3dev-lang-java/ros/blob/develop/src/main/java/edu/wpi/rail/jrosbridge/messages/sensor_msgs/LaserScan.java Now, I can publish LIDAR data from a RPLidar on ROS using ROSBridge.  Cheers...
I have just tested with latest release alpha (5.0.0-alpha.2) and the problem continues: ``` /*jslint node: true*/ "use strict"; var fs = require('fs'); var http2 = require('http2'); var express =...
Hi @dougwilson, if you provide some technical documentation to check that classes, I could help you to begin fixing this issue. Tomorrow, I will test the alternative.
No problem, will try to check this part: ``` Prototype = req.__proto__; req.__proto__ = app.request; app.request.__proto__ = originalPrototype; ``` it is a clue from a comment in: https://github.com/molnarg/node-http2/issues/100 Besides, I...
Pretty interesting!!! I will test next week. @victorherraiz @isuriv
Any progress with this issue?