issues
search
RobotecAI
/
RGLGazeboPlugin
Other
61
stars
11
forks
source link
RGLServerPlugin and RGLGuiPlugin
#2
Closed
Jakub-Krakowiak
closed
2 years ago
Jakub-Krakowiak
commented
2 years ago
implemented gazebo system (server) plugin interface - Configure, PreUpdate and PostUpdate functions
connected RGL using FetchContent
added mesh detection from gazebo internals (both primitive and external meshes)
added the meshes to rgl scene
implemented rgl lidar entity in gazebo
pose updates from gazebo to rgl for both lidar and other entities
rgl ray tracing hits visible in GUI if RGLGuiPlugin is loaded
divided RGLGazeboPlugin into two parts: RGLServerPlugin and RGLGuiPlugin (since the visualization does not need rgl)