Closed jibweb closed 7 years ago
base_neck_pitch
is a parameter which value is defined in the properties file https://github.com/squirrel-project/squirrel_robotino/blob/indigo_dev/robotino_bringup/robots/tuw-robotino2/urdf/properties.urdf.xacro#L39, this parameter is used to calibrate the robot being one of the outputs of the calibration software. are you sure that are using the current upstream version of squirrel_robotino
and squirrel_common
??
So this was indeed related to the status of squirrel_common. It is on the fix_joints_limits
branch
@ipa-nhg @lokalmatador @mzillich @smhaller should I open a pull request with the changes from that branch ? It contains changes to arm.urdf.xacro
, base.urdf.xacro
, shell.urdf.xacro
in robotino_description and the removal of ReturnJointStates.srv
I guess so, yes.
do you mean a local version?? just pull from squirrel-project and if still changes not committed, commit and open a PR please
Here it is: squirrel-project/squirrel_common#236
I am not sure if I am doing something wrong, as I don't know much abut URDF, but running the bringup for tuw_robotino2.launch with the current version of this repo, I get:
What is up with the base_neck_pitch ? The last version of the bringup that worked didn't have as many link defined in the properties.urdf.xacro, notably base_neck was not in there yet.