bchretien / arch-ros-stacks

:package: AUR packages of ROS stacks.
46 stars 26 forks source link

Add/rosserial pkgs #40

Closed candronikos closed 8 years ago

candronikos commented 8 years ago

Updated rosserial packages

bchretien commented 8 years ago

ros-indigo-rosserial-python was not pushed to the AUR.

bchretien commented 8 years ago

Also, relevant entries in .gitmodules need to be added when adding a new submodule.

candronikos commented 8 years ago

Ok, I believe the .submodule issue is fixed. I'm going to look over some of these packages again for more issues

candronikos commented 8 years ago

python ./parallel_submodule_update.py stalls in the tests but works fine on my pc.

bchretien commented 8 years ago

In .gitmodules, do not use ssh+git addresses, else other users cannot use it (only you have SSH access to these repositories). The proper way to do this is to use the https address there, and then set the push-url to ssh+git thanks to the set_pushurl.sh script (just run the script, it sets the push URLs for every submodule). I should probably add more explanations to README.md on this.

bchretien commented 8 years ago

I cleaned up a bit and merged manually. Thanks!