Skip to content
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

Working with Isaac Sim does not work well #25

Closed
SnowMasaya opened this issue Apr 30, 2022 · 8 comments
Closed

Working with Isaac Sim does not work well #25

SnowMasaya opened this issue Apr 30, 2022 · 8 comments
Assignees
Labels
verify to close Waiting on confirm issue is resolved

Comments

@SnowMasaya
Copy link

I walked through the following link instruction

But it does not work well

ros2 launch isaac_ros_visual_slam isaac_ros_visual_slam_isaac_sim.launch.py

The following error happened. And I did not confirm the ros message.

[INFO] [launch]: All log files can be found below /home/admin/.ros/log/2022-04-30-04-43-54-457934-omn-a40-ubuntu-2718564
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [component_container-1]: process started with pid [2718584]
[component_container-1] [INFO] [1651293834.889712235] [visual_slam_launch_container]: Load Library: /workspaces/isaac_ros-dev/ros_ws2/install/isaac_ros_visual_slam/lib/libvisual_slam_node.so
[ERROR] [component_container-1]: process has died [pid 2718584, exit code -4, cmd '/opt/ros/foxy/lib/rclcpp_components/component_container --ros-args -r __node:=visual_slam_launch_container -r __ns:=/'].

Could you tell me how to solve this problem?

@hemalshahNV
Copy link
Contributor

hemalshahNV commented Apr 30, 2022 via email

@SnowMasaya
Copy link
Author

The information is followings

  • isaac_ros_common container
  • OS: Ubuntu 20.04
  • NVIDIA driver: 470.82.01
  • cuda: 11.4

@hemalshahNV
Copy link
Contributor

Could you please try again with the latest Isaac ROS Visual SLAM and Isaac ROS Common?

@hemalshahNV hemalshahNV added the verify to close Waiting on confirm issue is resolved label Aug 1, 2022
@romi2002
Copy link

romi2002 commented Sep 7, 2022

Hey, I'm having the same issue, with the latest ROS Visual SLAM and Issac ROS Common releases. Are there any steps I could take to debug this issue?

[component_container-1] [INFO] [1662589262.231587091] [visual_slam_launch_container]: Load Library: /workspaces/isaac_ros-dev/install/isaac_ros_visual_slam/lib/libvisual_slam_node.so
[ERROR] [component_container-1]: process has died [pid 26150, exit code -4, cmd '/opt/ros/humble/install/lib/rclcpp_components/component_container --ros-args -r __node:=visual_slam_launch_container -r __ns:=/'].```
with:
* issac_ros_common container
* OS: Ubuntu 20.04
* Cuda 11.7
* Nvidia driver: 515.65.01

@muratkoc503
Copy link

muratkoc503 commented Sep 9, 2022

@romi2002 @hemalshahNV I have similar issue. component-container: process has died.
Also Galactic version get this error too.

@hemalshahNV
Copy link
Contributor

@romi2002 Could you tell us what GPU you're running (the output of nvidia-smi would be helpful)? Which versions of Isaac Sim are you running? Isaac Sim 2022.1.1 and Isaac ROS DP1.1 v0.11.0 should work well together.

@romi2002
Copy link

romi2002 commented Sep 21, 2022

nvidia-smi returns the following,

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 515.65.01    Driver Version: 515.65.01    CUDA Version: 11.7     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  On   | 00000000:84:00.0  On |                  N/A |
| 10%   53C    P2    46W / 215W |   1553MiB /  8192MiB |     12%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

Where can I check the Issac Sim version? I'm following the steps in the readme, running the sim inside docker with:

cd ~/workspaces/isaac_ros-dev/src/isaac_ros_common && \
  ./scripts/run_dev.sh

@hemalshahNV
Copy link
Contributor

You'll want to run Isaac Sim on the host (not inside the Docker container).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
verify to close Waiting on confirm issue is resolved
Projects
None yet
Development

No branches or pull requests

6 participants