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

husky_demo.sh Issue wit Building a Workstation After run_dev.sh Update #3

Open
mashikolort opened this issue Jun 4, 2024 · 0 comments

Comments

@mashikolort
Copy link

We recently encountered an issue when running ./husky_demo.sh after an update to the run_dev.sh script within the isaac_ros_common directory. The problem was that the script attempted to build the workstation using the isaac_ros_common directory itself, leading to an incorrect path assumption.

The message displayed said something along the lines of "isaac_ros_dev not specified, assuming isaac_ros_common"

Potential Cause:

There might have been an update to run_dev.sh (line 51 -d | --isaac_ros_dev_dir), which introduced changes related to the handling of the Isaac ROS directory path. The script was not setting this path correctly, leading to the default assumption of isaac_ros_common.

Our Solution:
We modified husky_demo.sh by adding -d to the following line (line 121):

gnome-terminal --title="Isaac ROS terminal" -- sh -c "bash -c "scripts/run_dev.sh -d $ISAAC_ROS_PATH; exec bash""

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

No branches or pull requests

1 participant