Skip to content

Commit 454dcac

Browse files
authored
Merge pull request #4 from PickNikRobotics/formatting
formatting
2 parents 6118d12 + 4f1bec3 commit 454dcac

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,32 @@ If you have no intrest in manually pulling or pushing upstream changes, you can
2323

2424
The structure of this repository is as follows:
2525

26+
<pre>
2627
.
27-
├── README.md
28+
├── <a href="README.md">README.md</a>
2829
└── src
29-
├── [example_behaviors](https://github.com/PickNikRobotics/example_behaviors)
30-
├── [lab_sim](https://github.com/PickNikRobotics/lab_sim)
31-
├── [moveit_pro_ur_configs](https://github.com/PickNikRobotics/moveit_pro_ur_configs)
30+
├── <a href="https://github.com/PickNikRobotics/example_behaviors">example_behaviors</a>
31+
├── <a href="https://github.com/PickNikRobotics/lab_sim">lab_sim</a>
32+
├── <a href="https://github.com/PickNikRobotics/moveit_pro_ur_configs">moveit_pro_ur_configs</a>
3233
│ ├── picknik_ur_base_config
3334
│ ├── picknik_ur_mock_hw_config
3435
│ ├── picknik_ur_multi_arm_config
3536
│ ├── picknik_ur_sim_config
3637
│ └── picknik_ur_site_config
37-
├── [moveit_pro_kinova_configs](https://github.com/PickNikRobotics/moveit_pro_kinova_configs)
38+
├── <a href="https://github.com/PickNikRobotics/moveit_pro_kinova_configs">moveit_pro_kinova_configs</a>
3839
│ ├── kinova_gen3_base_config
3940
│ ├── kinova_gen3_mujoco_config
4041
│ └── moveit_studio_kinova_pstop_manager
41-
├── [moveit_pro_mobile_manipulation](https://github.com/PickNikRobotics/moveit_pro_mobile_manipulation)
42+
├── <a href="https://github.com/PickNikRobotics/moveit_pro_mobile_manipulation">moveit_pro_mobile_manipulation</a>
4243
│ ├── mobile_manipulation_config
4344
│ └── picknik_ur_mobile_config
44-
├── [fanuc_sim](https://github.com/PickNikRobotics/fanuc_sim)
45-
├── [picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories) (submodule)
45+
├── <a href="https://github.com/PickNikRobotics/fanuc_sim">fanuc_sim</a>
46+
├── <a href="https://github.com/PickNikRobotics/picknik_accessories">picknik_accessories</a> (submodule)
4647
└── external_dependencies
47-
├── [ridgeback](https://github.com/sjahr/ridgeback/tree/ros2)
48-
├── [ros2_robotiq_gripper](https://github.com/PickNikRobotics/ros2_robotiq_gripper)
49-
└── [serial](https://github.com/tylerjw/serial/tree/ros2)
48+
├── <a href="https://github.com/sjahr/ridgeback/tree/ros2">ridgeback</a>
49+
├── <a href="https://github.com/PickNikRobotics/ros2_robotiq_gripper">ros2_robotiq_gripper</a>
50+
└── <a href="https://github.com/tylerjw/serial/tree/ros2">serial</a>
51+
</pre>
5052

5153
This repository contains a **copy** of the git repositories that were added as subtrees.
5254
File changes and commits are treated as if they happen only in this repository.

0 commit comments

Comments
 (0)