-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error while using create_ik_reachability_map.py #1
Comments
Hi @davizinho5 I'm not exactly sure what you're trying to do. Why did you "create the inverse transforms of the voxels" ? |
Hi @davizinho5, |
Hi @sjauhri, Because the filtered version fails too. Best |
Sorry for the late response, were you able to fix this @davizinho5 ? It seemed like the transformations had an issue or were transposed? |
Hi @CarbonIntelligence, the image attachment in your message is missing |
Hi @CarbonIntelligence |
@sjauhri I understand, thank you very much. |
Hi @sjauhri, sorry I missed yor message, I just realized. No, I could not fix the error I had, I tries to filter the map, but got the same error. Best |
hello @sjauhri I'm sorry to trouble you again, but there is currently no robot model on the map. Could you please explain how the robot model is typically loaded? Thank you very much. |
Hi @CarbonIntelligence |
@sjauhri thank you |
Hello,@sjauhri. I apologize for disturbing you, but I have some questions I'd like to ask. Firstly, I have successfully loaded the map as shown below. I noticed that in the original code, the quaternion for all voxels was set to [0,0,0,1], but I want to display different orientations for each voxel within the map (indicated by arrows). So, I modified part of the code by adding a quaternion calculation program (following the rpy order, though I'm not sure if it's correct). However, when I run it, the result is like the purple arrows in the figure below. The problem is that I cannot set the size of the arrows when sending information through the reachability_map. After a while, the arrows automatically refresh into large and unsightly ones. I've reviewed some programs related to arrow visualization, but I haven't been able to identify the error. I would greatly appreciate it if you could offer me some help and advice. Thank you very much. |
Hi @liyuping0906 . For the visualizer, I would look at the code of reuleux https://github.com/ros-industrial-consortium/reuleaux/tree/master/workspace_visualization/src . Its very old code but might have some hints on this. |
@sjauhri Thanks a lot. |
Hello,
I'm trying to build a mixed reachabililty map for the Tiago dual robot.
First, I used create_fk_reachability_map.py to buitl the FK part. Then, I create the inverse transforms of the voxels.
However, when I want to use both to mix them with the IK reachabililty map, I get the next error coming from back se3.py:
File "~/sample_reachability_maps/scripts/create_ik_reachability_map.py", line 214, in
log_err_batch = se3_log_map(transf_des_to_curr, eps=0.005) # se3_log
raise ValueError("All elements of
transform[:, :3, 3]
should be 0.")Do you know why this might happen?
Best,
The text was updated successfully, but these errors were encountered: