Skip to content

Commit

Permalink
Update Custom-ROS2-Interfaces.rst
Browse files Browse the repository at this point in the history
fix over-indented

Signed-off-by: Eric Su <[email protected]>
  • Loading branch information
Eric-SHENNONGSHI authored Oct 30, 2024
1 parent 45f6ffe commit 1667551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ Since you'll be changing the standard string msg to a numerical one, the output
self.subscription
def listener_callback(self, msg):
self.get_logger().info('I heard: "%d"' % msg.num) # CHANGE
self.get_logger().info('I heard: "%d"' % msg.num) # CHANGE
def main(args=None):
Expand Down

0 comments on commit 1667551

Please sign in to comment.