spawnModel Error in Robotics System Toolbox

2 ビュー (過去 30 日間)
Chin-Wei Chang
Chin-Wei Chang 2018 年 10 月 15 日
I follow the instruction in add-build-and-remove-objects-in-gazebo, and the following commands work successfully.
rosinit(ipaddress)
gazebo = ExampleHelperGazeboCommunicator;
ball = ExampleHelperGazeboModel('Ball')
spherelink = addLink(ball,'sphere',1,'color',[0 0 1 1])
But when I run the next command "spawnModel(gazebo,ball,[8.5,0,1])", the errors show up:
Error using ExampleHelperGazeboCommunicator/startModelServices (line 334)
Failed to create a /gazebo/get_model_state service client.
Error in ExampleHelperGazeboCommunicator/spawnModel (line 290)
startModelServices(obj);
[ERROR] ServiceClientHandshakeHandler - Service client handshake failed: client wants service /gazebo/get_model_state to have md5sum af0f702011820738976b120226dc9d96, but it has 4c515e936d3319c9610c559c60bfc3d4. Dropping connection.
I use matlab 2018b, Robotics System Toolbox2.1 on win10, and ROS melodic, gazebo9 in virtualbox, which are all newest version, but still encounter that problem. Does anyone know how to solve it?

採用された回答

Chin-Wei Chang
Chin-Wei Chang 2018 年 10 月 23 日
Replace rosjava_messages.jar and then spawn model successfully.
  1 件のコメント
José Hugo Soares de Jesus
José Hugo Soares de Jesus 2022 年 4 月 6 日
Do you know what´s the correct path in MacOS to put the java file?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNetwork Connection and Exploration についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by