Whether PIR sensor hc-sr501 supported by ros
Can any one send the Arduino Ros code for detecting humans using Pir sensor.
Can any one send the Arduino Ros code for detecting humans using Pir sensor.
First, passive infrared sensor are not specifically detecting humans, but generally a moving heat source. Second, this is probably the wrong place for this question as reading ADC inputs on an Arduino (AVR) is a hardware specific question. Generally you want to:
Find on how to read the sensor from your microcontroller (read the datasheets!) Also there are probably tons of examples on the internet.
When you get to the point where your arduino/pir works and you want to integrate it with ROS check rosserial
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-12-24 08:39:41 -0600
Seen: 108 times
Last updated: Dec 25 '16
Please help with requestTopic in ROS XMLRPC Slave API
How to use gmapping not from launch file?
Floating point exception (core dumped).
How to read positions from tf::TransformBroadcaster
Rgbdslam v2 Error on ROS Hydro [closed]
ros and rasperypie combination
Can I use matlab function in ROS node written by C++?
How to get a python node in ROS publish multiple topics? [closed]