ROS-Mobile

4.5
76 reviews
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

ROS-Mobile is an Android application designed for dynamic control and visualization of mobile robotic system operated by the Robot Operating System (ROS). The application uses ROS nodes initializing publisher and subscriber with standard ROS messages. The overall code architecture pattern is Model View ViewModel (MVVM), which stabilizes the application and makes it highly customizable.

If you use ROS-Mobile for your research, please cite
@article{rottmann2020ros,
title={ROS-Mobile: An Android application for the Robot Operating System},
author={Rottmann, Nils and Studt, Nico and Ernst, Floris and Rueckert, Elmar},
journal={arXiv preprint arXiv:2011.02781},
year={2020}
}

For further details have a look onto our GitHub page (search for ROS-Mobile)
Updated on
Jun 28, 2021

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.5
74 reviews
Christian Siefen
February 17, 2022
Please add the ability to use AlphaNumerics in the master address input. I literally cannot connect using a hostname because of this issue. I love this app otherwise. But please this is a super simple change. I've even tried copying and pasting by address into the field and it wont keep any a-Z characters. Will gladly change to 5 stars after this is fixed! Many ros robots use hostnames rather than IP. Literally lines 41-48 of your master_fragment.xml file.
19 people found this review helpful
Did you find this helpful?
Orhan G. Hafif
December 15, 2020
A help to others, even though everything is correct, you should edit all textboxes to trigger updates of strings (like delete the last character of strings to 192.168.1. and type 192.168.1.33 back,) and then it succesfully connects.
24 people found this review helpful
Did you find this helpful?
Marcus Forte
August 22, 2020
I really love the idea, congratulations on finally developing an Android interface to ros ! I'm giving 5 stars even though it dit not work with me because I trust you will improve. My app could not connect to a master. In the master PC (I'm using noetic), I've set: ROS_IP ROS_MASTER_URI ROS_HOSTNAME all correctly, but still did not work :(
18 people found this review helpful
Did you find this helpful?
ROS-Mobile
August 27, 2020
Currrently, we tested our application with Kinetic and Melodic. However, it should also work with Noetic. Please check first if you can connect via SSH to your Master PC. If so, and you still can not access the Master, please add an issue here: https://github.com/ROS-Mobile/ROS-Mobile-Android/issues

What's new

Version 2.1: New Widgets (RqtPlot, Battery, LaserScan, ...) and Bug Fixes