Replies: 4 comments 1 reply
-
|
Hi @rt-2pm2 , Thanks for the feedback, I tried again with service-based logging simulation and it seems to work, the vehicle takes a bit to localize after the rosbag starts, hence I increased the default rosbag replay rate from 0.2 to 0.4 to give smoother experience. Could you try again and confirm if you still see the issue? Best. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @oguzkaganozt, Thanks for the support. I tested the script after your update, but it does not solve the problem on my specific instance. |
Beta Was this translation helpful? Give feedback.
-
|
It might improve if you set CYLCLONE_DDS configuration to services.
|
Beta Was this translation helpful? Give feedback.
-
|
Update: with the current set of containers it works. Probably, there was some obsoleted container which had some issue. I pulled the most recent version and the issue was gone. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run the OpenADKit sample deployments reported in the new documentation.
I started with the logging scenario.
The monolithic approach, based on a single container encapsulating the full Autoware stack, albeit a bit lagging, works.
In the contrary, the Service-Based Deployment is not running as expected.
Precisely, I am not seeing the pointcloud, neither the vehicle. I could suspect that the sensing pipeline is not working, hindering also localization and perception. I see only the speed and the steering wheel angle, so the bag is playing correctly and the interface is working.
How I run the script
I followed the instructions from the documentation page, except that I was not running detached.
I run the main components by:
Then I started the ros bag by:
My findings
I attach the log with the output from the various container.
service-based.log
I am suspicious for the messages:
If I got it right, the lidar data is fed to the autoware framework after concatenating all the lidars sensors. If this step fails, maybe the perception and localization pipelines get stuck?
Indeed, till the end, I see components complaining about the missing data sources:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions