@@ -28,10 +28,16 @@ If you have not previously setup any of our software stack, you can use the foll
28
28
python3-pip \
29
29
python3-rosdep \
30
30
python3-vcstool \
31
+ ros-iron-desktop-full \
31
32
ros-iron-plotjuggler-ros \
32
33
ros-iron-rmw-cyclonedds-cpp \
33
34
ros-iron-rqt-robot-monitor \
34
35
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 \
35
41
&& mkdir -p ~ /git/bitbots \
36
42
&& cd ~ /git/bitbots \
37
43
&& 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
61
67
ros-iron-rqt-robot-monitor \
62
68
ros-iron-rqt-runtime-monitor
63
69
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
+
64
79
**2. Install Webots **
65
80
66
81
Webots is a robot simulator, which we use to simulate our robots and test our software.
0 commit comments