runtime/rasmt_moveit_config/README.md

20 lines
533 B
Markdown
Raw Normal View History

2022-01-19 17:22:13 +04:00
# Robossembler MoveIt2 package
This package contains the basic robot configuration files for MoveIt2
2022-01-19 17:24:33 +04:00
```
2022-01-19 17:22:13 +04:00
.
├── CMakeLists.txt
├── config
│ ├── cartesian_limits.yaml
│ ├── chomp_planning.yaml
│ ├── joint_limits.yaml
│ ├── kinematics.yaml
│ ├── ompl_planning.yaml
│ ├── rasmt_moveit_controllers.yaml
│ ├── rasmt_moveit.rviz
│ └── rasmt.srdf
├── launch
│ └── rasmt_moveit.launch.py
├── package.xml
2022-01-19 17:24:33 +04:00
└── README.md
```