Skip to content

Commit

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

Signed-off-by: Eric Su <[email protected]>
(cherry picked from commit bf8c67d)

Co-authored-by: Eric Su <[email protected]>
  • Loading branch information
mergify[bot] and Eric-SHENNONGSHI authored Oct 30, 2024
1 parent c13e330 commit d23d99b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,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 d23d99b

Please sign in to comment.