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
    

      

  • 相关阅读:
    .Net中多线程类的使用和总结
    单例模式完整解析
    避免构造/析构函数调用虚函数(转)
    正则表达式
    序列化与反序列化
    数组的使用,指针的使用
    jmeter单接口和多接口测试
    HTML5 input placeholder 颜色修改
    h5动画效果总结
    8月份月度反思--做一个快乐的程序员
  • 原文地址:https://www.cnblogs.com/kay2018/p/15665827.html
Copyright © 2011-2022 走看看