zoukankan      html  css  js  c++  java
  • OpenMANIPULATORX Kinetic ROS包安装

    机器人安装包

    cd ~/catkin_ws/src
    git clone -b kinetic-devel https://gitee.com/kay2020/DynamixelSDK.git
    git clone -b kinetic-devel https://gitee.com/kay2020/turtlebot3_msgs.git
    git clone -b kinetic-devel https://gitee.com/kay2020/turtlebot3.git
    

      

    TB3+机械臂包

    cd ~/catkin_ws/src/
    git clone https://gitee.com/kay2020/turtlebot3_manipulation.git
    git clone https://gitee.com/kay2020/turtlebot3_manipulation_simulations.git
    git clone https://gitee.com/kay2020/open_manipulator_dependencies.git
    sudo apt install ros-kinetic-ros-control* && ros-kinetic-control* && ros-kinetic-moveit*
    cd ~/catkin_ws && catkin_make
    

      

    添加环境变量

     对于Kinetic(暂时不推荐,少东西)

    git clone -b kinetic-devel https://gitee.com/kay2020/open_manipulator.git
    git clone -b kinetic-devel https://gitee.com/kay2020/open_manipulator_msgs.git
    git clone -b kinetic-devel https://gitee.com/kay2020/open_manipulator_simulations.git
    git clone https://gitee.com/kay2020/open_manipulator_dependencies.git
    

      

    git clone https://gitee.com/kay2020/open_manipulator.git
    git clone -b kinetic-devel https://gitee.com/kay2020/open_manipulator_msgs.git
    git clone -b kinetic-devel https://gitee.com/kay2020/open_manipulator_simulations.git
    git clone https://gitee.com/kay2020/open_manipulator_dependencies.git
    

      

  • 相关阅读:
    网络与通信面试
    拥塞控制
    POSIX
    操作系统面试
    为什么大家都用变量"i"?
    shape与sprite和movieclip的区别
    AS3之麦克风接口【flash.media.Microphone 类】
    Flex 入门之垃圾回收机理
    Flash Player重绘
    时间效率,Timer和EnterFrame在FP 10.1之后测试和建议
  • 原文地址:https://www.cnblogs.com/kay2018/p/15665827.html
Copyright © 2011-2022 走看看