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

Simulation enhancement #85

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Conversation

NoahMollerstuen
Copy link
Contributor

Pull Request

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

Update simulation to GZ Sim Harmonic and improve simulation model and environment

Related Tickets & Documents

start_gazebo = ExecuteProcess(
cmd=['ign', 'gazebo', '-v', '3', '-r', world_path], output='screen'
)
start_gazebo = ExecuteProcess(cmd=['gz', 'sim', '-v', '3', '-r', world_path], output='screen')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you check out gz_sim launch?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm I didn't know this existed but it looks pretty nice
https://index.ros.org/p/ros_gz_sim/

@InvincibleRMC
Copy link
Member

also remove xacro dep

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.

[FEATURE] Update Simulation
3 participants