Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions _docs/tutorials/core/first_application_linux/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ source install/local_setup.bash
```
{% include first_application_common/agent_creation.md %}

### Add microros environment to bashrc (optional)
Comment thread
4ntn marked this conversation as resolved.
Outdated

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
Comment thread
4ntn marked this conversation as resolved.
Outdated
```bash
echo source /opt/ros/$ROS_DISTRO/setup.bash >> ~/.bashrc
echo source ~/microros_ws/install/local_setup.bash >> ~/.bashrc
```
## Running the micro-ROS app

At this point, you have both the client and the agent correctly installed in your host machine.
Expand Down