-
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
ros2-ify perception pipeline #700
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Ok, I'll just switch this PR to `rolling` and continue.In
Since in Getting' Started section |
4ea1187
to
43c9536
Compare
6c4ac95
to
782c455
Compare
This comment was marked as resolved.
This comment was marked as resolved.
1b4fc0a
to
1d8627d
Compare
This comment was marked as resolved.
This comment was marked as resolved.
1d8627d
to
28de005
Compare
Octomap is not showing.In
This doesn't seem published. pointcloud is published (from the rosbag file). So use it.
These prints expected values though. Found a set of params that look suspecious. With yaml:
Result on param server:
Maybe I should know how a code gets these params. UPDATE: All examples of ros2 parameter .yaml files I've seen so far use:
But in my case,
I tried this but no good?
Resulted in:
With yaml:
Result on param server:
Maybe I should know how a code gets these params. Also noticed:
Found someone already ported moveit_tutorial to ros2 answers.ros.org#389233/moveit2-add-pointcloud2-to-occupancymapmonitor/. Swapping sensor config to sensor_3d.yaml,
Hm, now this.
Beginning of failure seems these:
Pkg does exist and is reachable by ros2:
For some reasons googling by So questions:
|
As ticketed #708, I found changes that are merged into moveit1's tutorial but not to moveit2's. Not sure if a culprit of the issue I'm seeing (i.e. no octomap shown) but I will test those as well. |
28de005
to
bb901d8
Compare
This comment was marked as resolved.
This comment was marked as resolved.
54d5e3c
to
a432168
Compare
Okay so I tried this out in my humble workspace. I was indeed able to visualize the point cloud, and even plan around the obstacles it inserts, but this was not entirely straightforward. I had to make a couple of tweaks (ex: remove world->panda_link0 static tf from launch xml because its already published, and run the rosbag play separately after starting up everything else otherwise rviz would just crash). My biggest concern is the following messages :
which goes up to handle 11. We can see it comes from here and here, but I am not sure what exactly this complains about. Missing TF for robot links? I can see in TF that robot frames are well published. I increased the @130s Any thoughts? |
Removing dep on panda_moveit_config and franka_description (instead, continue to depend on moveit_resources_panda pkgs)
a432168
to
1962b20
Compare
…e (unverified) decision moveit#704 (comment)) Signed-off-by: Isaac Saito <[email protected]>
…ent) Signed-off-by: Isaac Saito <[email protected]>
…address in PR moveit#700 (comment)) Signed-off-by: Isaac Saito <[email protected]>
+ html_context["github_user"] | ||
+ "/moveit_resources/tree/ros2" | ||
# + html_context["github_user"] | ||
+ "130s" |
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.
Reminder to revert the changes in this line and 2 lines below, once moveit/moveit_resources#181 is merged.
…ent) Signed-off-by: Isaac Saito <[email protected]> Remove unnecessary functionality (moveit#700 (comment)) Signed-off-by: Isaac Saito <[email protected]>
…address in PR moveit#700 (comment)) Signed-off-by: Isaac Saito <[email protected]>
92aca72
to
9b7e620
Compare
Thanks for the review and testing! @Tejas-Shastha
Ok...Not sure why it fails on your env, but I removed that static publisher.
I'm unsure what's going on. If you can spot particular error output, would you mind posting (Can that look similar to moveit/moveit_resources#170?)?
Hm, no idea yet. |
I think the entity responsible for publishing this TF changes somewhere between all the configs. I would keep whatever works for the instructions of the tutorial (I did not test the tutorial environment, rather a custom environment of my own, so I am not sure what is correct either). Apologies if this created too much confusion! I also found out that the error I mentioned above:
is caused by TF issues. I guess that since the bag contains only 1 msg and it is being relaunched at a pretty high rate, it messes up TF? I recorded my own bag and tried it and got the same results. However, on a real robot with a live feed from an Intel realsense D435, I did not have this issue at all (except once when the camera dropped some frames I think, which is what led me to conclude this is a TF issue). So, as you suggested, maybe it is sufficient to declare this phenomenon as a warning and move on? A separate issue can be raised to investigate this better. Overall, I tested the configuration suggestions you made with a real Panda FER1 and it works very well! (Again, my environment is somewhat different from what is prescribed in the tutorial). I think this PR adds sufficient value that it can be merged, I'm sure it would help many moveit users! P.S. : I am apparently unable to change my review from "Changes requested" for some reason. Please consider this as approved. |
closes #708 |
@henningkayser Could you please review or push for a review of this PR? |
Closing as the similar work (that started after this PR) got merged and addressed the same issue #25. See more in #906 (comment) |
Issue aimed at
Description of changes
git cherry-pick
those changes, but some PRs included changes outside of perception tutorial, which is not my scope of this PR, so I gave up and went ahead manually applying changes.Checklist
panda_moveit_config
ormoveit_resources_panda_moveit_config
? Unclear the direction and rationale #704panda_moveit_config
ormoveit_resources_panda_moveit_config
? Unclear the direction and rationale #704 (comment)moveit_resources
?Peek.2023-06-28.14-37.webm