Replies: 1 comment
-
Just some expectation management: maintenance of That's not something I can influence much, unfortunately. Traffic here on this discussion board is low, so I don't expect there to be much response to your posting. re: "very long trajectories": I'm not aware of anyone using EGM to execute trajectories where trajectory length is measured in hours. I would not be surprised if you run into issues, as it's not something that's been tested when |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community,
I am trying to sending trajectories quite big (magnitudes of 300.000 points) in order to have a continuous path quite long (lasts hours at 10mm/s). The issue that I get is when I am trying to send the whole trajectory (all the points together) the robot is like stopped and moves very discontinuously. It seems that the
abb::egm::wrapper::trajectory::TrajectoryGoal
object can't contain so many goal points.Hence, I thought to creates buffers of the whole trajectory to append (i.e., using an object
std::vector<abb::egm::wrapper::trajectory::TrajectoryGoal>
). This seems solves the problem, the issue is that when I am trying to append the trajectory to the robot queue with:I get two possible problems:
Have you ever get this issue? There are alternatives?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions