-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add initial support for pybullet simulation #114
Conversation
Test Results259 tests 245 ✅ 24m 37s ⏱️ Results for commit 09d3835. ♻️ This comment has been updated with latest results. |
To run the example, first build the `scenario_execution_pybullet` package and its dependencies: | ||
|
||
```bash | ||
colcon build --packages-up-to scenario_execution_pybullet |
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.
should be possible without ROS
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.
updated
Description
Pull request checklist
make check
) pass locallyPull request type
Current behavior
New behavior
How to test