-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: taxi demo #250
feat: taxi demo #250
Conversation
Looking through this PR, it is mostly not about a particular use-cases, but some refactoring. Could we make it a 2 separate PRs where one is only the demo? |
d35fbfb
to
5d44552
Compare
c077cac
to
de71812
Compare
Errors:
Besides failing to get the park close to WUT as |
@boczekbartek thank you for testing. I wasn't planning on doing anything with the faiss error. It's caused by the lack of whoami configuration package for the taxi demo.
|
3135d07
to
f098397
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maciejmajek Thank you for updating. LGTM!
f098397
to
dd8b2cd
Compare
Purpose
This PR introduces a new taxi demo example showcasing RAI's adaptability to new platforms and use cases.
Story:
It's 2026
You've just hailed an autonomous taxi.
You get in and tell the taxi where you would like to go.
Proposed Changes
Issues
Testing
Important
This demo expects Tavily api key as well as google maps api key. You can contact me for these
Silent testing
Terminal 1
Terminal 2
ros2 topic echo /to_human std_msgs/msg/String
Terminal 3
ros2 topic pub /from_human std_msgs/msg/String "data: 'The tallest building in the warsaw please'" --once --qos-durability transient_local --qos-reliability reliable
Alternatively
Terminal 1
Terminal 2