mikepurvis / ros-install-osx

Installing ROS on OS X.
332 stars 114 forks source link

Possible Gazebo version problem? #99

Open karanchawla opened 6 years ago

karanchawla commented 6 years ago

http://gazebosim.org/tutorials?tut=ros_wrapper_versions&cat=connect_ros

According to the link above ROS Kinetic/Lunar works with Gazebo version 7, but the script installs gazebo version 8. I tried running rosrun gazebo_ros gazebo and it looks like ros isn't communicating with gazebo.

I only get the default rostopics instead of the list given above. I also tried a simulation which works perfectly on my Ubuntu setup but it fails to communicate with ros in OSX.

To solve this, I purged my Gazebo8 installation and installed Gazebo7 but it still doesn't seem to be working.

Have you faced this issue with your installation?

fmina commented 6 years ago

I do have the same problem. ROS is not communicating with Gazebo.

karanchawla commented 6 years ago

Since I didn't find a solution to this, I just got Parallels and am using ROS with Ubuntu. It's just easier.