Skip to content

Conversation

@geurto
Copy link
Collaborator

@geurto geurto commented Nov 24, 2025

Description

Restructuring of repository to make it more modular and future-proof. Code and dependencies are split into separate Docker images, with a compose script to create configurations to run.

TO DO:

  • port rcdt_franka
  • port rcdt_realsense
  • port rcdt_velodyne
  • port rcdt_zed
  • create rcdt_ouster
  • create rcdt_tools
  • create rcdt_nav
  • distribute pyproject.toml dependencies to relevant containers (instead of all dependencies installed in all containers)
  • expand compose script / create Python CLI tool to deal with configuration options
  • parameter remaps (such as in nav2) based on namespaces set in compose.py script (if nav2 and panther/lynx --> set namespace_vehicle=panther/lynx)
  • odom nodes for Panther/Lynx

Fixes: #321

Thins to discuss:

  • Use of subprocess to obtain robot_description inside moveit container.

Testing

Explain how you tested your changes.

Documentation

  • I have updated the documentation (if necessary)

Additional Notes

Any relevant screenshots, logs, or context.

@geurto geurto linked an issue Nov 24, 2025 that may be closed by this pull request
10 tasks
@Jelmerdw
Copy link
Collaborator

I think this branch is not correctly rebased from main. It shows changes in many files you didn't do, like images that are removed in the docs folder and removal of the pyflow folder. Can you fix this, so that there is more overview of what you actually changed?

Signed-off-by: Jelmer de Wolde <[email protected]>
@Jelmerdw Jelmerdw force-pushed the 321-split-docker-image-structure branch from c7b9671 to 2328932 Compare November 28, 2025 10:35
geurto and others added 26 commits December 1, 2025 11:55
… needs cuda/torch; added rcdt_tools

Signed-off-by: Peter Geurts <[email protected]>
… restart rviz/gazebo without taking down the robot compose

Signed-off-by: Peter Geurts <[email protected]>
Signed-off-by: Peter Geurts <[email protected]>
* Add missing docs from ospo checklist, template names still need to be updated

Signed-off-by: Rosalie <[email protected]>

* Update placeholder values with the correct values, and add some extra text to the README.md

Signed-off-by: Rosalie <[email protected]>

---------

Signed-off-by: Rosalie <[email protected]>
* Generalize Nav2 tests.

Signed-off-by: Jelmer de Wolde <[email protected]>

* Create simplified nav2_manager using nav2 commander API.

Signed-off-by: Jelmer de Wolde <[email protected]>

* Add GPS navigation and extend UI.

Signed-off-by: Jelmer de Wolde <[email protected]>

* WIP

Signed-off-by: Jelmer de Wolde <[email protected]>

* Fix tests.

Signed-off-by: Jelmer de Wolde <[email protected]>

* Switch to using tf2 listener directly.

Signed-off-by: Jelmer de Wolde <[email protected]>

* Apply feedback.

Signed-off-by: Jelmer de Wolde <[email protected]>

* Try spin_once function with zero timeouts.

Signed-off-by: Jelmer de Wolde <[email protected]>

* Apply feedback.

Signed-off-by: Jelmer de Wolde <[email protected]>

* Apply feedback.

Signed-off-by: Jelmer de Wolde <[email protected]>

---------

Signed-off-by: Jelmer de Wolde <[email protected]>
Signed-off-by: Jelmer de Wolde <[email protected]>
Signed-off-by: Peter Geurts <[email protected]>
…on (and need ros-gz plugins)

Signed-off-by: Peter Geurts <[email protected]>
Signed-off-by: Peter Geurts <[email protected]>
…compose.py to fix env vars in composes

Signed-off-by: Peter Geurts <[email protected]>
Signed-off-by: Jelmer de Wolde <[email protected]>
Signed-off-by: Jelmer de Wolde <[email protected]>
Signed-off-by: Jelmer de Wolde <[email protected]>
Signed-off-by: Jelmer de Wolde <[email protected]>
Signed-off-by: Jelmer de Wolde <[email protected]>
Signed-off-by: Jelmer de Wolde <[email protected]>
Signed-off-by: Jelmer de Wolde <[email protected]>
Signed-off-by: Jelmer de Wolde <[email protected]>
Signed-off-by: Jelmer de Wolde <[email protected]>
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.

Split docker image structure

4 participants