Jetson NanoNVIDIA® Jetson Nano™ 开发者套件是一款专为创客、学习者和开发者打造的小型AI计算机。 1-用于主存储器的microSD卡插槽 2-40针扩展接头 3-用于5...
注意:树莓派4B不再支持ROS Kinetic(Ubuntu16.04)Jetson Nano不再支持ROS Kinetic(Ubuntu16.04)echo "export ROS_MASTER_URI=http://192.168.11.110:11311" >> ~/.bashrcecho "export ROS_HOSTNAME=192.168.11.101" >> ~/.bashrc查看Master I...
对于Ubuntu16.04(Kinetic)没有创建目录的创建工程目录sudo mkdir -p ~/catkin_ws/srccd ~/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://gith...
安装依赖(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-kinetic-rosserial-arduino ros-kinetic-ro...
在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...
说明Autorace 包主要是Ubuntu 20.04在ROS1 Noetic Ninjemys.Autorace 包主要在 Gazebo 模拟下进行测试。操作步骤【主机PC】安装turtlebot3_autorace包cd ~/catkin_ws/src/git clone -b noetic-devel http://ghproxy.com/https://github.com/ROBOTIS-GIT/turtlebot3_autorace_2020.gitcd ~/ca...
【SBC】真实机器人准备:cd ~/catkin_ws/src/git clone -b feature-raspicam https://github.com/ROBOTIS-GIT/turtlebot3_autorace_2020.gitcd ~/catkin_ws && catkin_make【SBC】创建交换文件以防止构建 OpenCV 时内存不足。 sudo fallocate -l 4G /swapfile &nbs...
cd ~ wget -O opencv.zip https://github.com/opencv/opencv/archive/4.5.0.zip wget -O opencv_contrib.zip https://github.com/opencv/opencv_contrib/archive/4.5.0.zip unzip opencv.zip unzip opencv...
打开一个新终端Remote PC并启动 Gazebo。roslaunch turtlebot3_gazebo turtlebot3_autorace_2020.launch打开一个新终端并启动内部相机校准节点。roslaunch turtlebot3_autorace_camera intrinsic_camera_calibration.launch打开一个新终端并启动外部相机校准节点。roslaunch turtlebot3_autorace_camera extrins...