How to start gazebo using roscore & rosrun gazebo_ros gazebo?
I am unable to start gazebo with the following command:
roscore & rosrun gazebo_ros gazebo
this produces the following: terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc
Yet, I am able to start gazebo using roscore, gzserver and gzclient in separate terminals.
Running ROS hydro, ubuntu 12.04.
Thanks.