NVIDIA-ISAAC-ROS / NVIDIA-ISAAC-ROS/isaac-ros-cli
LFS file check fails if ISAAC_ROS_WS path is pointing to a git repo with LFS files
@jaiveersinghNV is already working on this.
Since May 13, 2026.
- Dominant language
- Python
- Stars
- 10
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
I encounter an issue when i try to activate the isaac ros cotainer, with the ISAAC_ROS_WS path pointing to a path that is within a git that contain LFS files.
This check fails, despite the files being pulled correctly on the host system within the git repo folder.
It seems like the git lfs status output expects something else than what I'm getting.
With git-lfs version 3.4.1 i get the following output
ubuntu@AL00:~/Workspace/auto_loader$ git lfs status
On branch devel
Objects to be committed:
Objects not staged for commit:
I've made it work temporarily by just skipping the check, but it doesn't seem too ideal to check a human-readable cli output in this case.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.