4.15.3 Mercurial
$ cd ~/catkin_ws/src
$ hg clone http://repository/package_name $ cd ~/catkin_ws
$ catkin_make
$ source devel/setup.bash
$ rospack profile$ cd ~/catkin_ws/src/package_name $ hg update
$ cd ~/catkin_ws
$ catkin_make
$ source devel/setup.bashLast updated