You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
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.)
The text was updated successfully, but these errors were encountered:
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?
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"<[email protected]>;
发送时间: 2019年11月22日(星期五) 上午9:46
收件人: "rosjava/android_apps"<[email protected]>;
抄送: "2452927853"<[email protected]>;"Author"<[email protected]>;
主题: 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.
The text was updated successfully, but these errors were encountered: