Skip to content

Commit

Permalink
Update profiling tutorial (ros-navigation#430)
Browse files Browse the repository at this point in the history
valgrind is called with the wrong argument in the launch file example.
  • Loading branch information
HemaZ authored Jun 2, 2023
1 parent d9e93e3 commit be31583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/docs/get_profile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ As our example before, this is how we'd launch the ``controller_server`` node fr
package='nav2_controller',
executable='controller_server',
name='controller_server',
prefix=['xterm -e valgrind --tools=callgrind'],
prefix=['xterm -e valgrind --tool=callgrind'],
output='screen')
Note that just like before, we should isolate this process from others. So this should not be run with any other nodes in this launch file nor use node composition when profiling a particular node.
Expand Down

0 comments on commit be31583

Please sign in to comment.