-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use the python package? #65
Comments
Hi @ewolfox. If I understand your question correctly you want to be able to use python code on the android device? This is currently not supported and thus the workarounds needed for these types of packages. |
Thank you. @ernestmc Now could you give me some advice on how to make the workarounds? |
Yes, C++ or Java. |
Thank you. @adamantivm @ernestmc The package roscore roslaunch and so on. I am trying to port the ROS to Android. Refactoring the script files with the C++ is the practicable way. Any other lightweight actions? |
@ewolfox roscore and roslaunch are not necessary for ROS in Android, unless you're trying to do something out of the ordinary that I don't understand. ROS can be used on Android already, but since the application lifecycle in Android is different than Linux, instead of using roscore and roslaunch, there are Java APIs for creating Android Activities to start a ROS core, nodes, etc. instead. You can find more details here, or here. You may also find this link useful. |
@adamantivm Thank you very much. |
No description provided.
The text was updated successfully, but these errors were encountered: