-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ros2run]: Segmentation fault #3313
Comments
Why do you expect it to be related to the GPU drivers? Is there anything special about your setup? What often helps us is the following:
|
Hi, thanks for your reply! @ruben-arts output of `pixi info`System
------------
Pixi version: 0.42.1
Platform: linux-64
Virtual packages: __unix=0=0
: __linux=6.8.0=0
: __glibc=2.39=0
: __cuda=12.4=0
: __archspec=1=skylake
Cache dir: /home/xiaojx/.cache/rattler/cache
Auth storage: /home/xiaojx/.rattler/credentials.json
Config locations: No config files found
Global
------------
Bin dir: /home/xiaojx/.pixi/bin
Environment dir: /home/xiaojx/.pixi/envs
Manifest dir: /home/xiaojx/.pixi/manifests/pixi-global.toml
Project
------------
Name: ros2_ws
Version: 0.1.0
Manifest file: /home/xiaojx/codes/ros2_ws/pixi.toml
Last updated: 11-03-2025 16:03:14
Environments
------------
Environment: default
Features: default
Channels: robostack-staging, conda-forge
Dependency count: 2
Dependencies: ros-humble-desktop, ros-humble-turtlesim
Target platforms: linux-64
|
Thanks, on first glance this all looks perfectly normal. Pixi is indeed perfect for that. Could it be possible that you have another ROS workspace sourced in your shell? e.g. the If so, you might want to try |
Hi, thanks for your reply! @ruben-arts |
Checks
pixi --version
.Reproducible example
Hi, I followed the tutorial about Ros2 and encountered the problem.
To be more specific, my pixi.toml is shown below
Then when I run
pixi run ros2 run turtlesim turtlesim_node
, I get the following error:Issue description
I think it might relate to GPU drivers or something, but when I try
pixi shell
and thennvidia-smi
, I getoutput of `nvidia-smi`
I am wondering where could be wrong.
Expected behavior
The expected behavior would be a window created.
The text was updated successfully, but these errors were encountered: