Skip to content

Commit 4821404

Browse files
committed
docs: fix broken wget links due to refactoring
1 parent 7467944 commit 4821404

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

clips_executive/cx_docs/tutorials/hello_world.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Navigate to the ``clips`` directory and download the example CLIPS file using th
8787
.. code-block:: bash
8888
8989
cd ~/ros2/cx_tutorial_ws/src/cx_tutorial_agents/clips
90-
wget -O hello_world.clp https://raw.githubusercontent.com/carologistics/clips_executive/master/tutorials/cx_tutorial_agents/clips/hello_world.clp
90+
wget -O hello_world.clp https://raw.githubusercontent.com/carologistics/clips_executive/master/cx_tutorial_agents/clips/hello_world.clp
9191
9292
This adds the file ``hello_world.clp``, containing a simple rule that prints out `hello world` when it is fired:
9393

@@ -111,7 +111,7 @@ To achieve this, navigate to the ``params`` directory and download the example
111111
.. code-block:: bash
112112
113113
cd ~/ros2/cx_tutorial_ws/src/cx_tutorial_agents/params
114-
wget -O hello_world.yaml https://raw.githubusercontent.com/carologistics/clips_executive/master/tutorials/cx_tutorial_agents/params/hello_world.yaml
114+
wget -O hello_world.yaml https://raw.githubusercontent.com/carologistics/clips_executive/master/cx_tutorial_agents/clips/hello_world.yaml
115115
116116
This adds the file ``hello_world.yaml`` with the following content:
117117

clips_executive/cx_docs/tutorials/ros_monitoring.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Navigate to the ``params`` directory of the ``cx_tutorial_agents`` package from
3939
.. code-block:: bash
4040
4141
cd ~/ros2/cx_tutorial_ws/src/cx_tutorial_agents/params
42-
wget -O turtlesim.yaml https://raw.githubusercontent.com/carologistics/clips_executive/master/tutorials/cx_tutorial_agents/params/turtlesim.yaml
42+
wget -O turtlesim.yaml https://raw.githubusercontent.com/carologistics/clips_executive/master/cx_tutorial_agents/params/turtlesim.yaml
4343
4444
This adds the file ``turtlesim.yaml``.
4545

@@ -48,8 +48,8 @@ Next, two CLIPS files can be downloaded to the ``clips`` directory:
4848
.. code-block:: bash
4949
5050
cd ~/ros2/cx_tutorial_ws/src/cx_tutorial_agents/clips
51-
wget -O turtlesim_monitor.clp https://raw.githubusercontent.com/carologistics/clips_executive/master/tutorials/cx_tutorial_agents/clips/turtlesim_monitor.clp
52-
wget -O turtlesim_teleport.clp https://raw.githubusercontent.com/carologistics/clips_executive/master/tutorials/cx_tutorial_agents/clips/turtlesim_teleport.clp
51+
wget -O turtlesim_monitor.clp https://raw.githubusercontent.com/carologistics/clips_executive/master/cx_tutorial_agents/clips/turtlesim_monitor.clp
52+
wget -O turtlesim_teleport.clp https://raw.githubusercontent.com/carologistics/clips_executive/master/cx_tutorial_agents/clips/turtlesim_teleport.clp
5353
5454
2 Configuring the |CX|
5555
^^^^^^^^^^^^^^^^^^^^^^

clips_executive/cx_docs/tutorials/writing_a_plugin.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Navigate to the ``params`` directory of the ``cx_tutorial_agents`` package from
5656
.. code-block:: bash
5757
5858
cd ~/ros2/cx_tutorial_ws/src/cx_tutorial_agents/params
59-
wget -O tf2_tracked_pose.yaml https://raw.githubusercontent.com/carologistics/clips_executive/master/tutorials/cx_tutorial_agents/params/tf2_tracked_pose.yaml
59+
wget -O tf2_tracked_pose.yaml https://raw.githubusercontent.com/carologistics/clips_executive/master/cx_tutorial_agents/params/tf2_tracked_pose.yaml
6060
6161
This adds the file ``tf2_tracked_pose.yaml`` for setting up the |CX| for this tutorial.
6262

@@ -65,7 +65,7 @@ Next, a CLIPS file ``tf2_tracked_pose.clp`` can be downloaded to the ``clips`` d
6565
.. code-block:: bash
6666
6767
cd ~/ros2/cx_tutorial_ws/src/cx_tutorial_agents/clips
68-
wget -O tf2_tracked_pose.clp https://raw.githubusercontent.com/carologistics/clips_executive/master/tutorials/cx_tutorial_agents/clips/tf2_tracked_pose.clp
68+
wget -O tf2_tracked_pose.clp https://raw.githubusercontent.com/carologistics/clips_executive/master/cx_tutorial_agents/clips/tf2_tracked_pose.clp
6969
7070
The plugin code is taken from the :docsite:`Tf2PoseTrackerPlugin <clips_executive/plugins/tf2_pose_tracker_plugin>`. The code can be found on :source-master:`GitHub <cx_plugins/tf2_pose_tracker_plugin>`.
7171

0 commit comments

Comments
 (0)