File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -104,13 +104,23 @@ If you encounter exceptions when trying to source the environment after building
104
104
colcon version-check # check if newer versions available
105
105
sudo apt install python3-colcon* --only-upgrade # upgrade installed colcon packages to latest version
106
106
107
- Anaconda Python Conflict
108
- ^^^^^^^^^^^^^^^^^^^^^^^^
107
+ Mixing conda and apt Python Conflict
108
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
109
109
110
- ``conda `` does not work in conjunction with ROS 2.
111
- Make sure that your ``PATH `` environment variable does not have any conda paths in it.
110
+ While using ros2, mixing packages installed with ``apt `` with packages
111
+ installed with ``conda `` does not work.
112
+ If you are using the official ``apt `` binaries for ROS 2, make sure that
113
+ your ``PATH `` environment variable does not have any conda paths in it.
112
114
You may have to check your ``.bashrc `` for this line and comment it out.
113
115
116
+ On the other hand on Windows, the official ROS 2 installation procedure
117
+ uses ``conda `` packages via the ``pixi `` package manager, and that works
118
+ fine as there is no mix of different package managers
119
+
120
+ ``conda `` packages for ros2 may be built (such as the one
121
+ provided by the community-mantained [RoboStack](https://robostack.github.io/) project)
122
+ but no official conda packages for ROS 2 are provided.
123
+
114
124
Cannot start rviz2
115
125
^^^^^^^^^^^^^^^^^^
116
126
You can’t perform that action at this time.
0 commit comments