Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Resolving Compatibility Issue between python2 and python3 #1

Merged
merged 3 commits into from
Oct 12, 2023

Conversation

soonhyo
Copy link

@soonhyo soonhyo commented Oct 11, 2023

Description
This Pull Request includes modifications to ensure compatibility with both Python2 and Python3.
This modification is required for launching baxter_default.launch of jsk_baxter_startup in the Noetic environment.

Modification Details

  1. import statements import bezier and import minzerk have been changed to from . import bezier and from . import minzerk .
  2. xrange has been replaced with range.
  3. The map() function has been modified to use list(map()).

Testing
The changes have been tested successfully, demonstrating proper functionality with both Python2 and Python3.

@pazeshun

@k-okada k-okada merged commit 54ebdf1 into k-okada:development Oct 12, 2023
@k-okada
Copy link
Owner

k-okada commented Oct 12, 2023

thank you
c.f. RethinkRobotics#86

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

Successfully merging this pull request may close these issues.

2 participants