-
Hello, I am trying to run tutorial_cartesian-interface on our updated system (robotology-superbuild v2023.02.3). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @paliasgh I've tested the tutorial on fresh Gitpod-enabled systems (see #459):
Both are working as expected. This leads me to think that it may be due to some local changes to the files, perhaps. You can first pin down the actual configuration file that yarp resource --context gazeboCartesianControl --from cartesianSolver.ini Once found, you can inspect its content to check whether the stem names are consistent with It may also be that other copies of Footnotes
|
Beta Was this translation helpful? Give feedback.
Hi @paliasgh
Yes, robot paths always override standard context paths. I forgot about this case.
This is for a good reason as it serves to enable robot-specific customizations.
My suggestion is to customize the name of the file in question, which is now shared among the robot and Gazebo.
Check if the file gets found:
yarp resource --context gazeboCartesianControl …