moveit / moveit_tutorials

A sphinx-based centralized documentation repo for MoveIt
https://moveit.github.io/moveit_tutorials/
BSD 3-Clause "New" or "Revised" License
472 stars 691 forks source link

IKFast Tutorial not clear #797

Closed zacharyyamaoka closed 1 year ago

zacharyyamaoka commented 1 year ago

Hi,

I was going through the IK fast tutorial (https://ros-planning.github.io/moveit_tutorials/doc/ikfast/ikfast_tutorial.html ) and it was not clear to me that I could run these commands

"sudo apt-get install ros-${ROS_DISTRO}-moveit-kinematics"

from the host computer and not from within the docker container. It was only until I tried to run:

rosrun moveit_kinematics auto_create_ikfast_moveit_plugin.sh --iktype Transform6D /tmp/$MYROBOT_NAME.urdf

that I realised that auto_create_ikfast_moveit_plugin.sh did not exist.

If something could be stated saying something to the effect of "ALL COMMANDS SHOULD BE RUN ON HOST COMPUTER" would help noobs like my self,

Thanks for your consideration,

Zach

welcome[bot] commented 1 year ago

Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed.

rhaschke commented 1 year ago

Thanks for the feedback. But I think the tutorial is rather clear: If you just follow the given instructions it should work. There is no instruction to pull or run the linked docker image. This was only mentioned for completeness.