Skip to content

Commit ecd5dbe

Browse files
committed
Add: binary installation page
Signed-off-by: h-suzuki <h-suzuki@isp.co.jp>
1 parent f2fa628 commit ecd5dbe

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Binary Installation
2+
3+
4+
Visualization packages with CARET can also be installed in binary.
5+
CARET binaly packages are currently only installable on Ubuntu Jammy and ROS 2 Humble.
6+
7+
<prettier-ignore-start>
8+
!!! Note
9+
The binary does not include measurement packages.
10+
<prettier-ignore-end>
11+
12+
## Installation of required packages
13+
14+
Update your apt repository caches.
15+
16+
```
17+
sudo apt update
18+
```
19+
20+
Install packages for visualization with CARET.
21+
22+
```
23+
sudo apt install python3-bt2
24+
python3 -m pip install -U \
25+
'pandas>=1.4.0' \
26+
bokeh \
27+
jupyterlab \
28+
multimethod
29+
```
30+
31+
## Install CARET packages
32+
33+
34+
Analysis packages for CARET install: caret_analyze, caret_analyze_cpp_impl, ros2caret, caret_msgs.
35+
36+
```
37+
sudo apt install ros-humble-caret-analyze
38+
sudo apt install ros-humble-caret-analyze-cpp-impl
39+
sudo apt install ros-humble-ros2caret
40+
sudo apt install ros-humble-caret-msgs
41+
```
42+
43+
Please open Jupyter Lab.
44+
```
45+
export PATH=$PATH:~/.local/bin
46+
jupyter-lab
47+
```
48+
Recommend trying CARET functionality by following the tutorial.

0 commit comments

Comments
 (0)