-
Notifications
You must be signed in to change notification settings - Fork 198
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
Perception pipeline tutorial uses ROS1 in ROS2 (Humble) documentation #583
Comments
Hi @rd-bot , |
Add the above configuration under yaml file. Later add this configuration as parameter to moveit_group node.
|
There are still a bunch of pages that haven't been migrated yet. This is really a community effort so we rely on any contributor that can help to update the content. https://moveit.picknik.ai/humble/doc/examples/examples.html#examples also mentions that most of the listed pages are still ROS 1. @santoshbalaji since you have commented with an updated config, would you have the time for a brief update of the page? |
sure i can do that. I have to update the following page right ? |
@santoshbalaji could send a link to your repo or comment full moveit config file since the moveit humble config file is written in py script and uses moveitconfigsbuilder that i dont know how to use. |
Yes, that's the right page. But if you do this, please start with the |
I've started #700, which doesn't do what the tutorial is supposed to. I'm still intermittently going to update it, but a PR against my branch is welcomed. |
Maybe important thing to note from #25 (comment)
|
#700 is ready for review. |
Description
I'm trying to turn a point cloud topic (from an Oak-d lite stereo camera) into an octomap voxels to be used for motion planning with a 7 dof arm. However, the documentation in moveit for Humble is for ROS1:
https://moveit.picknik.ai/humble/doc/examples/perception_pipeline/perception_pipeline_tutorial.html?highlight=perception
Your environment
I'm using
ros2 launch depthai_examples stereo_inertial_node.launch.py
from here: https://github.com/luxonis/depthai-ros/blob/ros-release/depthai_examples/launch/stereo_inertial_node.launch.py to successfully display a point cloud in rviz2.Do you have any advice on how to create the octomap? I'd be happy to PR updated documentation but I'm not really sure where to start an octomap_server to publish.
The text was updated successfully, but these errors were encountered: