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

graph_tools's abnormal edge color #1111

Closed
anosnowhong opened this issue Oct 19, 2020 · 1 comment
Closed

graph_tools's abnormal edge color #1111

anosnowhong opened this issue Oct 19, 2020 · 1 comment

Comments

@anosnowhong
Copy link

Hi,
When I try to plot the edge between nodes, the actually color of edge is strange(It seems always the same as background color, so it hard to observe it.) this part of code might be the problem, After change it to
const mrpt::img::TColor col8bit(edge_color >> 8, edge_color & 0x000000ff); It shows the correct default color (0x0000FF40).
The same problem may happends to "edge_rel_poses_color" as well.

@jlblancoc jlblancoc added this to the Release v2.1.2 milestone Oct 19, 2020
@jlblancoc
Copy link
Member

Obviously wrong, so bad...

Fixed now. Thanks!

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

2 participants