You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the create-new-package command on ros foxy version. During the license setup stage, I get incorrect choices for the license (text such as going, to, create,...) and a package called dummy is created in my src ws. I believe the issue stems from this line: https://github.com/StoglRobotics/ros_team_workspace/blob/master/scripts/_RosTeamWs_Defines.bash?plain=1#L384
since this command execution output differs between different ros2 versions.
I believe the issue is from the different ros version, since when I run this command on ros2 foxy: ros2 pkg create dummy --license ?, it creates a package. However, when I run the same command on ros2 rolling, it correctly shows me different types of licenses. Also the create-new-package command works fine for me for rolling. This error only occurs on foxy
Steps to reporoduce:
Clone the repo & setup auto-sourcing
setup-ros-workspace and choose foxy
_workspace && cd ./workspace && source ./install/setup.bash && cd src
create-new-package pkg_foxy pkg_foxy_description and choose 1 for standard package and 2 for git global info config
You'll get weird choices for the license and you'll find dummy package created in the source workspace directory.
Please let me know if you could reproduce this issue or if there's an issue with my setup. I know ros-foxy is officially eol but the tool says that it's supported.
The text was updated successfully, but these errors were encountered:
Hello
I tried to run the create-new-package command on ros foxy version. During the license setup stage, I get incorrect choices for the license (text such as going, to, create,...) and a package called
dummy
is created in my src ws. I believe the issue stems from this line: https://github.com/StoglRobotics/ros_team_workspace/blob/master/scripts/_RosTeamWs_Defines.bash?plain=1#L384since this command execution output differs between different ros2 versions.
I believe the issue is from the different ros version, since when I run this command on ros2 foxy:
ros2 pkg create dummy --license ?
, it creates a package. However, when I run the same command on ros2 rolling, it correctly shows me different types of licenses. Also thecreate-new-package
command works fine for me for rolling. This error only occurs on foxySteps to reporoduce:
setup-ros-workspace
and choose foxy_workspace && cd ./workspace && source ./install/setup.bash && cd src
create-new-package pkg_foxy pkg_foxy_description
and choose 1 for standard package and 2 for git global info configPlease let me know if you could reproduce this issue or if there's an issue with my setup. I know ros-foxy is officially eol but the tool says that it's supported.
The text was updated successfully, but these errors were encountered: