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 python3 issue in a backward compatible way #157

Merged
merged 2 commits into from Jun 1, 2020

Conversation

mikaelarguedas
Copy link
Member

This PR is written to be backportable to other ROS distributions.
It fixes 2 issues I faced trying to use dynparam in ROS Noetic

  • shebang line issue: /usr/bin/env: ‘python’: No such file or directory
  • NameError: name 'file' is not defined

This is a less intrusive alternative to #156

This PR also removes the placeholder script reconfigure_gui that has been introduced as a deprecation warning for the groovy release 1d3f3d5

as reconfigure_gui doesnt exist since groovy, it's removed here instead of installed ros@1d3f3d5
dynparam dets installed using catkin_install_python to leverage the automatic rewriting of the shebang lines

Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
@ros-discourse
Copy link

This pull request has been mentioned on ROS Discourse. There might be relevant details there:

https://discourse.ros.org/t/ros-noetic-ninjemys-release/14262/22

@mjcarroll mjcarroll self-assigned this Jun 1, 2020
@mjcarroll mjcarroll merged commit 9e869a5 into ros:noetic-devel Jun 1, 2020
@mikaelarguedas mikaelarguedas deleted the python3-issues branch June 1, 2020 18:13
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.

None yet

3 participants