-
Notifications
You must be signed in to change notification settings - Fork 335
Closed
Description
Checks
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.
Reproducible example
Environment
- macOS Sonoma 14.4
- pixi 0.40.1
Steps to reproduce
Install pixi
curl -fsSL https://pixi.sh/install.sh | bash
Create project
pixi init my_ros2_project -c robostack-staging -c conda-forge
cd my_ros2_project
Install package
pixi add ros-humble-desktop
pixi add ros-humble-rmw-fastrtps-cpp
Change DDS
I set RMW_IMPLEMENTATION
to specify DDS.
export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
And, I checked current DDS.
pixi run ros2 doctor --report
But, I could not change DDS.
RMW MIDDLEWARE
middleware name : rmw_cyclonedds_cpp
Issue description
I used pixi for the development of ROS2(https://pixi.sh/latest/tutorials/ros2/).
But, I could not change DDS.
Expected behavior
I set RMW_IMPLEMENTATION
to specify DDS.
export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
And, I checked current DDS.
pixi run ros2 doctor --report
I expect that the following message is displayed.
RMW MIDDLEWARE
middleware name : rmw_fastrtps_cpp
Metadata
Metadata
Assignees
Labels
No labels