added .colcon_ignore to cartesian_controller_tests/simulation
This commit is contained in:
parent
44e3c4ad95
commit
1026fbd939
@ -2,5 +2,10 @@
|
|||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
<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>
|
</component>
|
||||||
</project>
|
</project>
|
@ -19,7 +19,11 @@ To download this repository and all of its included submodules, follow these ste
|
|||||||
* Run the following Git command:
|
* Run the following Git command:
|
||||||
|
|
||||||
```bash
|
```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
|
## How to Start the Docker Compose
|
||||||
|
|
||||||
|
@ -18,4 +18,4 @@ repositories:
|
|||||||
cartesian_controllers:
|
cartesian_controllers:
|
||||||
type: git
|
type: git
|
||||||
url: https://github.com/NikoFeith/cartesian_controllers.git
|
url: https://github.com/NikoFeith/cartesian_controllers.git
|
||||||
version: main
|
version: ros2
|
Loading…
Reference in New Issue
Block a user