ekumenlabs / roscpp_android

Cross compilation scripts for building ROS nodes using the Android NDK.
39 stars 30 forks source link

Remove algron references #24

Closed garyservin closed 8 years ago

garyservin commented 9 years ago

There are still some libraries that point to the algron repos. Also, this repo is a fork of the algron one.

grep -Hrn --exclude-dir=output "algron" .                                        
    ./ndk.rosinstall:771:    uri: https://github.com/algron/rospack.git
    ./get_library.sh:26:    URL=https://github.com/algron/Boost-for-Android.git
carlosjoan91 commented 8 years ago

I've been trying to build the sample app from the ROS Android NDK tutorial, however do_docker.sh fails as it tries to run get_library, since the algron repo is now non-existant. Is there a different repo for Boost-for-Android that I can switch this to? Or has this been otherwise solved?

garyservin commented 8 years ago

Hi @carlosjoan91! Thanks for reporting the issue, I've already created a PR to fix the issue and point to our own repos. It will be merged later today.