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

fix for Python3 (noetic) #86

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    f0976d2 View commit details
    Browse the repository at this point in the history
  2. [src/joint_trajectory_action/joint_trajectory_action.py] fix TabError…

    …: inconsistent use of tabs and spaces in indentation, for Python3
    k-okada committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    5f652d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Resolving Compatibility Issue between python2 and python3 (#1)

    * fixed map function of python2 to list(map) in feedback position error code
    * add absolute_import for the compatibility of python2,3
    
    ---------
    
    Co-authored-by: s-kim <[email protected]>
    soonhyo and s-kim authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    54ebdf1 View commit details
    Browse the repository at this point in the history