ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Recently I found that .so file highly depends on PCs and OSs. Therefore I git clone the gazebo_ros_pkg and use catkin_make_isolated to build them in Ubuntu. Then move the libgazebo_ros_contorl.so in devel_build/ to /opt/ros/hydro/lib/ to overwrite the one from apt-get. Then it goes well.