Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ROS setup and microros local setup to bashrc #392

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

goch
Copy link

@goch goch commented Jan 3, 2023

adding the setup.bash files for both ROS2 and micro-ros to the .bashrc reduces the complexity of the tutorial and makes it easier to understand

adding the setup.bash files for both ROS2 and micro-ros to the .bashrc reduces the complexity of the tutorial and  makes it easier to understand
@@ -63,6 +63,13 @@ source install/local_setup.bash
```
{% include first_application_common/agent_creation.md %}

### Add microros environment to bashrc (optional)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Add microros environment to bashrc (optional)
### Add micro-ROS environment to bashrc (optional)

@@ -63,6 +63,13 @@ source install/local_setup.bash
```
{% include first_application_common/agent_creation.md %}

### Add microros environment to bashrc (optional)

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
You can add the ROS 2 and micro-ROS workspace setup files to your `.bashrc` so the files do not have to be sourced every time a new command line is opened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants