ekumenlabs / roscpp_android

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

Fix patches #43

Closed garyservin closed 8 years ago

garyservin commented 8 years ago

Since my previous patch, some previously hidden issues have arisen, some of them related to patches not being able to apply correctly. I've also added a function to check if the patch has already been applied.

This PR address that and updates all the patches so they can be applied normally. It also fixes an issue with the format of the ROS_PARALLEL_JOBS env var.

cc: @ernestmc @adamantivm