File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ The file system is divided in several subfolders:
40
40
41
41
Open a new terminal and launch the simulated robots by running the following commands:
42
42
``` sh
43
- roslaunch dual_arm_control main_sim_pt3.launch
43
+ roslaunch ros_dual_arm_control main_sim_pt3.launch
44
44
```
45
45
Read and publish the poses of the simulated robots and object by running the command below:
46
46
``` sh
47
47
roslaunch sim_models_poses sim_models_poses2.launch
48
48
```
49
49
When sim_models_poses is running, you can now start the dual arm controller:
50
50
``` sh
51
- roslaunch dual_arm_control dual_arm_control.launch
51
+ roslaunch ros_dual_arm_control dual_arm_control.launch
52
52
```
53
53
54
54
@@ -139,5 +139,5 @@ Step 5: Launch the dual_arm_controller package
139
139
- Open a new terminal and run
140
140
141
141
``` sh
142
- roslaunch dual_arm_control dual_arm_control.launch
142
+ roslaunch ros_dual_arm_control dual_arm_control.launch
143
143
```
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ RUN cd sg_differentiation && mkdir build && cd build && cmake .. && make && sudo
63
63
64
64
# dual arm control
65
65
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
69
69
RUN cmake ..
70
70
RUN sudo make install
71
71
You can’t perform that action at this time.
0 commit comments