Skip to content

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

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