Skip to content

Conversation

@rosalievanark
Copy link
Collaborator

@rosalievanark rosalievanark commented Oct 27, 2025

Description

The realsenses-ros wrapper was updated to also allow for adding TF prefixes, but this version is not yet available as a ros package. This required an install from source. v4.57.2 is chosen since this is the release that contains the TF prefix functionality, the newer version v4.57.3 caused crashes during the building phase.
Consequently, the RealSense SDK also required a newer version than currently available as ros package, and also required an install from source.

Fixes: #206

Testing

Tested the real camera via the laptop using:
pytest ros2_ws/src/rcdt_test/rcdt_test/sensors/integration/test_realsense.py --simulation False

Documentation

  • I have updated the documentation (if necessary)

Additional Notes

When running a tool like rs-enumerate-devices -s the command line provides a small error but proceeds to work properly:

ERROR [136136118261632] (context.cpp:40) No valid configuration file found at : /home/rosalie/.realsense-config.json loading defaults
Device Name                   Serial Number       Firmware Version
Intel RealSense D435I         923322072624        5.17.0.10

We will ignore this for now since it is not relevant for our pipeline.

@rosalievanark rosalievanark linked an issue Oct 27, 2025 that may be closed by this pull request
7 tasks
@rosalievanark rosalievanark force-pushed the 206-panther-franka-fix-realsense-for-real-robot branch 2 times, most recently from 7b923ec to 8c63232 Compare October 31, 2025 11:38
@rosalievanark rosalievanark marked this pull request as ready for review October 31, 2025 11:48
set -e
source /home/$UNAME/.bashrc
# apt update
apt-get update # && apt-get upgrade -y && apt-get dist-upgrade -y
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove any unneeded, commented-out code (very nitpicky I know)

Copy link
Collaborator

@Jelmerdw Jelmerdw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Lets test it tomorrow on at least one other laptop than yours and preferably on the Panther computer and merge afterwards.

@Jelmerdw Jelmerdw force-pushed the 206-panther-franka-fix-realsense-for-real-robot branch from 8c63232 to 3febc87 Compare November 4, 2025 14:56
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.

[Panther + Franka] Fix Realsense for real robot.

4 participants