Husky Description Launch Has No Wheels
Hey everyone,
I am working on a robot that uses a husky base but also has a lot of other custom attached components. I am being asked to create a urdf for it. I learned about urdfs through the tutorials and ran the description.launch file provided by the husky package that is supposed to publish the robot model.
Upon opening rviz, I saw that there were no transforms for the wheels. I looked in the urdf, and there is indeed no reference to the wheels. There is another urdf which creates the wheels, but there is no obvious connection between the two files. The launch file only runs base.urdf, not wheel.urdf.
I want to use the husky materials as a base to begin making my robot's urdf. I don't understand why these files are not connected, however, or what I am supposed to do to load the whole model.
Could someone please explain why the package was made so that the launch file only loads the base without any mention of the wheels? Also, how do I incorporate the wheels so that all transforms are published and the model and be seen in rviz?
Thanks!