-
Hi, I have already unmounted the lower left arm as showed in the issue, now i want to launch the icub without left arm, but failed while i already remove the <module>
<name>iKinCartesianSolver</name>
<parameters>--part left_arm</parameters>
<node>icubsrv</node>
<dependencies>
<port timeout="60.0" request="is_ready" reply="[ok]">/icub/yarprobotinterface</port>
</dependencies>
</module> in Can i launch the icub application without left arm ? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 16 replies
-
Hi @jimingda ! For disabling/enabling parts you need to change the configuration files of:
(Maybe the last one is not necessary, I have to check, but let's move in steps and make first work
For example, for the <xi:include href="wrappers/motorControl/left_arm-mc_wrapper.xml" />
<xi:include href="wrappers/motorControl/left_arm-mc_remapper.xml" />
<xi:include href="cartesian/left_arm-cartesian.xml" />
<xi:include href="hardware/motorControl/left_arm-eb1-j0_3-mc.xml" />
<xi:include href="hardware/motorControl/left_arm-eb24-j4_7-mc.xml" />
<xi:include href="hardware/motorControl/left_arm-eb25-j8_11-mc.xml" />
<xi:include href="hardware/motorControl/left_arm-eb26-j12_15-mc.xml" />
<xi:include href="wrappers/MAIS/left_arm-mais_wrapper.xml" />
<xi:include href="hardware/MAIS/right_arm-eb29-j12_15-mais.xml" />
<xi:include href="wrappers/skin/left_arm-skin_wrapper.xml" />
<xi:include href="hardware/skin/left_arm-eb24-j4_7-skin.xml" />
<xi:include href="wrappers/FT/left_arm-FT_wrapper.xml" />
<xi:include href="hardware/FT/left_arm-eb1-j0_3-strain.xml" />
<xi:include href="wrappers/VFT/left_arm-VFT_wrapper.xml" />
<xi:include href="calibrators/left_arm-calib.xml" /> You can either edit the
Once you manage to run it we will move to the other executables. |
Beta Was this translation helpful? Give feedback.
You don't need it to install if you compiled the superbuild.
Does the
yarprobinterface
start fine without the left_arm as expected?For
wholebodyDynamics
andgravityCompensator
you can simply run them with--no_left_arm
option, see: