Replies: 1 comment
-
For the record, this discussion was re-created here by the author: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working with Autoware and AWSIM-Labs to create test scenarios. I have encountered an issue related to the Auto mode in Autoware that I hope you can help me with.
Setup Details:
Issue:
source install/setup.bash
ros2 topic pub /autoware/engage autoware_auto_vehicle_msgs/msg/Engage '{engage: True}' -1
This isn't a major problem since I can manually engage the Ego car using the command line, but I would like to understand the cause of this issue and restore the functionality of the Auto button.
Questions:
I have attached a video demonstrating the issue. In the video, you can see that the Auto mode enable button is disabled.
The video: Link
Any assistance or suggestions would be greatly appreciated as I continue working on the test scenarios.
Beta Was this translation helpful? Give feedback.
All reactions