You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
res.error_code get success and trajectory published but position that i didn't expected it's like random it changes every time.
but trajectory satisfied bucket_constraint if i set on 0.1.
Description
i'm using humble 22.04
I'm using moveit2 tutorial
res.error_code get success and trajectory published but position that i didn't expected it's like random it changes every time.
but trajectory satisfied bucket_constraint if i set on 0.1.
Should I missed something?
ROS Distro
Humble
OS and version
Ubuntu 22.04
Source or binary build?
Source
If binary, which release version?
No response
If source, which branch?
No response
Which RMW are you using?
None
Steps to Reproduce
it's working well but after i added below.
req.path_constraints.orientation_constraints.push_back(bucket_constraint);
this code make path_constraints well but not position that i expected.
Expected behavior
Work as tutorial.
Actual behavior
req.path_constraints.orientation_constraints.push_back(bucket_constraint);
this code make position as a random.
position that i didn't expected it's like random it changes every time.
but trajectory satisfied bucket_constraint if i set on 0.1.
Backtrace or Console output
No response
The text was updated successfully, but these errors were encountered: