You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this repository on melodic.
As some dependencies are not released to melodic (see start-jsk/rtmros_common#1090), I created this rosinstall file, constructed a workspace, and ran catkin build.
This build succeeded, so I tried rtmlaunch hironx_ros_bridge hironx_ros_bridge_simulation.launch several times.
However, those trials often failed.
Some nodes such as hrpsys died and restarted, but couldn't reach to [HrpsysSeqStateROSBridge0] @onExecutece 0 is working at ~[Hz] Log of a successful trial Log of a failed trial
I couldn't understand why the following error message came up:
[rtmlaunch] Could not start rtmlaunch.py, Caught exception ([rtmlaunch] Could not start rtmlaunch.py, Caught exception ( CORBA.COMM_FAILURE(omniORB.COMM_FAILURE_WaitingForReply, CORBA.COMPLETED_MAYBE) )
CORBA.COMM_FAILURE(omniORB.COMM_FAILURE_WaitingForReply, CORBA.COMPLETED_MAYBE) )
[rtmlaunch] .. Could not connect to NameServer at localhost:15005 , Caught exception ( [rtmlaunch] .. Could not connect to NameServer at CORBA.COMM_FAILURE(omniORB.COMM_FAILURE_WaitingForReply, CORBA.COMPLETED_MAYBE) )
localhost:15005 , Caught exception ( CORBA.COMM_FAILURE(omniORB.COMM_FAILURE_WaitingForReply, CORBA.COMPLETED_MAYBE) )
[rtmlaunch] .. Please make sure that you have NameServer running at localhost:15005/`
[rtmlaunch] .. You can check with `rtls localhost:15005/`
[rtmlaunch] .. Please make sure that you have NameServer running at localhost:15005/`
[rtmlaunch] .. You can check with `rtls localhost:15005/`
The text was updated successfully, but these errors were encountered:
I'm trying to use this repository on melodic.
As some dependencies are not released to melodic (see start-jsk/rtmros_common#1090), I created this rosinstall file, constructed a workspace, and ran
catkin build
.This build succeeded, so I tried
rtmlaunch hironx_ros_bridge hironx_ros_bridge_simulation.launch
several times.However, those trials often failed.
Some nodes such as
hrpsys
died and restarted, but couldn't reach to[HrpsysSeqStateROSBridge0] @onExecutece 0 is working at ~[Hz]
Log of a successful trial
Log of a failed trial
I couldn't understand why the following error message came up:
The text was updated successfully, but these errors were encountered: