Skip to content

Commit

Permalink
README: Set the sample message's "name" field, which is required for
Browse files Browse the repository at this point in the history
it to actually publish correctly.
  • Loading branch information
jpieper committed Aug 14, 2014
1 parent 0a991f1 commit de48ef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ local machine on the default port.
'gazebo.msgs.JointCmd'))
message = pygazebo.msg.joint_cmd_pb2.JointCmd()
message.name = 'robot::joint_name'
message.axis = 0
message.force = 1.0
Expand Down

0 comments on commit de48ef3

Please sign in to comment.