-
Notifications
You must be signed in to change notification settings - Fork 170
Support bumper sensors in Gazebo #99
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the additions!
See my feedback below.
README.md
Outdated
$ roslaunch create_bringup joy_teleop.launch [joy_config:=xbox360] | ||
``` | ||
|
||
There exists configuration files for the [Xbox 360 wired controller](https://www.amazon.ca/Microsoft-Xbox-360-Wired-Controller/dp/B003ZSN600) and the [Logitech F710 controller](http://gaming.logitech.com/en-ca/product/f710-wireless-gamepad). You can adapt these files for your preferred joystick configuration. | ||
|
||
## Simulation | ||
|
||
The package `create_gazebo` has a launch file with a minimal simulation example of the Create robots. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have mixed feelings about adding a simulation-specific package. The package is not providing any custom simulation plugins or configuration; it is simply an example launch file and rviz config file. I think it makes more sense to simply move those into create_bringup
(which is the package meant for example launch/config files). While I think having the examples are nice, it technically introduces a runtime dependency on Gazebo, which I'd rather avoid.
It might be best to keep these examples in a separate repository.
Hi @jacobperron, sorry for the late response and thanks for your comments. I have made the recommended changes. |
Thanks for the contribution! |
Description
version
increate_description/urdf/create_base.urdf.xacro
.turtlebot3_gazebo
.This PR is connected to #76.
Test configuration
ROS version: Noetic