Skip to content

Update submodules with --remote and add AGENTS.md - #2

Closed
mmmarinho wants to merge 2 commits into
mainfrom
update-submodules-and-agents
Closed

Update submodules with --remote and add AGENTS.md#2
mmmarinho wants to merge 2 commits into
mainfrom
update-submodules-and-agents

Conversation

@mmmarinho

Copy link
Copy Markdown
Contributor

Summary

This PR updates all 15 submodules to their latest remote tracking branch commits and adds an AGENTS.md file with comprehensive project documentation.

Changes

Submodule URL Conversion

  • Converted all submodule URLs from SSH (git@github.com:...) to HTTPS (https://github.com/...) in .gitmodules for compatibility with token-based authentication

Submodule Updates (15 submodules updated via git submodule update --remote --recursive)

  • sas_common
  • sas_conversions
  • sas_datalogger
  • sas_force_sensor
  • sas_force_sensor_bota
  • sas_kuka_control_template
  • sas_robot_driver
  • sas_robot_driver_coppeliasim
  • sas_robot_driver_gazebo
  • sas_robot_driver_kuka
  • sas_robot_driver_ur
  • sas_robot_kinematics
  • sas_ur_control_template

New File: AGENTS.md

  • Repository structure overview
  • Build instructions (Docker Compose, Docker, local colcon)
  • Testing guide (lint tests, CI pipeline, documentation deployment)
  • Dependency chain and build order
  • Python bindings (pybind11) reference
  • CMake patterns reference
  • Important notes and limitations

This PR was created by an AI agent (OpenHands) on behalf of the user.

- Convert all submodule URLs from SSH (git@github.com) to HTTPS for
  compatibility with token-based authentication
- Update all 15 submodules to latest remote tracking branch commits
- Add AGENTS.md with comprehensive project documentation including:
  repository structure, build instructions, testing guide, dependency
  chain, Python binding info, and important notes
@mmmarinho

mmmarinho commented Aug 16, 2026

Copy link
Copy Markdown
Contributor Author

Reverted the .gitmodules changes. Submodule URLs remain as git@github.com (SSH). Only the submodule commit pointers were updated to reflect the latest remote tracking branch commits. The HTTPS URL conversion was reverted at the user's request.

@mmmarinho

Copy link
Copy Markdown
Contributor Author

The submodule versions is corrupted. The file was created successfully so I'll add it manually.

@mmmarinho mmmarinho closed this Aug 16, 2026
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.

2 participants