Can anyone point me to some help to hook up dual Ultrasonic Sensors in my Inmoov ? Cant really seem to find a place that detials it. Looking to hook 2 of them . Cheers
I have tried to add a whole bunch of these sensors to my InMoov but gave up because it only works on surfaces that are uneven/structured or more or less orthogonal to your sensor. Trying to use it for detecting obstacles in the path of my cart resulted only in reflections from my flat ground that never made it back to the sensors receiver. But you could detect a wall or a passing person in front of the robot.
I switched to use an intel realsense D415 cam to get a real depth image. I am in the process of writing a python task to check for a clear path when moving the cart.
I used a dedicated arduino and own code to check out the ultrasonic sensors, not using MRL for this.
Hey Gael, just an idea. Did you everythink about moving the Config outside the main folder for the software so when a users attempts the next version or even wants to go back a version the config folder is in a common path.
Might be a good idea to even do items like the custom folder etc ;)
Ultrasonic Sensors
Hi
I have tried to add a whole bunch of these sensors to my InMoov but gave up because it only works on surfaces that are uneven/structured or more or less orthogonal to your sensor. Trying to use it for detecting obstacles in the path of my cart resulted only in reflections from my flat ground that never made it back to the sensors receiver. But you could detect a wall or a passing person in front of the robot.
Use these instructions for giving it a try
https://howtomechatronics.com/tutorials/arduino/ultrasonic-sensor-hc-sr04/
thanks
thanks did u end up trying with multiple ? and how did u hook them up to the inmoov boards ? or did u just use the arduino direct ?
I switched to use an intel
I switched to use an intel realsense D415 cam to get a real depth image. I am in the process of writing a python task to check for a clear path when moving the cart.
I used a dedicated arduino and own code to check out the ultrasonic sensors, not using MRL for this.
awesome
cool....sounds interesting let me know if you post your results. I would enjoy seeing them
The Ultrasonic sensor needs
The Ultrasonic sensor needs to be connected to the mini breakout board of the Nervo Board.
I just made a tutorial on InMoov site:
http://inmoov.fr/howto-ultrasonic/
Note that MRL versions prior to Nixie have only one UltraSonic in the configuration file.
thanks
thats what I was looking for perfect.
appreciate it gael ;)
Glad it's usefull. :) I just
Glad it's usefull.
:)
I just updated the version MyRobotLab Manticore on InMoov site to use both UltraSonic sensors.And also for the finger sensors.
it's now version 1.0.2693.16.
http://www.inmoov.fr/wp-content/uploads/mrl/myrobotlab.1.0.2693.16.zip
great
thanks Gael, I will give this a run and test it ;)
idea
Hey Gael, just an idea. Did you everythink about moving the Config outside the main folder for the software so when a users attempts the next version or even wants to go back a version the config folder is in a common path.
Might be a good idea to even do items like the custom folder etc ;)
Hello, The config folder