Skip to content

Commit

Permalink
Fix the curl download command in message filter tutorial. (#3983) (#3984
Browse files Browse the repository at this point in the history
)

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
(cherry picked from commit 3b274d5)

Co-authored-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
mergify[bot] and clalancette authored Oct 25, 2023
1 parent fa6435d commit 4a2378a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Inside the ``src/learning_tf2_cpp/src`` directory download file ``turtle_tf2_mes

.. code-block:: console
curl -sk wget https://raw.githubusercontent.com/ros/geometry_tutorials/ros2/turtle_tf2_cpp/src/turtle_tf2_message_filter.cpp -o turtle_tf2_message_filter.cpp
curl -sk https://raw.githubusercontent.com/ros/geometry_tutorials/ros2/turtle_tf2_cpp/src/turtle_tf2_message_filter.cpp -o turtle_tf2_message_filter.cpp
Or in powershell:

Expand Down

0 comments on commit 4a2378a

Please sign in to comment.