Openai_ros what exactly is controller
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?
add a comment