-
Notifications
You must be signed in to change notification settings - Fork 142
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
isaac_ros_visual_slam_zed.launch.py If an error occurs when running #151
Comments
Looks like you are missing |
Hi there! I encountered a similar issue while working with the documentation for Isaac ROS VSLAM. The documentation suggests installing the package using In an attempt to resolve it, I moved the package located in After compilation, I verified its presence using the command
I recently encountered this issue, which stemmed from a problem with policy in the subscribers. To address it, I took the following steps: First, I commented out the zed node in |
**Hello, I am trying to do vslam using ZED2i.
I've done all the environment settings, but I'm getting this error. Does anyone have a similar experience?**
[ERROR] [launch_ros.actions.load_composable_nodes]: Failed to load node 'image_format_node_left' of type 'nvidia::isaac_ros::image_proc::ImageFormatConverterNode' in container '/visual_slam_launch_container': Could not find requested resource in ament index
[ERROR] [launch_ros.actions.load_composable_nodes]: Failed to load node 'image_format_node_right' of type 'nvidia::isaac_ros::image_proc::ImageFormatConverterNode' in container '/visual_slam_launch_container': Could not find requested resource in ament index
visual_slam_node is said to have been successfully loaded within the container
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/visual_slam_node' in container '/visual_slam_launch_container'
The text was updated successfully, but these errors were encountered: