Skip to content
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

Bookstore #16

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Bookstore #16

wants to merge 13 commits into from

Conversation

fabid
Copy link
Contributor

@fabid fabid commented Feb 13, 2025

No description provided.

Copy link
Collaborator

@tomonorman tomonorman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you.

Are there any environment variables that should be set / changed that might be useful to state in the readme?

@fabid
Copy link
Contributor Author

fabid commented Feb 17, 2025

I think only the PYTHONPATH if using a virtualenv

try:
self.gt_start_location = msg.poses[0].position
except IndexError:
return
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this returning if it cant find a position?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basically exiting the callback until the expected pose is found.

I am not sure, but it looks like there might be some empty messages while the simulation is still initializing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants