Skip to content

Commit 1a63e24

Browse files
committed
update docker and readme
1 parent d7cb032 commit 1a63e24

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ros_dual_arm/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ The file system is divided in several subfolders:
4040

4141
Open a new terminal and launch the simulated robots by running the following commands:
4242
```sh
43-
roslaunch dual_arm_control main_sim_pt3.launch
43+
roslaunch ros_dual_arm_control main_sim_pt3.launch
4444
```
4545
Read and publish the poses of the simulated robots and object by running the command below:
4646
```sh
4747
roslaunch sim_models_poses sim_models_poses2.launch
4848
```
4949
When sim_models_poses is running, you can now start the dual arm controller:
5050
```sh
51-
roslaunch dual_arm_control dual_arm_control.launch
51+
roslaunch ros_dual_arm_control dual_arm_control.launch
5252
```
5353

5454

@@ -139,5 +139,5 @@ Step 5: Launch the dual_arm_controller package
139139
- Open a new terminal and run
140140

141141
```sh
142-
roslaunch dual_arm_control dual_arm_control.launch
142+
roslaunch ros_dual_arm_control dual_arm_control.launch
143143
```

ros_dual_arm/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ RUN cd sg_differentiation && mkdir build && cd build && cmake .. && make && sudo
6363

6464
#dual arm control
6565
WORKDIR /source
66-
RUN --mount=type=ssh git clone [email protected]:Elise-J/dual_arm_controller_iam.git
67-
RUN cd dual_arm_controller_iam/dual_arm_control && mkdir build
68-
WORKDIR /source/dual_arm_controller_iam/dual_arm_control/build
66+
RUN --mount=type=ssh git clone [email protected]:epfl-lasa/iam_dual_arm_control.git
67+
RUN cd iam_dual_arm_control/dual_arm_control && mkdir build
68+
WORKDIR /source/iam_dual_arm_control/dual_arm_control/build
6969
RUN cmake ..
7070
RUN sudo make install
7171

0 commit comments

Comments
 (0)