Learn how to know if the robot has moved one-meter using Odometry. You’ll learn how to: create a Python program for calculating the distance moved by the robot using the Odometry topic and publish it into a topic. create a Python program for testing that we can...
What will you learn in this post How to connect world frame to base_link of DogBot How to publish pressure sensors Markers for RVIZ List of resources used in this post The ROSject with the code used in this post. Git of DogBot simulation, in case you don’t want to use...
About Learn how to load a pre-built octomap into MoveIt!. You’ll learn: Create a Python program for loading an octomap into MoveIt Set Up MoveIt to detect this octomap RELATED ROS RESOURCES&LINKS: ROSject —▸ http://www.rosject.io/l/c52f64c/ ROS...
What will you learn in this post How to add pressure sensors in gazebo simulation using the DogBot robot. How to convert XACRO into SDF List of resources used in this post The ROSject with the code used in this post. Git of DogBot simulation, in case you don’t want to...
About In this post, you will learn how to create a ROS2 launch file. The problem: we have a ROS2 C++ package but it has no launch file. Yes, we can run the code of this package using ros2 run…, but we also want to be able to run it using ros2 launch…...