You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I download and install AWSIM of Quick start demo, I see the plugins are dll, so type libraries.
a. Is it available in a form that I can test with ros2 run or launch?
b. If I want to approach and test them by function, how can I determine if they are services or nodes, and is there a reference or URL for testing them?
c. Is the source code for these plugins available in git, and where is it located?
if I want to test only the communication part, can I download the ROS2FORUnity related code (is this project correct?) from git separately and test it?
I want to check if the sensor information is being sent and received properly. When I look at the sensor related information, there are some cases that use sensor_msgs and some cases that use sensor_kit_base_link, what is the difference?
I want to check the communication information between AWSIM and autoware.
a. Is it possible to save the communication information in the form of a file?
b. Where can I set the log setting level when running AWSIM?
Translated with DeepL.com (free version)
The text was updated successfully, but these errors were encountered:
when I download and install AWSIM of Quick start demo, I see the plugins are dll, so type libraries.
a. Is it available in a form that I can test with ros2 run or launch?
Basically, the dll is supposed to be used as a plugin for Unity. Therefore, No.
b. If I want to approach and test them by function, how can I determine if they are services or nodes, and is there a reference or URL for testing them?
Regarding testing on ROS2 messages, AWSIM supports ROS2 topic to connect and test End-2-End with Autoware. If you want to check each function, you can refer to each ROS2 topic.
see also https://tier4.github.io/AWSIM/Components/ROS2/ROS2TopicList/
c. Is the source code for these plugins available in git, and where is it located?
if I want to test only the communication part, can I download the ROS2FORUnity related code (is this project correct?) from git separately and test it?
yes. However, if you want to test communications that include AWSIM features, we recommend writing test code in the AWSIM project.
I want to check if the sensor information is being sent and received properly. When I look at the sensor related information, there are some cases that use sensor_msgs and some cases that use sensor_kit_base_link, what is the difference?
sensor_msgs is the message type. sensor_kit_base_link is the frame_id. To verify proper transmission and reception, it is recommended to use the ros2 topic hz or ros2 topic echo command, for example.
I want to check the communication information between AWSIM and autoware.
a. Is it possible to save the communication information in the form of a file?
when I download and install AWSIM of Quick start demo, I see the plugins are dll, so type libraries.
a. Is it available in a form that I can test with ros2 run or launch?
b. If I want to approach and test them by function, how can I determine if they are services or nodes, and is there a reference or URL for testing them?
c. Is the source code for these plugins available in git, and where is it located?
if I want to test only the communication part, can I download the ROS2FORUnity related code (is this project correct?) from git separately and test it?
I want to check if the sensor information is being sent and received properly. When I look at the sensor related information, there are some cases that use sensor_msgs and some cases that use sensor_kit_base_link, what is the difference?
I want to check the communication information between AWSIM and autoware.
a. Is it possible to save the communication information in the form of a file?
b. Where can I set the log setting level when running AWSIM?
Translated with DeepL.com (free version)
The text was updated successfully, but these errors were encountered: