Gazebo not running correctly after installation on ubuntu 14.04 on VM
Hi there, I have having trouble with running gazebo. I was originally hitting an error regarding name spaces but i found a fix which involved downloading the gazebo models and putting them in the gazebo directory. Now however I have a new error appearing when i try to run gazebo. This is running on ubuntu 14.04 on a virtual machine. The main error seems to be to do with inconsistent values but I may be wrong. I know this can work correctly on the virtual machine with ubuntu 14.04 as a fellow student has it running correctly, we just cant work out whats wrong with mine as he never had this problem.
I think it has something to do with this line: Warning [parser_urdf.cc:1010] multiple inconsistent <self_collide> exists due to fixed joint reduction overwriting previous value [true] with [false].
Below is the output im receiving:
[baxter - http://localhost:11311] cahan@ubuntu:~/ros_ws$ roslaunch baxter_gazebo baxter_world.launch
... logging to /home/cahan/.ros/log/d6b70266-c406-11e7-9fc9-000c29527df7/roslaunch-ubuntu-47470.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://localhost:36895/
SUMMARY
========
PARAMETERS
* /baxter_emulator/left_gripper_type: ELECTRIC_GRIPPER
* /baxter_emulator/right_gripper_type: ELECTRIC_GRIPPER
* /grav_left_name: left_gripper
* /grav_right_name: right_gripper
* /left_tip_name: left_gripper
* /rethink/software_version: 1.2.0
* /right_tip_name: right_gripper
* /robot/head_position_controller/joints/head_controller/joint: head_pan
* /robot/head_position_controller/joints/head_controller/pid/d: 5.0
* /robot/head_position_controller/joints/head_controller/pid/i: 0.01
* /robot/head_position_controller/joints/head_controller/pid/p: 10.0
* /robot/head_position_controller/topic: /robot/head/comma...
* /robot/head_position_controller/type: baxter_sim_contro...
* /robot/joint_state_controller/publish_rate: 50
* /robot/joint_state_controller/type: joint_state_contr...
* /robot/left_e0_position_controller/joint: left_e0
* /robot/left_e0_position_controller/pid/d: 1
* /robot/left_e0_position_controller/pid/i: 35
* /robot/left_e0_position_controller/pid/p: 4500
* /robot/left_e0_position_controller/type: effort_controller...
* /robot/left_e1_position_controller/joint: left_e1
* /robot/left_e1_position_controller/pid/d: 2
* /robot/left_e1_position_controller/pid/i: 60
* /robot/left_e1_position_controller/pid/p: 5500
* /robot/left_e1_position_controller/type: effort_controller...
* /robot/left_gripper_controller/joints/l_gripper_l_finger_controller/joint: l_gripper_l_finge...
* /robot/left_gripper_controller/joints/l_gripper_l_finger_controller/pid/d: 0.01
* /robot/left_gripper_controller/joints/l_gripper_l_finger_controller/pid/i: 0.1
* /robot/left_gripper_controller/joints/l_gripper_l_finger_controller/pid/p: 1000
* /robot/left_gripper_controller/joints/l_gripper_r_finger_controller/joint: l_gripper_r_finge...
* /robot/left_gripper_controller/joints/l_gripper_r_finger_controller/pid/d: 0.01
* /robot/left_gripper_controller/joints/l_gripper_r_finger_controller/pid/i: 0.1
* /robot/left_gripper_controller/joints/l_gripper_r_finger_controller/pid/p: 1000
* /robot/left_gripper_controller/properties: /robot/end_effect...
* /robot/left_gripper_controller/topic: /robot/end_effect...
* /robot/left_gripper_controller/type: baxter_sim_contro...
* /robot/left_joint_effort_controller/joints/left_e0_controller/joint: left_e0
* /robot/left_joint_effort_controller/joints/left_e1_controller/joint: left_e1
* /robot/left_joint_effort_controller/joints/left_s0_controller/joint: left_s0
* /robot/left_joint_effort_controller/joints/left_s1_controller/joint: left_s1
* /robot/left_joint_effort_controller/joints/left_w0_controller/joint: left_w0
* /robot/left_joint_effort_controller/joints/left_w1_controller/joint: left_w1
* /robot/left_joint_effort_controller/joints/left_w2_controller/joint: left_w2
* /robot/left_joint_effort_controller/topic: /robot/limb/left/...
* /robot/left_joint_effort_controller/type: baxter_sim_contro...
* /robot/left_joint_position_controller/joints/left_e0_controller/joint: left_e0
* /robot/left_joint_position_controller/joints/left_e0_controller/pid/d: 1
* /robot/left_joint_position_controller/joints/left_e0_controller/pid/i: 35
* /robot/left_joint_position_controller/joints/left_e0_controller/pid/p: 4500
* /robot/left_joint_position_controller/joints/left_e1_controller/joint: left_e1
* /robot/left_joint_position_controller/joints/left_e1_controller/pid/d: 2
* /robot/left_joint_position_controller/joints/left_e1_controller/pid/i: 60
* /robot/left_joint_position_controller/joints/left_e1_controller/pid/p: 5500
* /robot/left_joint_position_controller/joints/left_s0_controller/joint: left_s0
* /robot/left_joint_position_controller/joints ...
Two suggestions: