当前位置:网站首页>yocs_velocity_smoother源码编译
yocs_velocity_smoother源码编译
2022-07-24 05:16:00 【lifei_0001】
前言:最近ROS开发环境转到ubuntu18(melodic)上后发现原来的有些默认安装的包没了。需要手动安装。
源代码地址: https://github.com/yujinrobot/yujin_ocs.git
一、编译
cd */yujin_ocs/yocs_velocity_smoother/
mkdir build
cd build
cmake ..
make如果缺少依赖,使用sudo apt-get install 安装即可。我安装时缺少ecl-threads.
sudo apt-get install ros-melodic-ecl-threads
二、手动放到melodic/目录下
build$ sudo cp ./devel/share/yocs_velocity_smoother/ /opt/ros/melodic/share/ -rf
build$ sudo cp ./devel/lib/libyocs_velocity_smoother_nodelet.so /opt/ros/melodic/lib/
build$ sudo cp ./devel//ib/python2.7/yocs_velocity_smoother /opt/ros/melodic/lib/python2.7 -rf可以sudo make install 后,再把相应的东西mv到melodic相应的目录下
边栏推荐
- MySQL连接
- Add, delete, modify and check JDBC
- 文本摘要 ACL2021
- DNS domain name resolution service
- generator生成器,只生成两个方法
- Numpy statistical correlation function example tutorial
- 跟李沐学ai 线性回归 从零开始的代码实现超详解
- Detailed explanation of string constant pool and intern() of string
- Jersey2.25.1集成freemarker
- Tips for using the built-in variable vars in BeanShell
猜你喜欢

力扣、牛客网->链表相关题目(篇一)(c语言)

What are the core strengths of a knowledge base that supports customers quickly?
![Embedded system transplantation [3] - uboot burning and use](/img/36/69daec5f1fe41bd3d0433d60816bba.png)
Embedded system transplantation [3] - uboot burning and use

T 11-20

【sklearn】tree.DecisionTreeClassifier

Beginners' preparation for the Blue Bridge Cup (University Programming learning history records, topic ideas for students who need to prepare for the Blue Bridge Cup)

Tips for using the built-in variable props of BeanShell

用双向链表实现栈(C)

A collation of the basic usage of numpy

T 6-10
随机推荐
Pointer learning diary (II)
C语言进阶篇 一.数据的存储
Skills of BeanShell dealing with JSON
JDBC encapsulates a parent class to reduce code duplication
JSP+Dao整合
Blue Bridge Cup 31 day sprint 21 day (C language)
【深度学习】(三)图像分类
T 6-10
Data annotation learning summary
Machine vision learning summary
Pointer learning diary (IV) use structure and pointer (linked list)
Text summary acl2021
thread
股票价格走势的行业关联性
【sklearn】数据预处理
修改jupyter保存路径
[deep learning] (III) image classification
I'm interested in reading efficient reading - the most cost-effective self investment
使用d2l包和相关环境配置的一些血泪心得
一步一步带你学C(其一)