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 support (draft) #19

Merged
merged 25 commits into from
Jun 6, 2019
Merged

Gazebo support (draft) #19

merged 25 commits into from
Jun 6, 2019

Commits on May 17, 2019

  1. first step to gazebo support

    rename links and joints to have semantic names
    add inertia to all links
    add laser and diffdrive plugins
    
    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas authored and Karsten1987 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    61db58e View commit details
    Browse the repository at this point in the history
  2. add scripts taken and modifies from turtlebot3_simulation

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas authored and Karsten1987 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    3cdf7a1 View commit details
    Browse the repository at this point in the history
  3. add simulation launchfile

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas authored and Karsten1987 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    806188c View commit details
    Browse the repository at this point in the history
  4. move urdf_spawner back in confbot_simulation

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas authored and Karsten1987 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    09cba9a View commit details
    Browse the repository at this point in the history
  5. restore package:// path

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas authored and Karsten1987 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    d164f5a View commit details
    Browse the repository at this point in the history
  6. add dependencies not part of the nightly image

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas authored and Karsten1987 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    7bb59d9 View commit details
    Browse the repository at this point in the history
  7. blacklist dependencies built from source from the test invocation

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas authored and Karsten1987 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    9b37f60 View commit details
    Browse the repository at this point in the history
  8. fix test failures

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas authored and Karsten1987 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    84cc7d9 View commit details
    Browse the repository at this point in the history
  9. almost empty world

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas authored and Karsten1987 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    1c73252 View commit details
    Browse the repository at this point in the history
  10. rebasing

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas authored and Karsten1987 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    3aa543d View commit details
    Browse the repository at this point in the history
  11. dont set use_sim_time as currently doesn't impact time used

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas authored and Karsten1987 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    60deaa4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d7695e7 View commit details
    Browse the repository at this point in the history
  13. use libgazebo_ros_init to have sim time published

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas authored and Karsten1987 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    7742dc2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. fix conversion error from string to bool

    Signed-off-by: Karsten Knese <karsten@openrobotics.org>
    Karsten1987 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    d5d09f4 View commit details
    Browse the repository at this point in the history
  2. actually using the sim time parameter correctly

    Signed-off-by: Karsten Knese <karsten@openrobotics.org>
    Karsten1987 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    5427e4d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. interpret launch configuration as yaml

    Signed-off-by: Karsten Knese <karsten@openrobotics.org>
    Karsten1987 committed May 21, 2019
    Configuration menu
    Copy the full SHA
    739006f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. visualize the laser scan in gazebo

    Signed-off-by: Karsten Knese <karsten@openrobotics.org>
    Karsten1987 committed May 22, 2019
    Configuration menu
    Copy the full SHA
    ae5f961 View commit details
    Browse the repository at this point in the history
  2. use sim time

    Signed-off-by: Karsten Knese <karsten@openrobotics.org>
    Karsten1987 committed May 22, 2019
    Configuration menu
    Copy the full SHA
    394521e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. make laser_frame point forward

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    e885f50 View commit details
    Browse the repository at this point in the history
  2. gazebo_ros now declares/set use_sim_time to true by default

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    6777de9 View commit details
    Browse the repository at this point in the history
  3. add camera

    Need to create an optical frame to match REP103 as camera plugin uses x forward and not z
    forward
    Need to source Gazebo setup file manually for the camera plugin to be
    found and loaded successfully
    No namespace provided to plugin as it appends the sensor name to the
    namespace already, otherwise results in
    /confbot_camera/confobt_camera/image_raw
    
    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    63cfa77 View commit details
    Browse the repository at this point in the history
  4. move back camera_frame on the robot base

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    ea88a55 View commit details
    Browse the repository at this point in the history
  5. add rviz config for gazebo

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    18e5594 View commit details
    Browse the repository at this point in the history
  6. add preliminary Gazebo section

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    82127e1 View commit details
    Browse the repository at this point in the history
  7. fix config file name in instructions

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    cadb71a View commit details
    Browse the repository at this point in the history