-
Hi, I wanted to run the system on yarpmanager, but failed to run yarprobotinterface and iKinCartesianSolver. This app worked correct before. Not sure what's wrong. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
pattacini
Sep 14, 2023
Replies: 1 comment 6 replies
-
Hi @jimingda The log seems to state that some required YARP ports, like The recommendation is always the same. Try to launch the modules composing the app from the command line so that you can inspect the output. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your system may be configured to use the
/clock
YARP port to synchronize the modules' threads with Gazebo simulation time.If this is the case, you should check that:
gzserver -s libgazebo_yarp_clock.so tutorial_gaze-interface.sdf
YARP_CLOCK=/clock
is defined prior to launching the modules.