Skip to content
New issue

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

Parameter Updates #1

Open
wants to merge 2 commits into
base: iron
Choose a base branch
from

Conversation

luis-camero
Copy link

URDF:

  • increase mass of rollers to 200 grams
  • add friction to rollers
  • remap ~/tf_odometry to /tf

Config:

  • update wheel joint parameter definitions to match Mecanum PR
  • update wheel radius parameter to match URDF
  • update wheel offset parameter to match URDF

Comment on lines +18 to +21
front_left_wheel_command_joint_name: "front_left_joint"
front_right_wheel_command_joint_name: "front_right_joint"
rear_right_wheel_command_joint_name: "rear_right_joint"
rear_left_wheel_command_joint_name: "rear_left_joint"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These lines are causing the following error and preventing gazebo from launching successfully:

[ERROR] [gzserver-2]: process has died [pid 13488, exit code -11, cmd 'gzserver -slibgazebo_ros_init.so -slibgazebo_ros_factory.so -slibgazebo_ros_force_system.so'].

@Pratham-Pandey
Copy link
Owner

After keeping the controller.yaml file as before, when I launch rviz and set fixed frame to odom (this frame was not present earlier), only a single odom frame is visible and rest of the robot is not visible(shown below). Moreover, this single odom frame is not moving at all when I move the robot.
rviz_1

When the fixed frame is set as base_link the robot looks like the image below:
rviz_2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants