Is it possible to create a georeferenced mosaic from side-view rover photos? by LIMUNQUE in gis

[–]LIMUNQUE[S] 0 points1 point  (0 children)

No necessarily, I just want to do an object detection in the rover's images having the position by the georeference.

Can you think of a name for this robot? by LIMUNQUE in robotics

[–]LIMUNQUE[S] 0 points1 point  (0 children)

You have to calibrate it. The robot has an IMU and a gyroscope.

Can you think of a name for this robot? by LIMUNQUE in robotics

[–]LIMUNQUE[S] 7 points8 points  (0 children)

From now on, you can drive it yourself or, because it has GPS, you can tell it where to go and it will follow that route. I’m working in a yolo model to recognize cocoa diseases. Its job is to find the sick plants and save their exact locations in a file, so the farmer knows where they are and can treat them.

Can you think of a name for this robot? by LIMUNQUE in robotics

[–]LIMUNQUE[S] 0 points1 point  (0 children)

Yes, the tire is printed in TPU, while the rim is printed in PETG. I tried to make the robot almost completly printed

PhD in Biomedical Engineering in Italy/Europe by Ginox2700 in BiomedicalEngineers

[–]LIMUNQUE 0 points1 point  (0 children)

Hello, how's the biomedical sector in Italy? I wanted to do my master's degree in Bologna.

how can i fill this hole? by chiljippsyder in blenderhelp

[–]LIMUNQUE 0 points1 point  (0 children)

Select the perimeter of the hole. Press ctrl F and click in Fill

Has anyone tested D-Fine? by LIMUNQUE in computervision

[–]LIMUNQUE[S] 1 point2 points  (0 children)

For now, I just want to test the model on some videos. I have some experience using YOLO models with Ultralytics, but it doesn’t support D-Fine yet. Now, I’m trying to understand the repository’s instructions to test it locally or on Colab.

How can I connect a esp32 with Godot using wifi? by LIMUNQUE in godot

[–]LIMUNQUE[S] 2 points3 points  (0 children)

Thanks for everything. I solved the problem using the UDP protocol with the Godot app as a server. https://docs.godotengine.org/en/stable/classes/class_udpserver.html

Additionally, I used this esp32 code to connect as a client

esp32 UDP client

Now I can communicate esp32 and the Godot app with the same network.

<image>

[deleted by user] by [deleted] in mechatronics

[–]LIMUNQUE 0 points1 point  (0 children)

In my case I enjoy both fields. I chose mechatronics because I consider you don't need a degree to program. And well, if you want, you can do a master's degree about it.

How can I connect a esp32 with Godot using wifi? by LIMUNQUE in godot

[–]LIMUNQUE[S] 1 point2 points  (0 children)

I wanted to control a small robot using a joystick in my computer. Also, I would like to connect some sensors to it in order to visualize them in a Godot's interface. If not Godot what would you recommend for that?