You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*```$IDF_PATH/export.sh``` (or ```get_idf``` if you have set up the alias in your `.bashrc` file)
23
23
24
-
* Configure the micro-ROS settings
25
-
*```idf.py menuconfig```
26
-
* inside `micro-ROS Settings` Set up WiFi configuration (SSID and Password) and your IP address in micro-ROS Agent IP (can be found by `ifconfig` command)
24
+
* Configure the micro-ROS settings using ```idf.py menuconfig```
25
+
26
+
* Inside micro-ROS Settings Set up WiFi configuration (SSID and Password)
27
+
* IP address of host PC in micro-ROS Agent IP (can be found by `ifconfig` command)
28
+
* Make sure micro_ros port is same as given to the agent in previous command.
27
29
28
30
**Note** If it shows the error `ifconfig: command not found`, install the package `net-tools` by following command:
29
31
@@ -37,20 +39,20 @@ sudo apt install net-tools
37
39
38
40
39
41
40
-
* In another terminal, Navigate to the ROS2 workspace and Start the Publisher by executing the relevant python script after sourcing the environment
42
+
* In another terminal, Navigate to the ROS2 workspace and Start the Publisher by executing the relevant python script after sourcing ros2 in the environment
41
43
(Make sure you have previously built the folder by executing `colcon build` command with 4_simulation_gazebo in the src folder):
0 commit comments