rosjava / android_apps

Applications built on top of the rosjava android libraries.
132 stars 112 forks source link

the App Flashback #88

Open zhangaimei opened 5 years ago

zhangaimei commented 5 years ago
    I have git clone the code and built the project sucsussfully  and installed the app in my phone.
    In the MasterChooser interface,after I input the URI adress,it  jumped to the map control interface and and showed that it has connected. But then the App Flashed Back to Desktop.
   I have tryed make_a_map and map_nav,.That's the case with them.(I haven't changed the source code at all.)
XiaoRGEEK commented 4 years ago

I encountered the same problem with you. After successfully installing the app, after entering the address, it flashed directly. Have you solve this problem? If it is solved, can you tell me how to use it?

zhangaimei commented 4 years ago

I have solved it. It is because the version of the content in the file of build.gradle is incorrect. I changed it todependencies {   compile 'com.github.rosjava.android_remocons:common_tools:[0.2,0.3)'   compile 'org.ros.android_core:android_15:[0.3,0.4)'   compile 'org.ros.rosjava_core:rosjava_geometry:[0.3,0.4)'   compile 'org.ros.rosjava_messages:map_store:[0.3,0.4)'   compile 'org.ros.rosjava_messages:world_canvas_msgs:[0.2,0.3)' }

------------------ 原始邮件 ------------------ 发件人: "XiaoRGEEK"<notifications@github.com>; 发送时间: 2019年11月22日(星期五) 上午9:46 收件人: "rosjava/android_apps"<android_apps@noreply.github.com>; 抄送: "2452927853"<2452927853@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [rosjava/android_apps] the App Flashback (#88)

I encountered the same problem with you. After successfully installing the app, after entering the address, it flashed directly. Have you solve this problem? If it is solved, can you tell me how to use it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

zengkl520 commented 4 years ago

You can run with the old version without crashing, but you need to modify some code to run https://github.com/rosjava/android_apps/tree/e3fb0dbd588395da5f528655b1f9eecfdd339150