Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

ROS package creation via catkin_tools is failing #21

Open
sam-at-6omvi-dot-org opened this issue Nov 10, 2018 · 0 comments
Open

ROS package creation via catkin_tools is failing #21

sam-at-6omvi-dot-org opened this issue Nov 10, 2018 · 0 comments

Comments

@sam-at-6omvi-dot-org
Copy link

Hello:

It seems that package creation via 'catkin create pkg' command is failing through the extension. I checked catkin.ts file and think that it needs changing at line #35
it is currently -
createPkgCommand = catkin create pkg --catkin-deps ${dependencies} -- ${name};
it should be -
createPkgCommand = catkin create pkg ${name} --catkin-deps ${dependencies};

thank you, Sam.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant