-
Notifications
You must be signed in to change notification settings - Fork 95
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
Kinetic small fixes #109
Kinetic small fixes #109
Conversation
<physics type="ode"> | ||
<real_time_update_rate>1000.0</real_time_update_rate> | ||
<gravity> | ||
0.0 0.0 -9.81 | ||
</gravity> | ||
</physics> | ||
|
||
<gui fullscreen='0'> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
starts GUI up better zoomed into Baxter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the new angle :)
set_lp_client.waitForExistence(); | ||
|
||
gazebo_msgs::SetLinkProperties setlinkproperties; | ||
gazebo_msgs::GetLinkProperties getlinkproperties; | ||
|
||
setlinkproperties.request.gravity_mode = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line didn't do anything because it is reset below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great!
<physics type="ode"> | ||
<real_time_update_rate>1000.0</real_time_update_rate> | ||
<gravity> | ||
0.0 0.0 -9.81 | ||
</gravity> | ||
</physics> | ||
|
||
<gui fullscreen='0'> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the new angle :)
set_lp_client.waitForExistence(); | ||
|
||
gazebo_msgs::SetLinkProperties setlinkproperties; | ||
gazebo_msgs::GetLinkProperties getlinkproperties; | ||
|
||
setlinkproperties.request.gravity_mode = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Builds on top of #106
This PR is sponsored by Vicarious