-
Notifications
You must be signed in to change notification settings - Fork 8
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
Commits on May 17, 2019
-
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>
Configuration menu - View commit details
-
Copy full SHA for 61db58e - Browse repository at this point
Copy the full SHA 61db58eView commit details -
add scripts taken and modifies from turtlebot3_simulation
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3cdf7a1 - Browse repository at this point
Copy the full SHA 3cdf7a1View commit details -
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 806188c - Browse repository at this point
Copy the full SHA 806188cView commit details -
move urdf_spawner back in confbot_simulation
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 09cba9a - Browse repository at this point
Copy the full SHA 09cba9aView commit details -
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d164f5a - Browse repository at this point
Copy the full SHA d164f5aView commit details -
add dependencies not part of the nightly image
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7bb59d9 - Browse repository at this point
Copy the full SHA 7bb59d9View commit details -
blacklist dependencies built from source from the test invocation
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9b37f60 - Browse repository at this point
Copy the full SHA 9b37f60View commit details -
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 84cc7d9 - Browse repository at this point
Copy the full SHA 84cc7d9View commit details -
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1c73252 - Browse repository at this point
Copy the full SHA 1c73252View commit details -
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3aa543d - Browse repository at this point
Copy the full SHA 3aa543dView commit details -
dont set use_sim_time as currently doesn't impact time used
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 60deaa4 - Browse repository at this point
Copy the full SHA 60deaa4View commit details -
Revert "dont set use_sim_time as currently doesn't impact time used"
This reverts commit b79ca27.
Configuration menu - View commit details
-
Copy full SHA for d7695e7 - Browse repository at this point
Copy the full SHA d7695e7View commit details -
use libgazebo_ros_init to have sim time published
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7742dc2 - Browse repository at this point
Copy the full SHA 7742dc2View commit details
Commits on May 20, 2019
-
fix conversion error from string to bool
Signed-off-by: Karsten Knese <karsten@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for d5d09f4 - Browse repository at this point
Copy the full SHA d5d09f4View commit details -
actually using the sim time parameter correctly
Signed-off-by: Karsten Knese <karsten@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 5427e4d - Browse repository at this point
Copy the full SHA 5427e4dView commit details
Commits on May 21, 2019
-
interpret launch configuration as yaml
Signed-off-by: Karsten Knese <karsten@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 739006f - Browse repository at this point
Copy the full SHA 739006fView commit details
Commits on May 22, 2019
-
visualize the laser scan in gazebo
Signed-off-by: Karsten Knese <karsten@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for ae5f961 - Browse repository at this point
Copy the full SHA ae5f961View commit details -
Signed-off-by: Karsten Knese <karsten@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 394521e - Browse repository at this point
Copy the full SHA 394521eView commit details
Commits on Jun 5, 2019
-
make laser_frame point forward
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e885f50 - Browse repository at this point
Copy the full SHA e885f50View commit details -
gazebo_ros now declares/set use_sim_time to true by default
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6777de9 - Browse repository at this point
Copy the full SHA 6777de9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 63cfa77 - Browse repository at this point
Copy the full SHA 63cfa77View commit details -
move back camera_frame on the robot base
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ea88a55 - Browse repository at this point
Copy the full SHA ea88a55View commit details -
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 18e5594 - Browse repository at this point
Copy the full SHA 18e5594View commit details -
add preliminary Gazebo section
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 82127e1 - Browse repository at this point
Copy the full SHA 82127e1View commit details -
fix config file name in instructions
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cadb71a - Browse repository at this point
Copy the full SHA cadb71aView commit details