-
Notifications
You must be signed in to change notification settings - Fork 694
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
Update tutorials, add default velocity/acceleration scaling factors #468
Conversation
And fix typos.
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 kept the commits separate, but I didn't bother filing a separate PR.
This should have been separate requests indeed...
Concerning the default_scaling_factor
, this is not really what I had in mind (I thought of a separate tutorial to set the parameters in the yaml or in code).
Still, it probably suffices 👍
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.
The images rviz_plan_cartesian.png
and rviz_plan_free.png
are mixed up.
Nice catch. I updated this. |
@felixvd indeed, the webm embedding did not work as expected: Please create a follow-up pull-request to address this. |
Would you be OK with simply linking to the animation, rather than
displaying it inline? When I tried converting it to a GIF, it became 3
times larger and 10 times as ugly.
Alternatively, if you can tell me how to get `build-locally.sh` to run, I
could try to inline the video.
…On Mon, 16 Mar 2020 at 21:14, Michael Görner ***@***.***> wrote:
@felixvd <https://github.com/felixvd> indeed, the webm embedding did not
work as expected:
https://ros-planning.github.io/moveit_tutorials/doc/quickstart_in_rviz/quickstart_in_rviz_tutorial.html
Please create a follow-up pull-request to address this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#468 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCTLOM2LW7SEJ36G2OOU43RHYJ3BANCNFSM4LDPXOPA>
.
|
It works just fine for me, but of course I don't run your system/container. What's the error message?
The size is not a problem from my point of view, but I agree with ugly. |
For build_locally.sh you need to install |
After creating a fresh |
The console output looks pretty much like |
My bad, I was looking in Will fix soon. |
Description
For this PR, I added two explicit mentions of the default velocity/acceleration scaling factors.
While I was editing the tutorials, I started getting distracted and added some documentation for the joint sliders and the cartesian path checkbox. Those features are great and deserve some love. I also added a few lines with an example that I remember missing, and which have had a lot of views on ROS answers.
I kept the commits separate, but I didn't bother filing a separate PR.
One issue: I added a .webm file as an animation, but I don't know how to integrate it, and
build_locally.sh
didn't work in the container for me. Would be grateful for pointers.Checklist