ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.09k stars 9.69k forks source link

Apollo to Virest VTD ROS bridge. #13580

Open Thinsheep opened 3 years ago

Thinsheep commented 3 years ago

We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.

System information

Hi Together,

I want to establish the communication between Apollo 6.0 and Vires VTD simulator. Vires VTD + ROS interface <=> Apollo Cyber to ROS I write the ROS interface for Vires VTD and use the Cyber to ROS bridge from AUROAI https://github.com/AuroAi/apollo_ros_bridge

I have a few basic questions:

  1. What topics VTD publishes to ROS server and what topics Apollo publishes to ROS server? Is it like below? VTD to Apollo : sensor messages etc Apollo to VTD simulator: Throttle, Brake, Accelerator, etc Where can I get the full list of topics to publish/subscribe between Apollo and Simulator?

  2. What if Apollo need some data but it is not available in the simulator? I may have wrong understanding here.

Thinsheep commented 3 years ago

Hi, Any hints order documents to know inputs and outputs between Apollo and Simulator? I got to write ROS topics (ROS interfaces) for the Vires VTD simulator.