ros-industrial / industrial_calibration

Contains libraries/algorithms for calibrating industrial systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saving calibration result quietly fails when not permitted to save

130s opened this issue · comments

I saw while running manual calibration that camera_scene_mutable_joint_states.yaml was never updated. Turned out the config folder was owned and grouped by root while the calibration process was run by a user's account.

The save command should emit an error in a case like this IMO.