Failure When Running Digital Twin Simulation #2770
-
I followed the tutorial here: https://autowarefoundation.github.io/autoware-documentation/main/tutorials/ad-hoc-simulation/digital-twin-simulation/awsim-tutorial/ I can run awsim simulator (I can drive the car manually if I switch to manual mode) But after I change the pose estimate in rviz, the car in the awsim simulator won't change to another position. Is that all right? Besides, after I send the engage message, the car in the awsim won't move and there won't be a highlight red and green planning route in rviz. I wonder what's wrong..... Ah, additionally Couldn't create a Convex Mesh from source mesh "Wheel_f_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "Wheels_FL_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "Wheels_RL_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "Wheels_FR_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "Wheels_FL_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "Wheels_RL_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "Wheel_R_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "Wheels_RR_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "Wheels_FR_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "Wheels_RL_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "Wheels_FR_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "Wheels_FL_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "Wheels_RR_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "Wheels_RR_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. Couldn't create a Convex Mesh from source mesh "BodyCar.001" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. And The log of my E2Esimulator are full of Maybe I did something wrong when I configured my environment? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It does not work like that. Currently the position is predefined in the simulator and setting initial pose should be done in rviz to properly initialize Autoware. I'm working on automation of this process as the simulator knows the exact pose of ego so it could initialize Autoware without interaction of user.
Have you set the Goal Pose in rviz ? Please check video of running AWSIM and try to do exactly the same : link. Engage is being published all the time in one terminal. |
Beta Was this translation helpful? Give feedback.
It does not work like that. Currently the position is predefined in the simulator and setting initial pose should be done in rviz to properly initialize Autoware. I'm working on automation of this process as the simulator knows the exact pose of ego so it could initialize Autoware without interaction of user.
Have you set the Goal Pose in rviz ? Please check video of running AWSIM and try to do exactly the same : link.…