I need to work with the Husky mobile robot, which is not included in CoppeliaSim. While searching, I discovered the model in the paper "How to Pick a Mobile Robot Simulator." Since I do not require ROS, I have eliminated all its functions. The model functions fine in Bullet and Newton, but the wheels slip in ODE (i.e., I would not be concerned about this engine). Nonetheless, I continue to receive these warnings.
Code: Select all
[CoppeliaSim:warning] Detected dynamically enabled, non-convex shapes. Those might drastically slow down simulation, and introduce unstable behaviour.
[CoppeliaSim:warning] Detected a static, respondable shape, built on top of a non-static tree. This might lead to strange and unrealistic behaviour.
Some parts of the Husky model appear not dynamically enabled (i.e., I'm uncertain if this has been arranged on purpose). When I enable them, the warnings disappear, but the model is no longer stable. Should I care about these warnings? I have attached the UR5, which appears to be working despite these warnings.