前提: 已经安装了ROS安装依赖包(Kinetic)sudo apt-get install ros-kinetic-joy ros-kinetic-teleop-twist-joy ros-kinetic-teleop-twist-keyboard ros-kinetic-laser-proc ros-kinetic-rgbd-launch ros-kinetic-depthimage-to-laserscan ros-kine...
安装ROS功能包(Kinetic)cd ~/catkin_ws/src/git clone -b kinetic-devel http://ghproxy.com/https://github.com/ROBOTIS-GIT/DynamixelSDK.gitgit clone -b kinetic-devel http://ghproxy.com/https://github.com/ROBOTIS-GIT/turtlebot3_msgs.gitgit clone -b ki...
安装ifcofigsudo apt-get install net-tools 安装openssh-serversudo apt-get install openssh-server如果遇到以下情况,需要进行配置cd ~vim .bashrc在最下方写入下面一行字符export TURTLEBOT3_MODEL=burgerSource 生效source .bashrc网络设置ifconfig查看ipifconfig 修改.bashrc文件echo &qu...
安装仿真包(Kinetic)cd ~/catkin_ws/src/git clone -b kinetic-devel http://ghproxy.com/https://github.com/ROBOTIS-GIT/turtlebot3_simulations.gitcd ~/catkin_ws && catkin_make 安装仿真包(Melodic)cd ~/catkin_ws/src/git clone -b melodic-devel h...
在PC上下载和构建软件包。Google开发的Cartographer包支持0.2.0版本的 ROS1 Kinetic。因此,如果您需要在Kinetic上使用Cartogrpher,您应该按如下方式下载并构建源代码,而不是使用二进制包进行安装。sudo apt-get install ninja-build libceres-dev libprotobuf-dev protobuf-compiler libprotoc-devcd ~/catkin_ws/srcgit clon...
在PC上安装Hector依赖包。sudo apt-get install ros-$ROS_DISTRO-hector-mapping -y启动Hector SLAM节点。roslaunch turtlebot3_slam turtlebot3_slam.launch slam_methods:=hector...
在PC上安装依赖包。sudo apt-get install ros-$ROS_DISTRO-slam-karto -y启动Karto SLAM节点。roslaunch turtlebot3_slam turtlebot3_slam.launch slam_methods:=karto...
安装机械臂依赖sudo apt-get install ros-$ROS_DISTRO-ros-controllers ros-$ROS_DISTRO-gazebo* ros-$ROS_DISTRO-moveit* ros-$ROS_DISTRO-industrial-core -y安装机械臂ROS功能包(Kinetic)cd ~/catkin_ws/src/git clone https://github.com/ROBOTIS-GIT/turtlebot3_manipul...
安装机械臂家庭服务挑战ROS包(Noetic)cd ~/catkin_ws/src/git clone -b noetic-devel https://github.com/ROBOTIS-GIT/turtlebot3_home_service_challenge.gitgit clone -b noetic-devel https://github.com/machinekoder/ar_track_alvarcd ~/catkin_ws && catkin...