-
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
LoadMapAdnLocalize crashes #155
Comments
Also periodically getting the same error when loading a map
|
Seems to happen with high system load. I have nav2, nvblox , vslam & controller software running on an |
Hello, Im having same issue that it crashes but different error:
|
Hi @JCastel358 , Did you check if the path specified in the "map_url" parameter exists? Best, |
We're taking a look to see if we can reproduce this. We may have to find it via code inspection if it is a subtle race condition. Thanks for reporting this issue! |
Hi @hemalshahNV [component_container-1] [WARN] [1726395004.147950147] [visual_slam_node]: CallbackLoadMapAndLocalizeAccepted() |
in invidia forum: https://forums.developer.nvidia.com/t/isaac-ros-visual-slam-loadmapadnlocalize-crashes/292250/4 the moderator says that loading map should be before vslam node starts mapping. how is this possibe to do that? |
Hello,
The service call to LoadMapAndLocalize sometimes crashes. Below is the error messages we
get , restarting and reissuing the service call will work. Doing a quick google search, it looks
like it could be caused by a "race" condition.
Please let me know if we can provide any more information
Best Regards
Sandeep
[component_container_mt-2] [WARN] [1711573751.678238729] [visual_slam_node]: CallbackLoadMapAndLocalizeAccepted()
[component_container_mt-2] [INFO] [1711573751.678336682] [visual_slam_node]: cuvslam: LoadMapAndLocalize /workspaces/isaac_ros-dev/src/jeeves_navigation/maps/visual_map [0.000000, 0.000000, 0.000000]
[component_container_mt-2] terminate called after throwing an instance of 'std::runtime_error'
[component_container_mt-2] what(): Taking data from action server but nothing is ready
[ERROR] [component_container_mt-2]: process has died [pid 92842, exit code -6, cmd '/opt/ros/humble/lib/rclcpp_components/component_container_mt --ros-args -r __node:=vslam_container'].
Command used to load map:
ros2 action send_goal /visual_slam/load_map_and_localize isaac_ros_visual_slam_interfaces/action/LoadMapAndLocalize "{map_url: /workspaces/isaac_ros-dev/src/jeeves_navigation/maps/visual_map, localize_near_point: { x: 0, y: 0,z: 0}}"
The text was updated successfully, but these errors were encountered: