-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FPS Drops Low When Running Autoware on Jetson and AWSIM on PC Simultaneously #182
Comments
This is most probably related to DDS and overall network configuration settings. Make sure you have set up this:
And then configure this: |
I've done cyclon-dds, so I gained ` sudo systemctl status multicast-lo.service Dec 23 16:05:18 banban systemd[1]: Starting Enable Multicast on Loopback... but fps drops. Is there any way to check? |
I had a similar problem, low fps but with both AWsim and Autoware on the same machine. The AWSim was running at 60 fps alone, but was dropping to 1-2 fps once Autoware started. In your case you say:
The loopback interface is used when everything is on the same machine. If you have two machines, you should probably either select the ethernet interface you use to connect to the LAN, or let the system autoselect it as suggested by @xmfcx. My 2c |
I run Autoware on Jetson AGX Orin and AWSIM on a Ubuntu 22.04.
The AWSIM runs smoothly with 60 FPS when alone. However, when I run Autoware on Jetson and connect them with the PC via ROS2 (Cyclone DDS Unicast), the FPS of AWSIM drops to 0~1 hz. The car cant drive autonomously. Why does the FPS drop like this?
environment
method
https://autowarefoundation.github.io/AWSIM-Labs/main/GettingStarted/QuickStartDemo/
status
senscing topic down 1fps???
**
**
ros2 topic hz /
ros2 topic hz /localization/kinematic_state
topic from awsim
/awsim/ground_truth/localization/kinematic_state
/awsim/ground_truth/vehicle/pose/clock
/control/command/control_cmd
/control/command/emergency_cmd
/control/command/gear_cmd
/control/command/hazard_lights_cmd
/control/command/turn_indicators_cmd
/sensing/camera/traffic_light/camera_info
/sensing/camera/traffic_light/image_raw
/sensing/gnss/pose
/sensing/gnss/pose_with_covariance
/sensing/imu/tamagawa/imu_raw
/sensing/lidar/left/pointcloud_raw
/sensing/lidar/left/pointcloud_raw_ex
/sensing/lidar/right/pointcloud_raw
/sensing/lidar/right/pointcloud_raw_ex
/sensing/lidar/top/pointcloud_raw
/sensing/lidar/top/pointcloud_raw_ex
/vehicle/status/control_mode
/vehicle/status/gear_status
/vehicle/status/hazard_lights_status
/vehicle/status/steering_status
/vehicle/status/turn_indicators_status
The text was updated successfully, but these errors were encountered: