Skip to content

Commit de48ef3

Browse files
committed
README: Set the sample message's "name" field, which is required for
it to actually publish correctly.
1 parent 0a991f1 commit de48ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ local machine on the default port.
5151
'gazebo.msgs.JointCmd'))
5252
5353
message = pygazebo.msg.joint_cmd_pb2.JointCmd()
54+
message.name = 'robot::joint_name'
5455
message.axis = 0
5556
message.force = 1.0
5657

0 commit comments

Comments
 (0)