rosactionclient failure due to version mismatch
Show older comments
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 Comment
apurba sarker
on 3 Aug 2020
I am facing tha same problem. Did u solve it ?
Accepted Answer
More Answers (0)
Categories
Find more on Specialized Messages in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!