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

[jsk_interactive_marker/scripts/transformable_markers_client.py] Fix for Python3 #882

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

pazeshun
Copy link
Contributor

@pazeshun pazeshun commented Aug 17, 2023

Because xrange is removed on Python3, we face an error here:

We can use range as xrange on Python3 because Python2's xrange equals Python3's range.

@k-okada k-okada merged commit 3694e5b into jsk-ros-pkg:master Jan 16, 2024
7 checks passed
@knorth55
Copy link
Member

knorth55 commented May 9, 2024

I'm waiting this PR to be released in Noetic.

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.

3 participants