Skip to content

Commit

Permalink
docs: fix missing quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Oct 16, 2023
1 parent 379601e commit 880e709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs2/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ In another terminal after sourcing the right setup.bash files, run:
.. code-block:: bash
ros2 service call /cf2/add_logging crazyflie_interfaces/srv/AddLogging "{topic_name: 'topic_test', frequency: 10, vars: ['stateEstimate.x','stateEstimate.y','stateEstimate.z']}"
ros2 service call /cf2/add_logging crazyflie_interfaces/srv/AddLogging "{topic_name: 'pose', frequency: 10}
ros2 service call /cf2/add_logging crazyflie_interfaces/srv/AddLogging "{topic_name: 'pose', frequency: 10}"
With ROS 2's rqt you can look at the topics, or with 'ROS 2 topics echo /cf2/pose'

Expand Down

0 comments on commit 880e709

Please sign in to comment.