Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

rviz plugin: stop execution + update of start state to current #713

Merged
merged 6 commits into from
Jul 18, 2016

Commits on Jul 16, 2016

  1. Configuration menu
    Copy the full SHA
    fea1f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0fab1b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2016

  1. Configuration menu
    Copy the full SHA
    f9808b8 View commit details
    Browse the repository at this point in the history
  2. rviz plugin: execute motion in separate thread

    executing the motion in the (single) background thread blocks visual updates of the scene robot
    rhaschke committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    96664f7 View commit details
    Browse the repository at this point in the history
  3. suppress warning "Execution of motions should always start at the rob…

    …ot's current state."
    
    when planning+executing
    rhaschke committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    298a67d View commit details
    Browse the repository at this point in the history
  4. rviz display: disable Query Start State by default

    This property is "only" used by people playing around with planning internals,
    e.g. the people maintaining the code..
    
    The "average" user does not expect to be able to manipulate the start state of the motion-request
    te makes from rviz - it doesn't make sense if you want to actually move the robot.
    Therefore, disable the start-state by default to reduce the initial complexity
    the average user is confronted with.
    v4hn authored and rhaschke committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    181e180 View commit details
    Browse the repository at this point in the history