ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi, There are different version controls like hg, svn, bzr etc. Bazaar is the version control you are talking about. The command for checking out from bzr is
bzr checkout <https://link> <local_directory_path>
you can google to know more about this version control.
Hope this helps, Karthik