Embarking on the journey to write your path plan is an empowering step in the realm of robotics and automation. Whether you're a seasoned engineer or an enthusiastic beginner, crafting a path plan offers a gateway to tailor-made solutions, enabling robots to navigate through complex environments with precision and efficiency. In this guide, we'll explore the fundamental concepts and methodologies essential for designing custom path plans, equipping you with the knowledge and tools to orchestrate seamless robot motion according to your unique requirements.
<aside>
⛔ To kill the process, press Ctrl+C
</aside>
If you have not followed the first 5 steps on LIMO PRO - ROS1 page please follow the instructions on Starting Guide
<aside> 💡 Follow the instructions on the below page for starting Guide:
</aside>
Step 1: Activating LIMO PRO:
Step 2: Starting ROS :
Open a Terminal: On your computer, launch a terminal application. This is where you'll input commands to interact with the ROS (Robot Operating System).
Execute ROS Master Launch Command: In the terminal, type the following command and press Enter:
roslaunch limo_base limo_base.launch
This command initializes the ROS master node required for communication between different parts of the robot system.
Step 3: Robot Node Activation:
Open another Terminal: Open a new terminal window to perform additional configurations.
Launch Robot Node: In the new terminal, input the following command and press Enter:
roslaunch limo_base robot_node.launch
<aside> 💡 Only the second command will be changing for a different path.
</aside>
This command launches the robot node, which controls various aspects of the LIMO PRO robot's behaviour.