rosactionclient failure due to version mismatch
이전 댓글 표시
I'm using
Windows7: MATLAB R2017b
Ubuntu 16.04: ROS kinetic, UR10 in Gazebo
My code is
[urArm, urGoalMsg] = rosactionclient('arm_controller/follow_joint_trajectory');
Error message of ROS is
[ERROR] [1523601174.867179119, 8.956000000]: Client [/matlab_global_node_65047] wants topic /arm_controller/follow_joint_trajectory/result to have datatype/md5sum [control_msgs/FollowJointTrajectoryActionResult/bce83d50f7bb28226801436caf0e2043], but our version has [control_msgs/FollowJointTrajectoryActionResult/c4fb3b000dc9da4fd99699380efcc5d9]. Dropping connection.
So, I replaced
MD5Checksum = 'bce83d50f7bb28226801436caf0e2043' % The MD5 Checksum of the message definition
with
MD5Checksum = 'c4fb3b000dc9da4fd99699380efcc5d9' % The MD5 Checksum of the message definition
in FollowJointTrajectoryResult.m
But, the same error message repeated
댓글 수: 1
apurba sarker
2020년 8월 3일
I am facing tha same problem. Did u solve it ?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Specialized Messages에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!