ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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