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
> Replace `SETUP_PATH` with the path to the directory where the `robot.yaml` is located.
31
+
32
+
> Do not include `~` in the `SETUP_PATH`, use `$HOME` instead.
33
+
34
+
> Make sure that `SETUP_PATH` ends with `/`.
35
+
36
+
> If following the [offboard computer setup instructions](../installation/offboard_pc.mdx), this will be `$HOME/clearpath`.
37
+
29
38
This launch file should be used when visualizing the robot while connected to the robot (wired or wirelessly). This will subscribe to topics from the robot to populate the visualization. Update the `namespace` parameter to match the robot's namespace.
> Replace `SETUP_PATH` with the path to the directory where the `robot.yaml` is located.
31
+
32
+
> Do not include `~` in the `SETUP_PATH`, use `$HOME` instead.
33
+
34
+
> Make sure that `SETUP_PATH` ends with `/`.
35
+
36
+
> If following the [offboard computer setup instructions](../installation/offboard_pc.mdx), this will be `$HOME/clearpath`.
37
+
29
38
This launch file should be used when visualizing the robot while connected to the robot (wired or wirelessly). This will subscribe to topics from the robot to populate the visualization. Update the `namespace` parameter to match the robot's namespace.
0 commit comments