added .colcon_ignore to cartesian_controller_tests/simulation
This commit is contained in:
parent
44e3c4ad95
commit
1026fbd939
@ -2,5 +2,10 @@
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/src/Universal_Robots_ROS2_Description" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/src/Universal_Robots_ROS2_Driver" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/src/cartesian_controllers" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/src/ros2_robotiq_gripper" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/src/serial" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -19,8 +19,12 @@ To download this repository and all of its included submodules, follow these ste
|
||||
* Run the following Git command:
|
||||
|
||||
```bash
|
||||
git clone --recurse-submodules git@git.cps.unileoben.ac.at:Niko/UR_Robotiq.git
|
||||
git clone git@git.cps.unileoben.ac.at:Niko/UR_Robotiq.git
|
||||
```
|
||||
4. **Download necessary repos**
|
||||
```bash
|
||||
vcs import src < UR_Robotiq.humble.repos
|
||||
```
|
||||
## How to Start the Docker Compose
|
||||
|
||||
1. **Prerequisites**
|
||||
|
@ -18,4 +18,4 @@ repositories:
|
||||
cartesian_controllers:
|
||||
type: git
|
||||
url: https://github.com/NikoFeith/cartesian_controllers.git
|
||||
version: main
|
||||
version: ros2
|
Loading…
Reference in New Issue
Block a user