方式一
sudo apt-get install ros-kinetic-yocs-velocity-smoother
方式二
catkin_ws:
source /opt/ros/kinetic/setup.bash
cd ~/catkin_ws/src && git clone https://gitee.com/spiritboy/yujin_ocs
rosdep install --from-paths src --ignore-src -r -y
cd ~/catkin_ws && catkin_make --only-pkg-with-deps yocs_velocity_smoother
source ~/catkin_ws/devel/setup.bash
rospack find yocs_velocity_smoother