Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use dpkg --list to format stdout to lockfile to make list of installed package more readable * Line formating space new line after each lockfile checksum * Specify ROS distro for rosdep update * Strip ros distro install fom AMENT_PREFIX_PATH to force rosdep to resolve and list apt installed package dependencies and to not skip them as if they are in the catkin workspace * Prevent dpkg from listing all installed pacakge when set of dependencies happens to be empty * Account single entry case AMENT_PREFIX_PATH * Unset AMENT_PREFIX_PATH if only ros install path to prevent rosdep from erroring out on empty var
- Loading branch information