Actor and LiDAR sensor problems
I have been trying to experiment with the actors to create a scripted animation.
My goal is to create a simulation with a automated drone and small airplane flying in a fixed preplanned path. The drone must be able to perceive the plane using RGB, LiDAR and Ultrasound sensors. Based on the actor guide my understanding was that I could use the actor class to create this simulation: http://gazebosim.org/tutorials?tut=ac...
I started out testing the actor with the cube example, added a few more blocks and the standard LiDAR (hokoyo). When the LiDAR is loaded into the environment, the actor (cube) seems to freeze from time to time and then restarts. The cube does not seem to be perceived by the LiDAR rendering:
I am not sure if my configuration is wrong or LiDAR should not be used together with the actor.
My setup is Ubuntu 18.04 and Gazebo multi-robot simulator, version 9.1.0 (installed via the ROS package manager)
My other option is to create a model without gravity and a code c++ plugin to perform what the actor basically does. I am hoping I can use the actor for my project since it seems like a nice addition to Gazebo.