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

How to get ESDF from TSDF generated here? #19

Open
Wshtm opened this issue May 10, 2024 · 0 comments
Open

How to get ESDF from TSDF generated here? #19

Wshtm opened this issue May 10, 2024 · 0 comments

Comments

@Wshtm
Copy link

Wshtm commented May 10, 2024

Hi! I want to generate ESDF file from Gazebo scene. I use the launch file here and get "voxblox_ground_truth_demo.tsdf", and then put it into "tsdf_to_esdf.cc" in voxblox to generate ESDF file. However, when I use voxblox_node/load_map to load this ESDF file, I get "ERROR: service [/voxblox_node/load_map] responded with an error: " Could you please tell me how to solve this problem? Thank you so much!
Following my voxblox_node:
"
node name="voxblox_node" pkg="voxblox_ros" type="esdf_server" output="log" args="" clear_params="true"
remap from="pointcloud" to="/self_filtered_pointcloud"/
remap from="voxblox_node/esdf_map_out" to="esdf_map" /
remap from="/map" to="/sensor_frame" /
param name="publish_esdf_map" value="true" /
param name="publish_pointclouds" value="true" /
param name="use_tf_transforms" value="true" /
param name="update_mesh_every_n_sec" value="1.0" /
param name="clear_sphere_for_planning" value="false" /
rosparam file="$(find perceptive_mpc)/config/voxblox.yaml"/
/node
"
tsdf_voxel_size: 0.05
tsdf_voxels_per_side: 16
world_frame: odom
collision_points: [[],[],[],[],[],[[1.0, 0.2], [0.75, 0.2], [0.5, 0.2], [0.25, 0.2], [0.0, 0.2]],[],[]]

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