Connect IR Sensor to ROS2
Wire IR sensor using this diagram
On the arduino IDE, upload File > Examples > Firmata > StandardFirmata
to the Arduino Uno board (following this tutorial)
Get device location from the lower right part of Arduino IDE, for me it was /dev/ttyACM0
sudo apt install python3-pip
python3 -m pip install pyfirmata
python3
Modify device location in the script ir_sensor_pyfirmata.py
.
Test if the range readings are read by pyfirmata by running the script.
publisher_member_function.py
subscriber_member_function.py
Bonus:
--device
flagdocker run -it --net=host --device /dev/dri/ --device /dev/ttyACM0 -e DISPLAY=$DISPLAY -v $HOME/.Xauthority:/root/.Xauthority:ro osrf/ros:humble-desktop-nav2