CentroEPiaggio / kuka-lwr

Software related to the KUKA LWR 4+: for real and for simulation.
The Unlicense
104 stars 81 forks source link

Launch files reorganization and documentation #7

Closed marcoesposito1988 closed 9 years ago

marcoesposito1988 commented 9 years ago

Hi guys, I would like to propose some changes:

This means that the simulator and the OneTaskInverseKinematics controller can be launched with the default arguments: roslaunch lwr_launch lwr_launch.launch The controller can be changed with the "controller" argument: roslaunch lwr_launch lwr_launch.launch controller:=ComputedTorqueControl The connection to the real robot can be esablished with the "_use_lwrsim" argument: roslaunch lwr_launch lwr_launch.launch controller:=ComputedTorqueControl use_lwr_sim:=false

I look forward to your feedback.

carlosjoserg commented 9 years ago

It seems ok to me, so I'll merge it. Thanks for the contribution.