You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: curt_mini/doc/software_setup.rst
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,5 +26,70 @@ When turning on CURTmini, a `tmux`_ session called :code:`nav` is started automa
26
26
By default, the robot base launchfile is started, allowing access to all the integrated sensors, receiving twist commands from navigation software and controlling the robot manually with the joystick.
27
27
To customize startup behavior, adjust the tmuxp configuration accordingly.
28
28
29
+
Attach to the running TMUX session using:
30
+
31
+
.. code-block:: console
32
+
33
+
$ tmux attach -t nav
34
+
29
35
.. _`tmux`: https://github.com/tmux/tmux/wiki
30
36
.. _`tmuxp`: https://github.com/tmux-python/tmuxp
37
+
38
+
This is implemented using a systemd service :code:`ipa-ros-autostart`:
0 commit comments