04-13-2021 12:35 AM
Hi, I was wondering if anyone has made a Car that avoids obstacles using LabVIEW and an IR sensor or Obstacle Avoidance Sensor? I've been trying to search Google for some examples using LabVIEW but most just use Arduino and I want to use LabVIEW mainly. If anyone has done anything similar or knows any references to similar projects and would like to share I would greatly appreciate it. Thanks!
04-13-2021 06:16 AM - edited 04-13-2021 06:16 AM
If the code runs on an Arduino, it shouldn't be that hard to convert to LabVIEW...
The hard part of these kind of problems usually is the concept, not the implementation.
If you have a concept, we can help with the implementation.
EDIT: Also, this sounds a lot like homework...
04-13-2021 10:25 AM
What is the hardware your car is using ?
Does it have a Arduino ? or a Raspberry PI ? or a MyRIO?
There are many ways to make a car that can avoid objects, it all depends on your hardware selection. And LabVIEW is "just" a programming language.