Merged
Conversation
Closed
6 tasks
geurto
reviewed
Feb 17, 2026
geurto
reviewed
Feb 17, 2026
geurto
reviewed
Feb 17, 2026
geurto
reviewed
Feb 17, 2026
geurto
reviewed
Feb 17, 2026
Collaborator
geurto
left a comment
There was a problem hiding this comment.
Nice code! Very readable and well-designed
f9063e0 to
c961eb4
Compare
Jelmerdw
reviewed
Feb 19, 2026
alliander_core/src/alliander_utilities/alliander_utilities/config_objects.py
Outdated
Show resolved
Hide resolved
…nch and adjust to name change (this way a difficult rebase was avoided) Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
…se functionality Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
8766c40 to
ba514cb
Compare
…images now Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
…w will update the images now Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
…tation Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
Jelmerdw
approved these changes
Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added a joystick platform for manually controlling the arm and vehicle platform types.
Original PR: #374 (moved to new branch due to name change to Alliander, copying changes to new branch was easier)
Features according to #336 :
Bonus features:
TO DO:
move_arm_to_homeandsend_trigger_requestFixes: #336
Testing
Requires a physical game controller.
Terminal :
uv run start.py mm -vjFor basic testing without a physical game controller, the following terminal command can be used and adjusted:
ros2 topic pub --once /joy sensor_msgs/msg/Joy "{axes: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], buttons: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}"Documentation
Additional Notes
Any relevant screenshots, logs, or context.