-
Notifications
You must be signed in to change notification settings - Fork 177
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
rosed and roscd equivalent in ros2cli #483
Comments
Please see #75 which describes why a For |
@dirk-thomas Yes it makes much more sense actually. I think I will try to do it as a colcon extension. |
@dirk-thomas @Briancbn would it make sense to close this issue / transfer it to a |
I will go ahead with closing the ticket here. @Briancbn Please feel free to contribute to colcon. If the addition is in form of a new repo please create it under your own GitHub user and when it is ready we can move it into the |
Feature request
Feature description
A
ros2edit
andros2cd
package that can easily navigate and edit the workspace source folder, like howrosed
androscd
can do in ROS 1, which was a huge convenience for me when there was no gui.Implementation considerations
Most of the implementation will be similar to
ros2run
, but there will be a need to locate package path inside the workspace instead of the index space, I find thatcolcon list
can return the information, but might be too slow and colcon have their own common extensions(open for suggestions).I think
ROS_WORKSPACE
will also need to be specified, but without it we can look for packages from the current path.I can try and write up a pr, but please let me know if it is needed or you have any suggestions.
The text was updated successfully, but these errors were encountered: