Releases: rickstaa/.ros_conda_wrapper
Releases · rickstaa/.ros_conda_wrapper
v1.0.12
v1.0.11
v1.0.10
v1.0.9
v1.0.7
Adds Stefan Fabian to the contributors
👥 I added a reference to the original gist on which this wrapper is based. Additionally, I also made sure @StefanFabian is added to the contributors.
Updates Documentation and adds additional prompts
In this version, the README.md has been updated to include code examples. Further the --ros-wrapper activate
and deactivate
commands now return the current value.
Fixes module roslaunch not found when inside conda environment
This release fixes the module roslaunch
not found bug (see 🐛 #9).
Fixes enum34 not found error when switching Conda environments
💥 BREAKING CHANGE: The ROS dist-packages path is now fully removed from the PYTHONPATH
when inside an Conda environment.
Before:
ROS environment site-packages folder was placed before the ROS dist-packages path.
After:
Now the ROS dist-packages folder is removed from the PYTHONPATH when inside an
anaconda environment.
This was done as this method caused `module enum34 not found` error when changing
between Conda Environments
Small bug fixes and speed improvements
In this release, some small bugs 🐛 which were still present were fixed, and the code was reformatted to improve execution speed ⚡.