Closed abench closed 6 years ago
Wrong naming of left and right wheels. They are located on opposite sides :) Left should be right and vice versa
помилка при запуску симуляції командою roslaunch leobot_launch simulation.launch world_file:=artgallery
у логах
[ERROR] [1519770208.718927664, 8180.241000000]: This robot has a joint named "head_link_joint" which is not in the gazebo model.
[FATAL] [1519770208.718992539, 8180.241000000]: Could not initialize robot simulation interface
Collision model of your robot is not corresponding to visual model This is actually causing robot to behave abnormally in Gazebo :) (In order to see it you need to uncheck checkbox "Visual Enabled" and leave checked "Collisions Enabled" in RViz)
Starting simulations using command
roslaunch leobot_launch simulation.launch
Getting error
[ERROR] [1520324373.731197196, 0.795000000]: This robot has a joint named "head_link_joint" which is not in the gazebo model.
[FATAL] [1520324373.731287320, 0.795000000]: Could not initialize robot simulation interface
According to this article https://answers.ros.org/question/102276/this-robot-has-a-joint-named-foo-which-is-not-in-the-gazebo-model/ it is because tower_link
is missing inertial properties.
Please fix it.
Bearing links (blue spheres) are something in the space. Probably they should be between base_link
and wheel
.
All red axes (X) should point forward in the robot not backward
Task of creation first draft version of CAD resolved.