Refer to the Bilibili video "Autolabor Beginner Tutorial" on ROS robot entry for learning and creating a mobile robot project.
The video covers the construction of the robot base, rviz simulation, gazebo simulation, as well as the control and navigation of the robot.
小车的ROS仿真,导航及控制
参考B站视频【Autolabor初级教程】ROS机器人入门进行学习和制作的移动机器人小项目,里面包含了小车本体的制作,rviz仿真,gazebo仿真以及小车的控制及导航.视频链接:https://www.bilibili.com/video/BV1Ci4y1L7ZZ
An project for ROS Arm, encompassing the URDF of the arm itself, RViz simulations, Gazebo simulations, along with the development of grasping control nodes and the publication of relevant messages.The writing logic for the target objects, Cup and Controller, is illustrated in the figure below:
ROS机械臂小项目,包含机械臂本体的urdf,rviz的仿真,gazebo仿真以及目标物的抓取控制节点的编写和消息的发布,其中目标物Cup和Controller的编写逻辑如下图所示
The mobile car project with robotic arm integrates the contents of the first two stages, and on this basis, adds the contents of navigation, mobile grasping, and path planning. Some contents are waiting for subsequent updates.
带机械臂的移动小车项目,整合前两个阶段的内容,并在此基础上增加导航,移动抓取,路径规划的内容,部分内容等待后续更新