Skip to content

Commit 2e620ad

Browse files
committed
docs(setup): add pip pkgs for colored colcon output
1 parent e174ad3 commit 2e620ad

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bitbots_misc/bitbots_docs/docs/manual/tutorials/install_software_ros2.rst

+15
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,16 @@ If you have not previously setup any of our software stack, you can use the foll
2828
python3-pip \
2929
python3-rosdep \
3030
python3-vcstool \
31+
ros-iron-desktop-full \
3132
ros-iron-plotjuggler-ros \
3233
ros-iron-rmw-cyclonedds-cpp \
3334
ros-iron-rqt-robot-monitor \
3435
ros-iron-rqt-runtime-monitor \
36+
&& python3 -m pip install \
37+
git+https://github.com/ruffsl/colcon-clean \
38+
git+https://github.com/timonegk/colcon-core.git@colors \
39+
git+https://github.com/timonegk/colcon-notification.git@colors \
40+
git+https://github.com/timonegk/colcon-output.git@colors \
3541
&& mkdir -p ~/git/bitbots \
3642
&& cd ~/git/bitbots \
3743
&& curl -fsSL https://raw.githubusercontent.com/bit-bots/bitbots_main/main/scripts/setup.sh > /tmp/setup.sh \
@@ -61,6 +67,15 @@ Manual steps with in depth explanation
6167
ros-iron-rqt-robot-monitor \
6268
ros-iron-rqt-runtime-monitor
6369
70+
- To aditionally get nice colored output from colcon, you can install the following pip packages:
71+
72+
.. code-block:: bash
73+
python3 -m pip install \
74+
git+https://github.com/ruffsl/colcon-clean \
75+
git+https://github.com/timonegk/colcon-core.git@colors \
76+
git+https://github.com/timonegk/colcon-notification.git@colors \
77+
git+https://github.com/timonegk/colcon-output.git@colors \
78+
6479
**2. Install Webots**
6580

6681
Webots is a robot simulator, which we use to simulate our robots and test our software.

0 commit comments

Comments
 (0)