# ROS-Mobile-Android **Repository Path**: regiontech/ROS-Mobile-Android ## Basic Information - **Project Name**: ROS-Mobile-Android - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-04-13 - **Last Updated**: 2024-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ROS-Mobile ROS-Mobile is an [Android](https://www.android.com/) application designed for dynamic control and visualization of mobile robotic system operated by the Robot Operating System ([ROS](http://wiki.ros.org/)). The application uses ROS nodes initializing publisher and subscriber with standard ROS messages. The overall code architecture pattern is Model View ViewModel ([MVVM]([https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel](https://en.wikipedia.org/wiki/Model–view–viewmodel))), which stabilizes the application and makes it highly customizable. For a detailed overview of the functionality, we refer to our [wiki](https://github.com/ROS-Mobile/ROS-Mobile-Android/wiki). - Current stable Version: 2.0.0 ## Cite 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} } ``` ## Requirements - Mobile Android Device with Android Version 5.0 (Lollipop) or higher - Android Studio Version 3.6.1 or higher (if built from source) ## Installing Instructions There are three different ways for installing ROS-Mobile onto your mobile device: Built from source, install current apk, download from Google Playstore. We highly recommend to use the download function from the Google Playstore. ##### Built from Source: - Install Android Studio Version 3.6.1 or higher - Download the complete repository (Master Branch) and open it via Android Studio - Built the Code (Make Project Button), connect your mobile device to your PC and install the Software (Run 'app'). Make sure you activated the developer options and adb debugging on your mobile device and installed all required drivers for usb and adb. ##### Install current APK: - Download the current ROS-Mobile version as [apk file](https://github.com/ROS-Mobile/ROS-Mobile-Android/blob/master/app/release/app-release.apk) and store it in an easy-to-find location onto your mobile device - Allow third-party apps on your device. Therefore go to **Menu > Settings > Security** and check **Unknown Sources** - Go now to the apk file, tap it, then hit install ##### Download from Google Playstore: - Simply go to the [Google Playstore Website](https://play.google.com/store/apps/details?id=com.schneewittchen.rosandroid) of the ROS-Mobile app and download it. It will be installed automatically ## Introduction Video [](http://www.youtube.com/watch?v=T0HrEcO-0x0) ## Currently available ROS Nodes The following Nodes are currently supported by ROS-Mobile. For a comprehensive overview over the functionality of each node have a look into [Nodes Description](https://github.com/ROS-Mobile/ROS-Mobile-Android/wiki/ROS-Nodes) in the wiki. Additional Nodes will be available in upcoming Versions or can be easily added independently. See the [How to add your own Nodes](https://github.com/ROS-Mobile/ROS-Mobile-Android/wiki/How-to-contribute%3F#add-your-own-nodes) section in the wiki. - Debug (similar to rostopic echo) - Joystick (geometry_msgs/Twist) - GridMap (nav_msgs/OccupancyGrid) - Camera (sensor_msgs/Image, sensor_msgs/CompressedImage) - GPS (sensor_msgs/NavSatFix) - Button (std_msgs/Bool) - Logger (std_msgs/String) ## Short Example Usage