Android + ROS + QR
Hi, I just started with ROS and I want to make an android app that reads a QR code to decide which information it should send. After deciding which information it should send, a node should receive it and do something. The information would be a position in the world.
May I ask how I should start? I don't know the approach I should take: -Should I make a common android app and find a way to send the information? How can I send it to a node without the app being a node? -Should I run a node in the cel phone and send the information via a topic?
I am quite lost because I don't know java and I am new to ROS. Not sure which approach would be easier or better.
Thanks in advance for your help.