using conda for ros development
Is it good practice to use virtual environments like conda for ros software development? The issue i faced: 1. While publishing and deploying the ros package with conda environment with snap. 2. While using conda different modules installed on different conda environment can't be used at same time. Here is one issue i faced while working with conda for differetn python module development.