Skip to content

Commit

Permalink
use https instead of ssh for rviz submodule (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA authored Dec 5, 2024
1 parent 97d58f3 commit a820b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def execute_build_command(self) -> None:

def execute_rviz_command(self) -> None:
rviz_dir = "rviz"
repo_url = "git@github.com:PonomarevDA/rviz_docker.git"
repo_url = "https://github.com/PonomarevDA/rviz_docker.git"
if not os.path.exists(rviz_dir) or not os.listdir(rviz_dir):
logger.info("Cloning repository from %s into %s...", repo_url, rviz_dir)
try:
Expand Down

0 comments on commit a820b06

Please sign in to comment.