Queries about sensors in simulation
Hi. I am a new user to ROS and have some questions regarding the use of sensors in simulation.
I undrstand that in order to simulate a sensors, you need to write the gazebo extension for it in the robot's URDF file My doubts are mainly about the elements in the gazebo's extension block.
First of all, am I right to said that the controllers are what that operate the sensors in gazebo? So do I need to install drivers for sensors at all?
To use the controller, you need to choose the correct plugins, but where do we download the plugins from? The sensor's wiki page?
Lastly, how do we know what to include in the elements within the <controller> element? So far what I did is just refer the code block from robots like turtlebot without understanding what each part is for.
I checked this website, but it is still work in process.
Thank you.Pardon me if my questions sounds amatuerish.
What type(s) of sensors are you interested in learning more about?
Hi. Right now I am trying to learn more about camera sensor. But as my project progress, I might also need to incorporate IMU and GPS.