Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion image_publisher/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Simplest example is:

.. code-block:: bash

ros2 run image_publisher image_publisher /opt/ros/rolling/share/rviz/images/splash.png
ros2 run image_publisher image_publisher_node /opt/ros/rolling/share/rviz_common/images/splash.png

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion image_publisher/src/image_publisher_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int main(int argc, char ** argv)
if (argc <= 1) {
RCUTILS_LOG_ERROR(
"image_publisher requires filename. Typical command-line usage:\n"
"\t$ ros2 run image_publisher image_publisher <filename>");
"\t$ ros2 run image_publisher image_publisher_node <filename>");
return 1;
}

Expand Down
Loading