iRobotEducation / create3_sim

ROS 2 Simulation for the iRobot® Create® 3 Educational Robot
BSD 3-Clause "New" or "Revised" License
110 stars 56 forks source link

Refactored VCS dependencies a bit #89

Closed apojomovsky closed 3 years ago

apojomovsky commented 3 years ago

Description

Renamed .repos files to reflect reality. Here, the dependencies.repos was pointing to the aws house, which is not even a real dependency of the repository. On the other hand, the repo targetted by msgs.repos is an absolutely vital dependency for the sim to work. So I renamed the files this way:

Documentation as well as CI scripts and gitignore was updated to reflect these changes. Also, the irobot_create_msgs URI was updated from HTTPS to SSH. As this is a private repo, it's a pain to use login credentials on every push/pull from and to that repo.

Checklist

apojomovsky commented 3 years ago

Comments addressed @alsora / @eborghi10 . PTAL