Skip to content

Releases: rickstaa/.ros_conda_wrapper

v1.0.12

06 Mar 18:44
dadc96d
Compare
Choose a tag to compare
refactor: fix CONTRIBUTING formatting

v1.0.11

06 Mar 12:35
6d9d7ed
Compare
Choose a tag to compare
docs: update CONTRIBUTING.md

v1.0.10

24 Jul 11:00
2cccb27
Compare
Choose a tag to compare

Improves contributing guidelines 📝.

v1.0.9

24 Jul 10:29
391f09e
Compare
Choose a tag to compare

Improves contributing guidelines. 📝

v1.0.7

22 Apr 13:07
b46d618
Compare
Choose a tag to compare

📝 This version adds a small message to the README.md that redirects users to the RoboStack repository when they want to use ROS + CONDA.

Adds Stefan Fabian to the contributors

14 Oct 18:23
Compare
Choose a tag to compare

👥 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

12 Sep 15:53
Compare
Choose a tag to compare

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

04 Feb 15:21
Compare
Choose a tag to compare

This release fixes the module roslaunch not found bug (see 🐛 #9).

Fixes enum34 not found error when switching Conda environments

28 Jan 18:06
Compare
Choose a tag to compare

💥 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

20 Jan 14:09
Compare
Choose a tag to compare

In this release, some small bugs 🐛 which were still present were fixed, and the code was reformatted to improve execution speed ⚡.