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

[QUESTION] Encountered zmq::error_t when executing roslaunch. #76

Open
Speike-SHL opened this issue Feb 14, 2025 · 0 comments
Open

[QUESTION] Encountered zmq::error_t when executing roslaunch. #76

Speike-SHL opened this issue Feb 14, 2025 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@Speike-SHL
Copy link

Hello, I've successfully completed the build using catkin build. However, when I attempted to start the system with the command roslaunch hydra_ros uhumans2.launch, I encountered the following error. I'm hoping you can provide a solution.

setting /run_id to e2f093be-eb11-11ef-a5c4-6faa4d339ca2
process[rosout-1]: started with pid [489753]
started core service [/rosout]
process[bag_static_tf_0-2]: started with pid [489760]
process[bag_static_tf_1-3]: started with pid [489761]
process[bag_static_tf_2-4]: started with pid [489762]
process[bag_static_tf_3-5]: started with pid [489763]
process[bag_static_tf_4-6]: started with pid [489772]
process[bag_static_tf_5-7]: started with pid [489779]
process[fake_world_tf-8]: started with pid [489785]
process[hydra_ros_node-9]: started with pid [489792]
process[hydra_dsg_visualizer-10]: started with pid [489794]
process[rviz-11]: started with pid [489803]
I0215 04:25:53.456243 489792 hydra_ros_pipeline.cpp:77] Starting Hydra-ROS with input configuration
====================================== RosInputModule::Config ======================================
clear_queue_on_fail:                         true (default)
inputs[left_cam] [InputModule::InputPair::Config] (default):
   receiver [Virtual Config: ClosedSetImageReceiver::Config]:
      input_separation_s:                    0 (default)
      ns:                                    "" (default)
      queue_size:                            10 (default)
   sensor [Virtual Config: RosCamera::Config]:
      min_range [m]:                         0.1
      max_range [m]:                         5
      ns:                                    "" (default)
      extrinsics [Virtual Config: RosExtrinsics::Config]:
         sensor_frame:                       left_cam
tf_lookup [TFLookup::Config] (default):
   wait_duration_s:                          0.1 (default)
   buffer_size_s:                            30 (default)
   max_tries:                                5 (default)
   verbosity:                                3 (default)
====================================================================================================
I0215 04:25:53.545698 489792 gvd_place_extractor.cpp:92] Downsampling TSDF when creating places!
terminate called after throwing an instance of 'zmq::error_t'
  what():  Address already in use
*** Aborted at 1739564753 (unix time) try "date -d @1739564753" if you are using GNU date ***
PC: @     0x7ff2e082e00b gsignal
*** SIGABRT (@0x3e800077940) received by PID 489792 (TID 0x7ff2cf5d7a40) from PID 489792; stack trace: ***
    @     0x7ff2e0c8c631 (unknown)
    @     0x7ff2e082e090 (unknown)
    @     0x7ff2e082e00b gsignal
    @     0x7ff2e080d859 abort
    @     0x7ff2e0aa6ee6 (unknown)
    @     0x7ff2e0ab8f8c (unknown)
    @     0x7ff2e0ab8ff7 std::terminate()
    @     0x7ff2e0ab9258 __cxa_throw
    @     0x7ff2e171db67 _ZN9spark_dsg9ZmqSenderC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm.cold
    @     0x7ff2e1a3cdad hydra::ZmqSink::ZmqSink()
    @     0x7ff2e220a5e0 hydra::HydraRosPipeline::init()
    @     0x55f2b5b11eed main
    @     0x7ff2e080f083 __libc_start_main
    @     0x55f2b5b11ffe _start
================================================================================REQUIRED process [hydra_ros_node-9] has died!
process has died [pid 489792, exit code -6, cmd /home/li/shl/Hydra_ws/devel/lib/hydra_ros/hydra_ros_node --minloglevel=0 -v=0 hydra_ros_node/input/left_cam/depth_registered/image_rect:=/tesse/depth_cam/mono/image_raw hydra_ros_node/input/left_cam/rgb/image_raw:=/tesse/left_cam/rgb/image_raw hydra_ros_node/input/left_cam/rgb/camera_info:=/tesse/left_cam/camera_info hydra_ros_node/input/left_cam/semantic/image_raw:=/tesse/seg_cam/rgb/image_raw __name:=hydra_ros_node __log:=/home/li/.ros/log/e2f093be-eb11-11ef-a5c4-6faa4d339ca2/hydra_ros_node-9.log].
log file: /home/li/.ros/log/e2f093be-eb11-11ef-a5c4-6faa4d339ca2/hydra_ros_node-9*.log
Initiating shutdown!
================================================================================
@Speike-SHL Speike-SHL added the question Further information is requested label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants