osrf / vorc

Virtual Ocean Robot Challenge (VORC) resources
Apache License 2.0
38 stars 11 forks source link

Buoy minor adjustments #26

Closed mabelzhang closed 4 years ago

mabelzhang commented 4 years ago

@seankrag I tagged you for a review since you are the most familiar with this code, but anyone else can feel free to review too.

I reviewed the buoy model addition after the fact and made some minor adjustments:

To test the model, add this block to perception.world.xacro:

    <include>
      <name>buoy_red</name>
      <pose>400 -550 1 0 0 0</pose>
      <uri>model://buoy_red</uri>
    </include>

Then run

$ colcon build --packages-select vorc_gazebo
$ roslaunch vorc_gazebo perception.launch

In the left panel, right-click on buoy_red > Move To. It should show up. According to the specs, it's supposed to be 1500 mm, so it will look about half the height of the boat. We can resize if we need to later.

mabelzhang commented 4 years ago

Thanks for checking! I only eyeballed. Merging!