husky / husky_simulator

Simulator packages for the Clearpath Husky for Indigo & prior. For kinetic, visit https://github.com/husky/husky
http://wiki.ros.org/Robots/Husky
29 stars 52 forks source link

Husky arm controllers aren't loading in simulation, two ros_controls #19

Closed UltronDestroyer closed 9 years ago

UltronDestroyer commented 9 years ago

[ERROR] [WallTime: 1427219885.816407] [4.851000] Failed to load arm_controller Initializing controller 'arm_controller' failed [ERROR] [1427219885.187761475, 4.317000000]: Could not find joint name on param server

However, the action servers are available, but it's saying controllers aren't up.

Seems to be loading ros_control plugin twice: h/.ros/log/4c4a6722-d24f-11e4-8ff8-b870f4db1118/spawn_husky_model-12*.log [ INFO] [1427219884.083360210, 3.665000000]: Loading gazebo_ros_control plugin [ INFO] [1427219884.083501750, 3.665000000]: Starting gazebo_ros_control plugin in namespace: / [ INFO] [1427219884.086100954, 3.665000000]: gazebo_ros_control plugin is waiting for model URDF in parameter [robot_description] on the ROS param server. [ERROR] [1427219884.189958956, 3.665000000]: No type element found in transmission 'r_gripper_trans'. [ INFO] [1427219884.392373536, 3.665000000]: Loaded gazebo_ros_control. [ INFO] [1427219884.423898454, 3.665000000]: f3d plugin missing , defaults to world

UltronDestroyer commented 9 years ago

Fix would be when the arm urdf is included (it is also loading ros_control), to not call ros_control inside description.gazebo.xacro.

UltronDestroyer commented 9 years ago

Nevermind, not the issue here.

cretaceous-creature commented 8 years ago

I also get this error and the gripper could not move. I did not catch the fix method, do you mean remove the gazebo_ros_control in description.gazebo.xacro file?