-
Notifications
You must be signed in to change notification settings - Fork 88
An error occurred while establishing communication with the robot #22
Comments
I have the same issue. |
What branch of the yumi repo are you using? It may be that you have a different value for MAX_NUM_JOINTS on the ros side and the RAPID side. For a good overview on setting things up, I would also suggest checking through the wiki on the kth fork of this repo (https://github.com/kth-ros-pkg/yumi/wiki). |
@tstoyanov: the instructions on those pages contain references to the EGM interface driver. Afaik that is (still) not publicly available. |
@tstoyanov I'm using the master branch for ROS side, but feature-egm branch for the RAPID side. I did read through the wiki in the kth fork which to some extent is helpful but also it introduces some confusion as the instruction is not completed and aims for EGM. I have also read through all the opened/closed issues in this repo as well as the ethz fork wiki (https://github.com/ethz-asl/yumi/wiki). I am still confused. So would you please give me some advises about:
Thank you very much! |
Regarding the |
Hi @lz89 ,
|
@tstoyanov @lz89 @gavanderhoorn Thank you for your answers. I think this problem has been solved. |
hi, i use the the OrebroUniversity/industrial_core, but when i run the roslaunch robot_interface.launch
it show the [ERROR] [1504762335.231789044]: Get unload pointer failed, buffer size: 0, smaller than byte size: 4
[ERROR] [1504762335.231843198]: Unload pointer returned NULL
[ERROR] [1504762335.231877206]: Failed to unload message joint: 8 from data[0]
[ERROR] [1504762335.231913226]: Failed to unload joint data
[ERROR] [1504762335.231945259]: Failed to initialize joint message
BUT if change from “ static const industrial::shared_types::shared_int MAX_NUM_JOINTS =20” to “static const industrial::shared_types::shared_int MAX_NUM_JOINTS =10” in simple_message/include/simple_message/joint_data.h , It works.
I want to know why the ERROR occur, and if I need to change other Settings.
Much appreciated!
The text was updated successfully, but these errors were encountered: