Skip to content

Commit

Permalink
Merge branch 'ros-planning:ros2' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Mar 12, 2024
2 parents 180f345 + cecb7cb commit 72a5ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/moveit_visual_tools/moveit_visual_tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class MoveItVisualTools : public rviz_visual_tools::RvizVisualTools
*/
void loadTrajectoryPub(const std::string& display_planned_path_topic = DISPLAY_PLANNED_PATH_TOPIC,
bool blocking = true);
void loadRobotStatePub(const std::string& robot_state_topic = "", bool blocking = true);
void loadRobotStatePub(const std::string& robot_state_topic = DISPLAY_ROBOT_STATE_TOPIC, bool blocking = true);

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

0 comments on commit 72a5ed7

Please sign in to comment.