Skip to content

remove ROS package registry from CLI 110#115

Merged
mhubii merged 9 commits intomainfrom
feature/roboreg-110/remove_ros_registry
Feb 3, 2026
Merged

remove ROS package registry from CLI 110#115
mhubii merged 9 commits intomainfrom
feature/roboreg-110/remove_ros_registry

Conversation

@mhubii
Copy link
Contributor

@mhubii mhubii commented Jan 31, 2026

  • Support CLI with path to URDF file (no ROS URIs)
  • Update test/assets to include sample data
  • Update factories
    • VirtualCamera
    • Robot
    • RobotScene

Command Line Interface

Tip

Examples use sample data under test/assets/lbr_med7_r800. Data is stored via Git Large File Storage (LFS). Data is cloned automatically when git-lfs is installed. To clone in retrospect:

sudo apt install git-lfs
git lfs fetch --all
git lfs checkout

@mhubii mhubii marked this pull request as ready for review February 3, 2026 16:22
@mhubii mhubii requested a review from Haydnspass February 3, 2026 16:22
@mhubii mhubii merged commit 87235ed into main Feb 3, 2026
6 checks passed
@mhubii mhubii deleted the feature/roboreg-110/remove_ros_registry branch February 3, 2026 16:29
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

Successfully merging this pull request may close these issues.

CLI: support paths to URDF files (i.e. without ament_index_python ROS package registry)

1 participant