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

Add missing Lidar parameter #33

Closed
wants to merge 1 commit into from
Closed

Conversation

bgill92
Copy link
Contributor

@bgill92 bgill92 commented Jun 4, 2024

Due to the LIDAR PR that went into the ros2_mujoco repo, a lidar_publish_rate ros2_control parameter is now required. This PR adds that PR to the Kinova URDF.

@bgill92 bgill92 self-assigned this Jun 4, 2024
Copy link
Collaborator

@dyackzan dyackzan left a comment

Choose a reason for hiding this comment

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

Is this required for configs that don't use lidars? We probably don't want that if so

Copy link
Collaborator

@dyackzan dyackzan left a comment

Choose a reason for hiding this comment

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

I think the right fix is to make a change in the ros2_mujoco library that holds defaults for this parameter or doesn't require it unless a lidar is present in the model. I feel like this will cause confusion down the road if we require configs to set lidar params when they don't use lidars

@adlarkin
Copy link
Contributor

adlarkin commented Jun 5, 2024

Good points, thanks @dyackzan. I did not think about the scenario where lidar isn't being used. I'm also in favor of making this default to something to handle both lidar/no lidar use cases.

@bgill92
Copy link
Contributor Author

bgill92 commented Jun 5, 2024

@adlarkin @dyackzan Made a PR for making the lidar_publish_rate parameter optional: https://github.com/PickNikRobotics/ros2_mujoco/pull/28

@dyackzan
Copy link
Collaborator

dyackzan commented Jun 5, 2024

Closing since https://github.com/PickNikRobotics/ros2_mujoco/pull/28 will take care of this

@dyackzan dyackzan closed this Jun 5, 2024
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.

3 participants