Interfacing Autoware with a different simulator
Hi, I am interested in interfacing Autoware.auto with a different simulator. The simulator would feed sensor data and receive actuation. From my understanding, the first step is providing the simulator with a ROS2 bridge. Once this is done the next steps are a bit unclear to me.
- Do I need autoware.io for communication?
- From this thread (https://answers.ros.org/question/3689...) I take it that I need to create an interface to translate the messages. But I cannot see any sensor passing besides odometry. Is it because camera and lidar data do not need special treatment?
Thanks, Simone