-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate Octomap from Gazebo world, how to install the needed plugin? #12
Comments
This is a plugin that is constructed when building the catkin_sim_environment workspace. There are also issues with between the latest gazebo/16.04/18.04 development environments that we are currently working through on a different branch. What dev environment are you using? |
Thanks for respons. I'm working on with 18.04. ~/.gazebo/models/granso$ rosrun gazebo_ros gazebo granso.world |
@andno037 did you figure this out? |
Yes, I was able to figure this out. needed move the so file to a location that gazebo was able to find it. |
Excellent. So were you just leveraging this project for that or is MACE providing something larger to you? Just curious. |
Yes, I'm just needed to generate an octomap of the ground through. In order to comper with the collected octomap :). |
I am trying to get this one built on 18.04, Gazebo 7 environment. Seems like there are many changes from gazebo/math to ignition/math. I just wonder if there is a way around for that. |
This is the error I get when building sim_gazebo_plugins.
|
Hello all, My configuration is Ubuntu 18.04, Gazebo 9.16 and CMake version 3.5.2. For the problem with 'gazebo/math/Vector3.hh',
Then, you'll encounter with a CMake error about UUID,
And, it compiles. |
Hello, I am running Ubuntu 18.04 and ROS melodic. I noticed that when I launch the world via "rosrun gazebo_ros gazebo house.world" (with the plugin included before the last world) the world generated in Gazebo is empty. And when I execute the rosservice call command, error says service not available. Any ideas of what am I doing wrong? Thanks!! |
@mateoteverga I have the same problem, when I try to launch the rosservice it has not been instantiated by the gazebo plugin. I suspect this due to that the libBuildOctomapPlugin.so file is not building correctly when running catkin_make. Any ideas? |
at https://github.com/heronsystems/OpenMACE/wiki/Generate-Octomap-from-Gazebo-world
I do not understand how to get the appropriate so file (libBuildOctomapPlugin.so).
The text was updated successfully, but these errors were encountered: