ros-visualization / rqt_graph

http://wiki.ros.org/rqt_graph
26 stars 27 forks source link

Feature request: option to change orientation when generate dotcode #28

Open lennonwoo opened 5 years ago

lennonwoo commented 5 years ago

Sometimes, the left to right type orientation will cause the final dot graph too wide, and we may need the top to bottom orientation. And currently, the codebase hard code the orientation of dotcode to 'LR' in this line. Can we provide a check_box to enable 'BT' orientation?

dirk-thomas commented 5 years ago

Please consider to provide a pull request to implement this feature idea.