Closed knorth55 closed 3 years ago
I add --motor-namespace arguments. With this PR, we can customize motor halt and cancel namespace as follow:
--motor-namespace
rosrun rqt_pr2_dashboard rqt_pr2_dashboard --motor-namespace pr2_reset_motors
related: https://github.com/jsk-ros-pkg/jsk_robot/pull/1258
this PR follow arguments passing way in rqt_plot. https://github.com/ros-visualization/rqt_plot/blob/master/scripts/rqt_plot#L10 https://github.com/ros-visualization/rqt_plot/blob/master/src/rqt_plot/plot.py#L107-L114 https://github.com/ros-visualization/rqt_plot/blob/master/src/rqt_plot/plot.py#L54 https://github.com/ros-visualization/rqt_plot/blob/master/src/rqt_plot/plot.py#L70-L105
rqt_plot
I add
--motor-namespace
arguments. With this PR, we can customize motor halt and cancel namespace as follow:related: https://github.com/jsk-ros-pkg/jsk_robot/pull/1258
this PR follow arguments passing way in
rqt_plot
. https://github.com/ros-visualization/rqt_plot/blob/master/scripts/rqt_plot#L10 https://github.com/ros-visualization/rqt_plot/blob/master/src/rqt_plot/plot.py#L107-L114 https://github.com/ros-visualization/rqt_plot/blob/master/src/rqt_plot/plot.py#L54 https://github.com/ros-visualization/rqt_plot/blob/master/src/rqt_plot/plot.py#L70-L105