Skip to content

Commit

Permalink
Improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Jul 16, 2023
1 parent 4a5254e commit f4840c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/tutorial/unix/tutorial-install-jetson-quasar.dox
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ $ cd librealsense

4. Run Intel Realsense permissions script located in `librealsense` root directory:
\verbatim
$ ./scripts/setup_udev_rules.sh
$ sudo ./scripts/setup_udev_rules.sh
\endverbatim

5. Build and install librealsense
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/unix/tutorial-install-ubuntu.dox
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ $ cd librealsense

4. Run Intel Realsense permissions script located in `librealsense` root directory:
\verbatim
$ ./scripts/setup_udev_rules.sh
$ sudo ./scripts/setup_udev_rules.sh
\endverbatim

5. Build and install librealsense
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/visual-servo/tutorial-franka-pbvs.dox
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ $ cd librealsense

4. Run Intel Realsense permissions script located in `librealsense` root directory:
\verbatim
$ ./scripts/setup_udev_rules.sh
$ sudo ./scripts/setup_udev_rules.sh
\endverbatim

5. Build and install librealsense
Expand Down

0 comments on commit f4840c7

Please sign in to comment.