No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.3
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/MarcoStb1993/robot_statemachine.git
VCS Type git
VCS Version master
Last Updated 2021-03-15
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The rsm_rviz_plugins package includes the Robot Statemachine GUI plugin for RViz and the waypoint visualization

Additional Links

Maintainers

  • Marco Steinbrink

Authors

  • Marco Steinbrink

RSM RViz Additions

Implements a RSM Control Panel, that can be added as a panel for RViz. See the RSM documentation for a detailed description. Also includes the Plant Waypoint Tool for RViz, that is explained in the formerly mentioned description as well. Futhermore, a node visualizing the waypoints as interactive markers is in the package.

Documentation

The Waypoint Following Visualization realizes the visualiation of all waypoints as interactive markers in RViz.

Waypoint Following Visualization

This class subscribes to the list of waypoints published by the RSM package and visualizes them as interactive markers. For each waypoint a flagpole with the waypoint's number overhead is shown. The waypoints can be moved on the x-y-plane by dragging them around, clicking on the surrounding circle or on the z-axis by dragging them at the arrows pointing up or down. Right clicking on the flagpole opens a menu, that shows the options to delete the waypoint or assign a routine.

All changes made to the waypoint in RViz are immediately forwarded to the RSM data handler. The markers are only redrawn when one of the following changes occurs in the waypoint array: * Waypoint list size changed * Waypoint routine changed * Waypoint visited status changed * Waypoint unreachable status changed

When moving the waypoints, the visualization is not reloaded depending on the waypoint list because of the high data transfer this causes. This can lead to differences in the shown position of the marker and the actual position of the waypoint in the list when the system is experiencing high load and/or a slow connection. Therefore, there is a timer initiating a periodical refresh upon receiving the waypoints.

Nodes

waypointFollowingVisualizationNode

Visualizes all waypoints as interactive markers for RViz.

Subscribed Topics

waypoints (rsm_msgs/WaypointArray)
List of all waypoints and their information

CHANGELOG

Changelog for package rsm_rviz_plugins

1.1.3 (2019-08-29)

  • Added all dependencies to CMakeLists and package.xml, that were missing previously
  • Contributors: MarcoStb1993

1.1.2 (2019-08-28)

1.1.1 (2019-08-05)

  • added changelogs
  • Fixed some dependencies for the new names
  • Changed package names, this time for real
  • Contributors: MarcoStb1993

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rsm_rviz_plugins at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.2.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/MarcoStb1993/robot_statemachine.git
VCS Type git
VCS Version melodic-devel
Last Updated 2022-02-10
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The rsm_rviz_plugins package includes the Robot Statemachine GUI plugin for RViz and the waypoint visualization

Additional Links

Maintainers

  • Marco Steinbrink

Authors

  • Marco Steinbrink

RSM RViz Additions

Implements a RSM Control Panel, that can be added as a panel for RViz. See the RSM documentation for a detailed description. Also includes the Plant Waypoint Tool for RViz, that is explained in the formerly mentioned description as well. Futhermore, a node visualizing the waypoints as interactive markers is in the package.

Documentation

The Waypoint Following Visualization realizes the visualiation of all waypoints as interactive markers in RViz.

Waypoint Following Visualization

This class subscribes to the list of waypoints published by the RSM package and visualizes them as interactive markers. For each waypoint a flagpole with the waypoint's number overhead is shown. The waypoints can be moved on the x-y-plane by dragging them around, clicking on the surrounding circle or on the z-axis by dragging them at the arrows pointing up or down. Right clicking on the flagpole opens a menu, that shows the options to delete the waypoint or assign a routine.

All changes made to the waypoint in RViz are immediately forwarded to the RSM data handler. The markers are only redrawn when one of the following changes occurs in the waypoint array: * Waypoint list size changed * Waypoint routine changed * Waypoint visited status changed * Waypoint unreachable status changed

When moving the waypoints, the visualization is not reloaded depending on the waypoint list because of the high data transfer this causes. This can lead to differences in the shown position of the marker and the actual position of the waypoint in the list when the system is experiencing high load and/or a slow connection. Therefore, there is a timer initiating a periodical refresh upon receiving the waypoints.

Nodes

waypointFollowingVisualizationNode

Visualizes all waypoints as interactive markers for RViz.

Subscribed Topics

waypoints (rsm_msgs/WaypointArray)
List of all waypoints and their information

CHANGELOG

Changelog for package rsm_rviz_plugins

1.2.1 (2020-11-24)

  • Next try fixing qt dependencies
  • (Hopefully) fixed missing qt5 build errors
  • Contributors: Marco Steinbrink

1.2.0 (2020-11-04)

  • Now starts exploration with mapping state
  • Added prefix to state name to identify autonomy behavior
  • Removed double maintainer tags
  • Debounced operation mode buttons
  • Contributors: MarcoStb1993

1.1.3 (2019-08-29)

  • Added all dependencies to CMakeLists and package.xml, that were missing previously
  • Contributors: MarcoStb1993

1.1.2 (2019-08-28)

1.1.1 (2019-08-05)

  • added changelogs
  • Fixed some dependencies for the new names
  • Changed package names, this time for real
  • Contributors: MarcoStb1993

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rsm_rviz_plugins at Robotics Stack Exchange