open-rmf / rmf_traffic_editor

GUI, CLI, and ROS 2 messages for robot traffic flows in buildings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request]: Orientation Input while Marking Vertex

vignesh-katomaran opened this issue · comments

Before proceeding, is there an existing issue or discussion for this?

Description

In RMF Traffic Editor we've only option to mark xy pose but orientation is not in use control, whenever the robot approaches the in between vertexes while navigation it rotating in default orientation but we need to give this as custom orientation. as well as it should also overwrite in between goals orientation towards the path.

Implementation Considerations

No response

Alternatives

No response

Additional information

No response

commented

If you wish to constrain your robot to a particular orientation when entering a lane, ie the robot should always drive forward or in reverse down a lane, you can set the orientation property of the lane. See our documentation.

Goal orientation is a task specific property and can be specified when constructing your task definition. You can set it here and see this example of submitting such a task.

I'll close this issue as the requested features/capabilities already exist imo. But feel free to reopen if you feel otherwise.