Generated by Generative AI
No response
Operating System:
Linux ... 6.6.87.2-microsoft-standard-WSL2 #1 SMP PREEMPT_DYNAMIC Thu Jun 5 18:30:46 UTC 2025 x86_64 GNU/Linux
ROS version or commit hash:
lyrical
RMW implementation (if applicable):
No response
RMW Configuration (if applicable):
When setting up lyrical for testing in a RHEL 10 (AlmaLinux) WSL instance, I noticed that the steps to enable the ros-testing repos are wrong / outdated:
https://docs.ros.org/en/lyrical/Installation/Testing.html
sudo dnf config-manager setopt ros2-testing.enabled=1
sudo dnf config-manager setopt ros2.enabled=0
The infos in the rolling release are updated /correct:
sudo dnf config-manager --set-enabled ros2-testing
sudo dnf config-manager --set-disabled ros2
Client library (if applicable):
No response
'ros2 doctor --report' output
No response
Steps to reproduce issue
sudo dnf config-manager setopt ros2.enabled=0
Expected behavior
no error
Actual behavior
missing argument error
Additional information
No response
Generated by Generative AI
No response
Operating System:
Linux ... 6.6.87.2-microsoft-standard-WSL2 #1 SMP PREEMPT_DYNAMIC Thu Jun 5 18:30:46 UTC 2025 x86_64 GNU/Linux
ROS version or commit hash:
lyrical
RMW implementation (if applicable):
No response
RMW Configuration (if applicable):
When setting up lyrical for testing in a RHEL 10 (AlmaLinux) WSL instance, I noticed that the steps to enable the ros-testing repos are wrong / outdated:
https://docs.ros.org/en/lyrical/Installation/Testing.html
The infos in the rolling release are updated /correct:
Client library (if applicable):
No response
'ros2 doctor --report' output
No response
Steps to reproduce issue
sudo dnf config-manager setopt ros2.enabled=0Expected behavior
no error
Actual behavior
missing argument error
Additional information
No response