Skip to content

Could not change DDS in ROS 2 Humble #2910

@atinfinity

Description

@atinfinity

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions