Skip to content

Commit

Permalink
fix rviz config path
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt committed Feb 6, 2025
1 parent b6c0672 commit b637bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/tools/visualizer/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# Check if RVIZ_CONFIG is provided
if [ -z "$RVIZ_CONFIG" ]; then
echo -e "\e[31mRVIZ_CONFIG is not set defaulting to autoware.rviz\e[0m"
RVIZ_CONFIG="/autoware/autoware.rviz"
echo -e "\e[31mRVIZ_CONFIG is not set defaulting to /autoware/rviz/autoware.rviz\e[0m"
RVIZ_CONFIG="/autoware/rviz/autoware.rviz"
export RVIZ_CONFIG
fi

Expand Down

0 comments on commit b637bcc

Please sign in to comment.