Skip to content

Commit

Permalink
Update readme and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Mar 17, 2023
1 parent 25e0c53 commit 5f8801d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example_10/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The *RRBot* URDF files can be found in the ``description/urdf`` folder.
ros2 topic pub /gpio_controller/commands std_msgs/msg/Float64MultiArray "{data: [0.5,0.7]}"
You should see a change in the ``/gpio`` topic and a different output in the terminal where launch file is started, e.g.
You should see a change in the ``/gpio_controller/inputs`` topic and a different output in the terminal where launch file is started, e.g.

.. code-block:: shell
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 ros2_control Development Team
// Copyright 2023 ros2_control Development Team
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion example_10/hardware/rrbot.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 ros2_control Development Team
// Copyright 2023 ros2_control Development Team
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 5f8801d

Please sign in to comment.