Error when simulating baxter in gazebo
When I launch baxter_world
I get the following errors in order. I'm struggling with fixing these.
[ INFO] [1448157761.777717835]: getting bounds for joint: [right_s0]
ERROR: cannot launch node of type [baxter_sim_hardware/baxter_emulator]: can't locate node [baxter_emulator] in package [baxter_sim_hardware]
[INFO] [WallTime: 1448157762.755704] [0.000000] Controller Spawner: Waiting for service controller_manager/load_controller
Warning [parser_urdf.cc:1010] multiple inconsistent <self_collide> exists due to fixed joint reduction overwriting previous value [true] with [false].
Segmentation fault (core dumped)
[gazebo_gui-3] process has died [pid 8359, exit code 139, cmd /opt/ros/indigo/lib/gazebo_ros/gzclient __name:=gazebo_gui __log:=/home/veyorokon/.ros/log/1c64b260-90bd-11e5-b392-b8e85645ebf8/gazebo_gui-3.log].
log file: /home/veyorokon/.ros/log/1c64b260-90bd-11e5-b392-b8e85645ebf8/gazebo_gui-3*.log
[gazebo-2] process has died [pid 8353, exit code 139, cmd /opt/ros/indigo/lib/gazebo_ros/gzserver -e ode /home/veyorokon/ros/baxter_ws/src/baxter_simulator/baxter_gazebo/worlds/baxter.world __name:=gazebo __log:=/home/veyorokon/.ros/log/1c64b260-90bd-11e5-b392-b8e85645ebf8/gazebo-2.log].
log file: /home/veyorokon/.ros/log/1c64b260-90bd-11e5-b392-b8e85645ebf8/gazebo-2*.log
Which branch of baxter_simulator and all baxter repos are you using? Make sure the are all on the same branch. The first error makes it seem like either baxter_gazebo wasn't built with catkin or the environment wasn't sourced again after the build. Have you tried a fresh build?