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

Fixing envrionment variable issues #4

Merged
merged 1 commit into from
Apr 8, 2022
Merged

Fixing envrionment variable issues #4

merged 1 commit into from
Apr 8, 2022

Conversation

joao-avelino
Copy link
Contributor

@joao-avelino joao-avelino commented Apr 8, 2022

Fixed vizzy_yarp_icub environment variable. Fixed wrong source: should be .bashrc instead of .bashenv, which does not exist.

Solves #3 (comment) and #2 (comment)

…d be .bashrc instead of .bashenv, which does not exist
YARP_REPOSITORIES=$1 DIR=$2
VIZZY_YARP_DIR="$(echo $DIR | awk -F "scripts" '{print $1}')"
YARP_REPOSITORIES=$1 CATKIN_WS=$2
VIZZY_YARP_DIR=$CATKIN_WS/src/vizzy/vizzy_yarp_icub/
Copy link
Member

Choose a reason for hiding this comment

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

Good, this also should be changed in the 16.04 script

Copy link
Member

@plinioMoreno plinioMoreno left a comment

Choose a reason for hiding this comment

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

Thanks for the changes. It looks good!

@plinioMoreno plinioMoreno merged commit de86021 into master Apr 8, 2022
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