Colcon aliases ?
Hi all,
is there a way to define custom aliases for colcon similarly to what's possible with catkin tools??
Thanks.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi all,
is there a way to define custom aliases for colcon similarly to what's possible with catkin tools??
Thanks.
colcon
doesn't offer aliases atm.
While you could create a Python package adding those that would be rather heavy weight for an alias.
You could also define the alias in your shell.
Thanks for the answer. While having shell alias is handy for some cmd, it would still be nice to have aliases for command/verbs or options. E.g. build --package-up-to
-> --build-to
or --event-handlers console_direct+
-> --verbose
or --event-handlers console_direct+ --pytest-args -s
-> --pytest-verbose
, you got the idea.
Marking as correct answer since it does answer the initial question.
Asked: 2019-08-19 09:18:56 -0600
Seen: 391 times
Last updated: Aug 19 '19
Is there a release date of ros 2 or more informations about it?
Is the planned ROS1 to ROS2/DDS bridge available yet?
ROS2: content-based topic subscriptions?
Building Ros 2.0 without OpenCV?
ros2 rttest example build error
ROS 2 Alpha 2 ros1_bridge using DDS between two computers