Dear,
I am using this project combined with robotictoolbox to achieve collision avoidance. First I need to create a obstacles objects, could you give some suggestions or code about how to visualize these objects?
obstacle = sg.Cuboid((length, width, height), pose = SE3(5, 0, 0))
obstacle.plot()????
Dear,
I am using this project combined with robotictoolbox to achieve collision avoidance. First I need to create a obstacles objects, could you give some suggestions or code about how to visualize these objects?
obstacle = sg.Cuboid((length, width, height), pose = SE3(5, 0, 0))
obstacle.plot()????