1
- ## Source installation on ubuntu-22 .04 64 bit
1
+ ## Source installation on ubuntu-24 .04 64 bit
2
2
3
- To install all the packages on ubuntu 22 .04 LTS 64 bit, you should do the following steps:
3
+ To install all the packages on ubuntu 24 .04 LTS 64 bit, you should do the following steps:
4
4
5
5
2 . install robotpkg: follow [ the robotpkg installation website] ( http://robotpkg.openrobots.org/debian.html ) .
6
6
@@ -20,8 +20,8 @@ To install all the packages on ubuntu 22.04 LTS 64 bit, you should do the follow
20
20
python3-pydot python3-pyqt5 python3-scipy python3-setuptools \
21
21
python3-sip-dev python3-sphinx python3-yaml python3-pip python-is-python3 \
22
22
qtbase5-private-dev qtmultimedia5-dev robotpkg-openscenegraph \
23
- robotpkg-py310 -omniorbpy robotpkg-qpoases robotpkg-qt5-osgqt \
24
- texlive-latex-extra
23
+ robotpkg-py312 -omniorbpy robotpkg-qpoases robotpkg-qt5-osgqt \
24
+ texlive-latex-extra wget
25
25
```
26
26
27
27
4. Choose a directory on your file system and define the environment
@@ -36,7 +36,7 @@ To install all the packages on ubuntu 22.04 LTS 64 bit, you should do the follow
36
36
5. Copy Config and Makefile
37
37
38
38
` ` ` bash
39
- wget -O $DEVEL_HPP_DIR /config.sh https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/stable/doc/config/ubuntu-22 .04.sh
39
+ wget -O $DEVEL_HPP_DIR /config.sh https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/stable/doc/config/ubuntu-24 .04.sh
40
40
wget -O $DEVEL_HPP_DIR /src/Makefile https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/stable/makefiles/devel.mk
41
41
` ` `
42
42
@@ -51,58 +51,36 @@ To install all the packages on ubuntu 22.04 LTS 64 bit, you should do the follow
51
51
52
52
` ` ` bash
53
53
cd ${DEVEL_HPP_DIR} /src
54
- source ../config.sh;
55
54
make all
56
55
` ` `
57
56
58
57
8. open ` $DEVEL_HPP_DIR /install/share/doc/hpp-doc/index.html` in a web brower and you
59
58
will have access to the documentation of most packages.
60
59
61
- # # Source installation on ubuntu-20.04 64 bit with ros-noetic
62
-
63
- To install all the packages on ubuntu 20.04 LTS 64 bit, you should do the following steps:
60
+ # # Source installation on ubuntu-22.04 64 bit
64
61
65
- 1. install ROS-noetic: follow steps 1.1 to 1.3 of [the ROS installation website.](http://wiki.ros.org/noetic/Installation/Ubuntu).
62
+ To install all the packages on ubuntu 22.04 LTS 64 bit, you should do the following steps:
66
63
67
64
2. install robotpkg: follow [the robotpkg installation website](http://robotpkg.openrobots.org/debian.html).
68
65
69
66
3. install by apt-get
70
67
` ` ` bash
71
68
sudo apt-get install \
72
- g++ \
73
- cmake \
74
- doxygen \
75
- libboost-dev \
76
- liburdfdom-dev \
77
- libassimp-dev \
78
- libeigen3-dev \
79
- libgraphviz-dev \
80
- graphviz \
81
- robotpkg-omniorb \
82
- robotpkg-qpoases+doc \
83
- robotpkg-romeo-description \
84
- robotpkg-py38-omniorbpy \
85
- ros-noetic-xacro \
86
- libccd-dev \
87
- ros-noetic-octomap \
88
- ros-noetic-resource-retriever \
89
- ros-noetic-srdfdom \
90
- ros-noetic-pr2-description \
91
- git \
92
- libltdl-dev \
93
- python-omniorb \
94
- python3-matplotlib \
95
- qtbase5-private-dev \
96
- qtdeclarative5-dev \
97
- qtmultimedia5-dev \
98
- libqt5svg5-dev \
99
- libxml2 \
100
- libtinyxml2-dev \
101
- oxygen-icon-theme \
102
- robotpkg-openscenegraph \
103
- libpcre3-dev \
104
- wget \
105
- libcdd-dev
69
+ assimp-utils cmake coinor-libipopt-dev coinor-libipopt1v5 cython3 doxygen \
70
+ git ffmpeg gcovr gfortran graphviz libassimp-dev libboost-all-dev \
71
+ libbullet-dev libccd-dev libcdd-dev libconsole-bridge-dev libeigen3-dev \
72
+ libglpk-dev libgraphviz-dev libgtest-dev liblapack-dev liblog4cxx-dev \
73
+ libltdl-dev liboctomap-dev libopencv-dev libpcl-dev libqt5svg5-dev \
74
+ libqt5xmlpatterns5-dev libtinyxml2-dev libtinyxml-dev libtool-bin \
75
+ liburdfdom-dev liburdfdom-headers-dev libyaml-cpp-dev llvm m4 \
76
+ oxygen-icon-theme pkg-config psmisc pyqt5-dev python3-defusedxml \
77
+ python3-dev python3-empy python3-gnupg python3-matplotlib \
78
+ python3-netifaces python3-nose python3-numpy python3-paramiko \
79
+ python3-pydot python3-pyqt5 python3-scipy python3-setuptools \
80
+ python3-sip-dev python3-sphinx python3-yaml python3-pip python-is-python3 \
81
+ qtbase5-private-dev qtmultimedia5-dev robotpkg-openscenegraph \
82
+ robotpkg-py310-omniorbpy robotpkg-qpoases robotpkg-qt5-osgqt \
83
+ texlive-latex-extra wget
106
84
` ` `
107
85
108
86
4. Choose a directory on your file system and define the environment
@@ -117,7 +95,7 @@ To install all the packages on ubuntu 20.04 LTS 64 bit, you should do the follow
117
95
5. Copy Config and Makefile
118
96
119
97
` ` ` bash
120
- wget -O $DEVEL_HPP_DIR /config.sh https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/stable/doc/config/ubuntu-20 .04-noetic .sh
98
+ wget -O $DEVEL_HPP_DIR /config.sh https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/stable/doc/config/ubuntu-22 .04.sh
121
99
wget -O $DEVEL_HPP_DIR /src/Makefile https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/stable/makefiles/devel.mk
122
100
` ` `
123
101
@@ -132,18 +110,17 @@ To install all the packages on ubuntu 20.04 LTS 64 bit, you should do the follow
132
110
133
111
` ` ` bash
134
112
cd ${DEVEL_HPP_DIR} /src
135
- source ../config.sh;
136
113
make all
137
114
` ` `
138
115
139
116
8. open ` $DEVEL_HPP_DIR /install/share/doc/hpp-doc/index.html` in a web brower and you
140
117
will have access to the documentation of most packages.
141
118
142
- # # Source installation on ubuntu-18 .04 64 bit with ros-melodic
119
+ # # Source installation on ubuntu-20 .04 64 bit with ros-noetic
143
120
144
- To install all the packages on ubuntu 18 .04 LTS 64 bit, you should do the following steps:
121
+ To install all the packages on ubuntu 20 .04 LTS 64 bit, you should do the following steps:
145
122
146
- 1. install ROS-melodic : follow steps 1.1 to 1.3 of [the ROS installation website.](http://wiki.ros.org/melodic /Installation/Ubuntu).
123
+ 1. install ROS-noetic : follow steps 1.1 to 1.3 of [the ROS installation website.](http://wiki.ros.org/noetic /Installation/Ubuntu).
147
124
148
125
2. install robotpkg: follow [the robotpkg installation website](http://robotpkg.openrobots.org/debian.html).
149
126
@@ -158,27 +135,27 @@ To install all the packages on ubuntu 18.04 LTS 64 bit, you should do the follow
158
135
libassimp-dev \
159
136
libeigen3-dev \
160
137
libgraphviz-dev \
138
+ graphviz \
161
139
robotpkg-omniorb \
162
140
robotpkg-qpoases+doc \
163
141
robotpkg-romeo-description \
164
- robotpkg-py36 -omniorbpy \
165
- ros-melodic -xacro \
142
+ robotpkg-py38 -omniorbpy \
143
+ ros-noetic -xacro \
166
144
libccd-dev \
167
- ros-melodic -octomap \
168
- ros-melodic -resource-retriever \
169
- ros-melodic -srdfdom \
170
- ros-melodic -pr2-description \
145
+ ros-noetic -octomap \
146
+ ros-noetic -resource-retriever \
147
+ ros-noetic -srdfdom \
148
+ ros-noetic -pr2-description \
171
149
git \
172
150
libltdl-dev \
173
151
python-omniorb \
174
- python-matplotlib \
175
- python3-catkin \
152
+ python3-matplotlib \
153
+ qtbase5-private-dev \
154
+ qtdeclarative5-dev \
155
+ qtmultimedia5-dev \
156
+ libqt5svg5-dev \
176
157
libxml2 \
177
158
libtinyxml2-dev \
178
- qt4-dev-tools \
179
- libqt4-opengl-dev \
180
- libqtgui4 \
181
- libqtwebkit-dev \
182
159
oxygen-icon-theme \
183
160
robotpkg-openscenegraph \
184
161
libpcre3-dev \
@@ -198,7 +175,7 @@ To install all the packages on ubuntu 18.04 LTS 64 bit, you should do the follow
198
175
5. Copy Config and Makefile
199
176
200
177
` ` ` bash
201
- wget -O $DEVEL_HPP_DIR /config.sh https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/stable/doc/config/ubuntu-18 .04-melodic .sh
178
+ wget -O $DEVEL_HPP_DIR /config.sh https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/stable/doc/config/ubuntu-20 .04-noetic .sh
202
179
wget -O $DEVEL_HPP_DIR /src/Makefile https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/stable/makefiles/devel.mk
203
180
` ` `
204
181
@@ -213,10 +190,8 @@ To install all the packages on ubuntu 18.04 LTS 64 bit, you should do the follow
213
190
214
191
` ` ` bash
215
192
cd ${DEVEL_HPP_DIR} /src
216
- source ../config.sh;
217
193
make all
218
194
` ` `
219
195
220
196
8. open ` $DEVEL_HPP_DIR /install/share/doc/hpp-doc/index.html` in a web brower and you
221
197
will have access to the documentation of most packages.
222
-
0 commit comments