Openai_ros what exactly is controller

asked 2021-06-03 11:33:20 -0600

Kolohe113 gravatar image

updated 2022-03-05 18:20:47 -0600

lucasw gravatar image

I am using the Openai_ros parrot_drone environment. And I notice under robot_gazebo_env.py, there are these lines in the init function:

self.controllers_object = ControllersConnection(namespace=robot_name_space, controllers_list=controllers_list)
self.reset_controls = reset_controls

What is the controller referring to in this case?

edit retag flag offensive close merge delete