Ujjval Rathod
Ujjval Rathod
I want to make a Mesh using two ESP8266. I have some questions. First I have to add the method in both ESP void easyMesh::init( String prefix, String password, uint16_t...
Actually, I am making the network using two ESPs at present. One has sensor connected and the other one receives the data. The problem is the routine mesh.sendBroadcast(something) evaluates to...
I have one question about Timebase adaptation. Instead of opening a new issue let me ask here. When a Node adopts the timebase synchronization of another node what about the...
I had the similar issue, I solved by creating a policy and properly editing the resources in connect, publish and subscribe.
@AldrichCabrera thank you
Did anyone of you tried processing your own sequences with this method suggested by @9friday ? Does't it needs Depth images also? what about timestamps? there are many of them....
You can calibrate the camera with some online opencv c++ code. to process the video you need to create images in rgb folder and time-steps in rgb.txt folder.
So the above discussion concludes that if one has USB camera, then he needs to publish the images from the camera and read them as an input to the node?...
I also have similar issue I am attaching a file which contains my bash output. Can someone suggest a fix? [Untitled Document.tar.gz](https://github.com/raulmur/ORB_SLAM2/files/2128972/Untitled.Document.tar.gz)
I have done the following > sudo chown -R myusername:root ORB_SLAM2 then I go in ORB directory and run > ./build_ros.sh `Building ROS nodes mkdir: cannot create directory ‘build’: File...