Skip to content

graph_tools's abnormal edge color #1111

@anosnowhong

Description

@anosnowhong

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions