Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gazebo_plugins] Rapid projector toggle rostest #419

Closed

Commits on Apr 5, 2016

  1. Going to make test to toggle a texture projector rapidly to see if I …

    …can reproduce crashing of gazebo
    lucasw committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    738348d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f43861e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Can successfully display a slightly glitchy projector (there is a nar…

    …row strip of texture missing that is projected in a different direction):
    
        ~/catkin_ws/src/gazebo_ros_pkgs/gazebo_plugins/test/projector$ GAZEBO_RESOURCE_PATH=`pwd` roslaunch gazebo_plugins projector.test  gui:=true
    
    Trying to turn off the projector doesn't work, though this has worked for me from xacro/urdf (TODO make a xacro example to show that):
    
        rostopic pub /projector_plugin/projector std_msgs/Int32 "data: 0"
    
    Need to test the texture topic.
    lucasw committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    5bf8cd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Now have the plugin hooked up correctly to the world file, so the tog…

    …gle works. Haven't gotten a crash from rapid toggling on a single projector, should try two. The xacro is incomplete.
    lucasw committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    9ab2123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7af71ea View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2016

  1. Configuration menu
    Copy the full SHA
    4c03f90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d390869 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2016

  1. re-enabling all tests

    lucasw committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    367f201 View commit details
    Browse the repository at this point in the history