diff --git a/rwt_nav/README.md b/rwt_nav/README.md index ace69749..9ac16b9a 100644 --- a/rwt_nav/README.md +++ b/rwt_nav/README.md @@ -1,22 +1,21 @@ -rwt_nav -==================== +# rwt_nav -Usage ------ -``` +## Usage + +```bash roslaunch rwt_nav rwt_nav.launch ``` -Open your browser, and access to: - -`http://:8000/rwt_nav/` +Open your browser, and access to: `http://:8000/rwt_nav/` for example : `http://localhost:8000/rwt_nav/` To view live location of robot : -``` + +```bash rosrun robot_pose_publisher robot_pose_publisher ``` + - Current position of the robot is shown by yellow arrow. - Ctrl + mouse movement = Zoom - Shift + mouse movement = Pan diff --git a/rwt_nav/images/rwt_nav.png b/rwt_nav/images/rwt_nav.png index 2d5cfb2a..8615942a 100644 Binary files a/rwt_nav/images/rwt_nav.png and b/rwt_nav/images/rwt_nav.png differ