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

Set default weight factor to 1 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Set default weight factor to 1 #22

wants to merge 1 commit into from

Conversation

aadityasaraiya
Copy link
Contributor

Hey,

I have set the default weight factor for the position constraint for the link sensor_constraint_frame. This is to avoid the unnecessary warning which comes up when this isn't done.

[ WARN] [1530883644.819044064, 925.199000000]: The weight on position constraint for link 'sensor_constraint_frame' is near zero. Setting to 1.0.

The weight in this case, being the weighting factor for this constraint (denotes relative importance to other constraints. Closer to zero means less important) as shown in this code.

Hey,

I have set the default weight factor for the position constraint for the link `sensor_constraint_frame`. This is to avoid the unnecessary warning which comes up when this isn't done. 
~~~
[ WARN] [1530883644.819044064, 925.199000000]: The weight on position constraint for link 'sensor_constraint_frame' is near zero. Setting to 1.0.
~~~

The `weight` in this case, being the weighting factor for this constraint (denotes relative importance to other constraints. Closer to zero means less important) as shown in [this code](https://github.com/kunal15595/ros/blob/master/moveit/src/moveit_msgs/msg/PositionConstraint.msg).
drchrislewis pushed a commit to drchrislewis/yak that referenced this pull request Feb 3, 2021
Fixes for CUDA 10.1 - remove obsolete any and ballot
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.

None yet

1 participant