We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e4a91 commit fbaa0e2Copy full SHA for fbaa0e2
_docs/tutorials/core/first_application_linux/index.md
@@ -63,6 +63,13 @@ source install/local_setup.bash
63
```
64
{% include first_application_common/agent_creation.md %}
65
66
+### Add microros environment to bashrc (optional)
67
+
68
+You can add the ROS2 and microROS workspace setup files to your bashrc so the files do not have to be sourced everytime a new command line is opened
69
+```bash
70
+echo source /opt/ros/$ROS_DISTRO/setup.bash >> ~/.bashrc
71
+echo source ~/microros_ws/install/local_setup.bash >> ~/.bashrc
72
+```
73
## Running the micro-ROS app
74
75
At this point, you have both the client and the agent correctly installed in your host machine.
0 commit comments