#ros2jazzy #ros2 #robotics #mechatronics #machinelearning #cppprogramming
Manual, CAD, package, and code files are here: https://ko-fi.com/s/ce8d232ca1
In this Robot Operating System 2 (ROS2) Jazzy tutorial, we explain
(1) How to import CAD geometry to ROS2 and RViz.
(2) How to simulate external CAD geometry of a robot in ROS2 and RViz.
(3) The basics of ROS2 joint state and robot state publishers and how they fit into the big picture of controlling robot models.
(4) How to publish joint states from a C++ code file in ROS2 Jazzy, and how to use the published joint states to move the robot RViz simulation.
(5) How to create a minimal Unified Robot Description Format (URDF) file and model for modeling the geometry of a robot.
(6) How to create a ROS2 Jazzy package and launch file for visualizing the URDF model.
(7) How to visualize and simulate the robot geometry and motion in RViz and ROS2 Jazzy Jalisco.
(8) How to simulate the forward robot kinematics in C++ and ROS2 jazzy