-
Notifications
You must be signed in to change notification settings - Fork 195
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 subframe tutorial #81
base: main
Are you sure you want to change the base?
Conversation
|
||
In the second terminal run the tutorial: :: | ||
|
||
rosrun moveit_tutorials subframes_tutorial | ||
ros2 launch moveit2_tutorials subframes_tutorial.launch.py | ||
|
||
In this terminal you should be able to enter numbers from 1-12 to send commands, and to see how the robot and the scene react. |
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.
line 46 below should be moveit2_tutorials
.
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.
Good catch, fixing it.
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 built, ran the demo and generated the webpage.
Small things I noticed...
This demo also suffers from this bug
I get errors saying the move is timing out every once in a while (someone testing calibration with the Panda robot was saying they were have the same issue)
[ros2_control_node-5] [panda_arm_controller]: Goal reached, success!
[move_group-4] [moveit.simple_controller_manager.follow_joint_trajectory_controller_handle]: waitForExecution timed out
[move_group-4] [moveit_ros.trajectory_execution_manager]: Controller is taking too long to execute trajectory (the expected upper bound for the trajectory execution was 3.738405 seconds). Stopping trajectory.
[move_group-4] [moveit.simple_controller_manager.follow_joint_trajectory_controller_handle]: Cancelling execution for panda_arm_controller
[ros2_control_node-5] [panda_arm_controller]: Got request to cancel goal
[move_group-4] [moveit_ros.trajectory_execution_manager]: Completed trajectory execution with status TIMED_OUT ...
[move_group-4] [moveit_move_group_default_capabilities.execute_trajectory_action_capability]: Execution completed: TIMED_OUT
This is correct. Anything using
In the case that you get these errors. Is the tutorial still working or not? |
Everything works as expected, except for the message printing. |
I will have a look and try to understand what happens |
Today I updated all of my moveit repos and tried to test this branch again and it is seg faulting when I run this demo. I double checked to make sure
|
Thanks for digging in @MarqRazz I'll also have a look soon. I completely forgot this existed lol |
This pull request is in conflict. Could you fix it @vatanaksoytezer? |
@vatanaksoytezer this PR is over a year old, is it still relevant? |
Same with #80. |
This pull request is in conflict. Could you fix it @vatanaksoytezer? |
4 similar comments
This pull request is in conflict. Could you fix it @vatanaksoytezer? |
This pull request is in conflict. Could you fix it @vatanaksoytezer? |
This pull request is in conflict. Could you fix it @vatanaksoytezer? |
This pull request is in conflict. Could you fix it @vatanaksoytezer? |
Currently blocked by moveit/moveit_resources#64