-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi,
I am trying to run the simulated shadow robot arm in gazebo, it manages to generate the model but it fails to implement the joint controllers. Using the command 'roslaunch sr_hand gazebo_arm.launch' to start the simulated model, I am recieving the following errors during the initialisation process.
[ERROR] [1459100091.268040115, 5.376000000]: No type element found in transmission 'trunk_rotation_transmission'.
[ERROR] [1459100091.268198367, 5.376000000]: No type element found in transmission 'shoulder_rotation_transmission'.
[ERROR] [1459100091.268311125, 5.376000000]: No type element found in transmission 'elbow_abduction_transmission'.
[ERROR] [1459100091.268377496, 5.376000000]: No type element found in transmission 'forearm_rotation_transmission'.
Following these errors, additional errors a displayed indicating the failure to initialise the respective position controllers.
Any suggestions as to where it is going wrong would be greatly appreciated.
Matt