Skip to content
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

Occupancy Map Monitor #3210

Open
BingPeng0 opened this issue Jan 9, 2025 · 0 comments
Open

Occupancy Map Monitor #3210

BingPeng0 opened this issue Jan 9, 2025 · 0 comments

Comments

@BingPeng0
Copy link

I am trying to do 3D perception using Occupancy Map Monitor
But I not sure how to start with, does anyone have any ideas to do so?
I have tried to run the the server from my launch file
occupancy_map_monitor_node = Node(
package="moveit_ros_occupancy_map_monitor",
executable="moveit_ros_occupancy_map_server",
output="screen",
parameters=[moveit_config.to_dict()],
arguments=["--ros-args", "--log-level", "info"],)
but what happened is it will publish octomap_msgs/msg/Octomap msg to a topic called octomap_binary
so I not sure how do I feed my data to the monitor

I have also tried to add the sensor in the moveit_config package
.sensors_3d(
file_path=get_package_share_directory("moveit2_tutorials")
+ "/config/sensors_3d.yaml")
but nothing appear

does anyone have experience on this? The topic data I have is the point cloud data and RGB and Depth data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant