Just FYI, you may experience some problems when having an entire ROS workspace inside your github repo. A lot of the files in /devel/ are user-specific. It is best for everybody to have their own ros workspace and only have packages being tracked by git. (I know this because I used to do what you're doing)
Just FYI, you may experience some problems when having an entire ROS workspace inside your github repo. A lot of the files in /devel/ are user-specific. It is best for everybody to have their own ros workspace and only have packages being tracked by git. (I know this because I used to do what you're doing)