We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Three problems remain:
AFAIK, to load the STL file in Gazebo, the mesh tag should be written as something like this
filename="model://tianracer_description/meshes/left_steering_hinge.STL
However, it should be written as
filename="packages://tianracer_description/meshes/left_steering_hinge.STL
to visualize it in rviz, which is incompatible with the Gazebo.
I'm not sure whether the model misses one fixed frame to connect the left front wheel and right front wheel left_front
This model is unstable in Gazebo. It can move by itself without any external force .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Three problems remain:
AFAIK, to load the STL file in Gazebo, the mesh tag should be written as something like this
However, it should be written as
to visualize it in rviz, which is incompatible with the Gazebo.
I'm not sure whether the model misses one fixed frame to connect the left front wheel and right front wheel left_front
This model is unstable in Gazebo. It can move by itself without any external force
.
The text was updated successfully, but these errors were encountered: