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

[Garden] Remove code for spawning arm, gripper, and fixed wing #519

Merged
merged 2 commits into from
Sep 28, 2022

Conversation

iche033
Copy link
Contributor

@iche033 iche033 commented Sep 28, 2022

  • Removed code in bridge and spawn scripts related to arm, gripper, and fixed wing
  • Removed usv_bridge: this is MBZIRC-specific. It was used to provide hardware interface topics for controlling USV
  • Removed stream_status topic: this is also MBZIRC-specific
  • Removed mavros_msgs dependency in cmake as it's not currently used

I'm able to control the wam-v through gz topics, e.g.

gz topic -t "/wamv/thrusters/right/pos" -m ignition.msgs.Double -p "data: -1.0"
gz topic -t "/model/wamv/joint/left_engine_propeller_joint/cmd_thrust" -m ignition.msgs.Double -p "data: 50.0"

However, the ROS2 topics are not working for me (in gazebosim branch as well). Looks like the topics being bridged are not correct. I'll fix this in a follow up PR

Signed-off-by: Ian Chen <ichen@openrobotics.org>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Copy link
Contributor

@caguero caguero left a comment

Choose a reason for hiding this comment

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

Works for me!

@iche033 iche033 merged commit a65c930 into gazebosim Sep 28, 2022
@caguero
Copy link
Contributor

caguero commented Oct 4, 2022

Part of #514 .

@caguero caguero deleted the infra_cleanup branch January 5, 2023 21:22
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.

2 participants