Paul Melnikov
Paul Melnikov
Hi. I've been able to successfully reproduce this on another Win7x64 box (inside VirtualBox) with fresh install of VS Code and PlatformIO. I've used this code: https://github.com/positron96/cnc3018-offline-controller but on my...
Hi @Alexandrsv, the workaround asks to add a phone to the account, did it do that for you?
Hello. I've created two map objects like this: ``` new ROS3D.OccupancyGridClient({ ros : rosobj, topic : "/map", continuous : true, offsetPose: new ROSLIB.Pose({position: {x:0,y:0,z:0.5} }), rootObject : viewer.scene }) new...
Thank you! I will try the methods you suggested to make it work. But anyway, I think that object visibility is a very basic property and having a unified access...
You mean the comment describing constructor arguments? Yep, I did.
Just adding -lboost_system to set(LIBS... directive in Examples/ROS/ORB_SLAM2/CMakeLists.txt worked for me!
Hi, I write this to confirm the issue with restoring position. My GRBL complains about G0X0Y0 command issued when I click the button (requiring to reset). This is probably because...
In the same spirit, exposing jogging functions to plugins would allow custom controllers support, e.g. gamepads (via QGamepad API) or cncjs web-pendants compatibility.
Nope. I got the impression that the library simply doesn't support this feature. Someone with deep knowledge of Gerber needs to implement it.
Hi guys and thanks for a great project of mxe! I just wanted to add to the list of available CI engines: recently (well, for at least half a year)...