From: @davidhan008
Reviewed-by: @anchuanxu
Signed-off-by: @anchuanxu
This commit is contained in:
openeuler-ci-bot 2020-10-28 14:43:07 +08:00 committed by Gitee
commit bc2ba5c02b
4 changed files with 214 additions and 13 deletions

BIN
1.9.16-0.tar.gz Normal file

Binary file not shown.

View File

@ -3,20 +3,29 @@
#### Description
Nodelet Core Metapackage
New in Electric: the nodelet packages are now part of nodelet_core. In previous releases, they were part of common.
For documentation on using nodelets, please see the nodelet package. For nodelet libraries similar in function to the topic_tools package, see nodelet_topic_tools.
#### Software Architecture
Software architecture description
nodelet_core
#### Installation
1. xxxx
2. xxxx
3. xxxx
1. Dowload RPM
wget http://121.36.3.168:82/home:/davidhan:/branches:/openEuler:/Mainline/standard_aarch64/aarch64/nodelet_core-1.9.16-0.oe1.aarch64.rpm
2. Install RPM
sudo rpm -ivh nodelet_core-1.9.16-0.oe1.aarch64.rpm
#### Instructions
1. xxxx
2. xxxx
3. xxxx
Exit the nodelet_core file under the /opt/ros/melodic/devel_isolated/ directory , Prove that the software installation is successful
#### Contribution

View File

@ -1,23 +1,30 @@
# nodelet_core
#### 介绍
Nodelet Core Metapackage
nodelet_core 是rosnode很重要的一部分
nodelet包现在是nodelet_core的一部分。在以前的版本中它们是公共的一部分。
有关使用nodelet的文档请参阅nodelet包。有关与topic_tools包功能相似的nodelet库请参阅nodelet_topic_tools。
#### 软件架构
软件架构说明
nodelet_core
#### 安装教程
1. xxxx
2. xxxx
3. xxxx
1.下载rpm包
wget http://121.36.3.168:82/home:/davidhan:/branches:/openEuler:/Mainline/standard_aarch64/aarch64/nodelet_core-1.9.16-0.oe1.aarch64.rpm
2.安装rpm包
sudo rpm -ivh nodelet_core-1.9.16-0.oe1.aarch64.rpm
#### 使用说明
1. xxxx
2. xxxx
3. xxxx
安装完成以后,在/opt/ros/melodic/devel_isolated/目录下有nodelet_core/文件夹证明安装成功
#### 参与贡献

185
nodelet_core.spec Normal file
View File

@ -0,0 +1,185 @@
Name: nodelet_core
Version: 1.9.16
Release: 0
Summary: This is ROS melodic nodelet_core Package
License: GPL
URL: https://github.com/ros-gbp/nodelet_core-release/archive/release/melodic/nodelet_core
Source0: https://github.com/ros-gbp/nodelet_core-release/archive/release/melodic/nodelet_core/1.9.16-0.tar.gz
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: lz4-devel
BuildRequires: bzip2-devel
BuildRequires: python-devel
BuildRequires: python-setuptools
#Requires: python-empy
BuildRequires: openssl-devel
#BuildRequires: gcc-gfortran
#BuildRequires: openblas-devel
#BuildRequires: sqlite-devel
#BuildRequires: fftw-devel
BuildRequires: boost-devel
BuildRequires: uuid-devel
BuildRequires: uuid
BuildRequires: libuuid-devel
#BuildRequires: uuid-devel
#BuildRequires: python3-devel
#BuildRequires: boost-python3-devel
%description
This is ROS melodic ros_comm Package.
%prep
%setup
#cd catkin-0.7.26/
#%build
#pwd
#mkdir build/
#cd build/ && cmake ..
%install
pwd
#mkdir -p build/
#cd build/
#cmake ..
#cd ..
cd src/
cd 3rdparty/
cd empy-3.3.4/
python setup.py install --user
cd ..
cd six-1.15.0/
python setup.py install --user
cd ..
cd setuptools_scm-4.1.2/
python setup.py install --user
cd ..
cd python-dateutil-2.8.1/
python setup.py install --user
cd ..
cd pyparsing-2.4.7/
python setup.py install --user
cd ..
cd docutils-0.16/
python setup.py install --user
cd ..
cd catkin_pkg-0.4.22/
python setup.py install --user
cd ..
#for std_msgs
cd PyYAML-5.3.1/
python setup.py install --user
cd ..
cd distro-1.5.0/
python setup.py install --user
cd ..
cd rospkg-1.2.8/
python setup.py install --user
cd ..
cd console_bridge/
mkdir build/
cd build/
cmake ..
make
make install
cd ..
cd ..
cd poco/
mkdir cmake-build/
mkdir cmake-release/
cd cmake-build/
cmake ..
make -j8
make install
cd ..
cd ..
cd tinyxml2/
mkdir build
cd build
cmake ..
make -j5
make install
cd ..
cd ..
cd urdfdom_headers/
mkdir build
cd build
cmake ..
make install
cd ..
cd ..
cd eigen-3.3.7/
mkdir build
cd build
cmake ..
make install
cd ..
cd ..
cd orocos_kdl/
mkdir build
cd build
cmake ..
make install
cd ..
cd ..
# 3rdparty
cd ..
cd ..
#compile
./src/catkin/bin/catkin_make_isolated
#install
mkdir -p %{buildroot}/opt/ros/melodic/
cp -r devel_isolated/* %{buildroot}/opt/ros/melodic/
echo %{buildroot}
%files
#%defattr(-,root,root)
#/opt/ros/melodic/*
/opt/ros/melodic/*
#/usr/lib/share/catkin/cmake/*
%changelog
* Thu May 28 2020 openEuler Buildteam <buildteam@openeuler.org> - 19.4-1
- Package init