Skip to content

Commit cecb7cb

Browse files
Default state publisher topic to DISPLAY_ROBOT_STATE_TOPIC (#135)
1 parent 8578433 commit cecb7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/moveit_visual_tools/moveit_visual_tools.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class MoveItVisualTools : public rviz_visual_tools::RvizVisualTools
195195
*/
196196
void loadTrajectoryPub(const std::string& display_planned_path_topic = DISPLAY_PLANNED_PATH_TOPIC,
197197
bool blocking = true);
198-
void loadRobotStatePub(const std::string& robot_state_topic = "", bool blocking = true);
198+
void loadRobotStatePub(const std::string& robot_state_topic = DISPLAY_ROBOT_STATE_TOPIC, bool blocking = true);
199199

200200
/**
201201
* \brief Allow a pre-configured planning scene monitor to be set for publishing collision objects, etc

0 commit comments

Comments
 (0)