Skip to content

Commit

Permalink
added bridge environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcanro committed Oct 14, 2024
1 parent 16c4819 commit 0488883
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,6 @@ export PYTHONPATH="${HOME}/catkin_ws/src/mil/mil_common/perception/vision_stack/
# Ensure that VRX does _not_ exit on completion, as we're not in a time-limited
# environment, and exiting too early would not let us debug as much!
export VRX_EXIT_ON_COMPLETION=0

export ROS1_INSTALL_PATH=/opt/ros/noetic
export ROS2_INSTALL_PATH=/opt/ros/foxy

0 comments on commit 0488883

Please sign in to comment.