Skip to content

Commit

Permalink
added rqt_reconfig pics
Browse files Browse the repository at this point in the history
  • Loading branch information
aswingururaj committed Aug 30, 2020
1 parent 4ca4ba6 commit 4346e80
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
Binary file added docs/source/Images/pure_pursuit/PP_3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/Images/teb_local_planner/teb_5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions docs/source/pure_pursuit_tuning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,17 @@ Common Problems and Tuning
--------------------------

This section describes certain common problems and describes in more detail how changing parameters will affect the robot behaviour.
::

TIP use the respective yaml files of the robot to tune the parameters
Tip
^^^

You can use rqt_reconfigure tool for configuring the parameters during the run time. To use it, use the following command on a new terminal :

``rosrun rqt_reconfigure rqt_reconfigure``

.. image:: Images/pure_pursuit/PP_3.png
:alt: PP_3.png
:align: center

Initial Check
^^^^^^^^^^^^^
Expand Down
11 changes: 8 additions & 3 deletions docs/source/teb_local_planner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,16 @@ Common Problems and Tuning

This section describes certain common problems and describes in more detail how changing parameters will affect the robot behaviour.

``rosrun rqt_reconfigure rqt_reconfigure``
Tip
^^^

::
You can use rqt_reconfigure tool for configuring the parameters during the run time. To use it, use the following command on a new terminal :

``rosrun rqt_reconfigure rqt_reconfigure``

TIP run the above line in a terminal to tune the parameters using a General User Interface(GUI)
.. image:: Images/teb_local_planner/teb_5.png
:alt: teb_5.png
:align: center

A. Why does my robot navigate too close to the walls?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 4346e80

Please sign in to comment.