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

Ros handler #89

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open

Conversation

ayonix
Copy link

@ayonix ayonix commented Jul 5, 2016

Things done:

  • Ported the world description to sdf version 1.4/1.5
  • Changed defaults to turtlebot instead of pr2 (had no time/intent to test this)
  • Removed the pr2 actuator handler (should be readded and fixed if pr2 is to be used)
  • Instead of copying files to some fixed location we use the current folder of the handler to create/change the world and things, thus we don't need the installer

Things working:

  • Using gazebo2 with ROS indigo, a specification and LTLMoP generated map/world

Things to do:

  • Fix pr2? (I won't have time for this)
  • Obstacles are a bit weird (in the demo they are kind of overlapping)
  • Find a better way than to use the handler folder
  • Don't change the xml/sdf files, rather read the string and manipulate that only
  • Don't use regular expressions to change the xml/sdf files
  • Don't use stdbuf to force line buffering (needs the coreutils on linux systems)

Quick demo:
demo_opt

The pull request closes #87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ROS handlers with newer versions
1 participant