Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cyberbotics/urdf2webots
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.1
Choose a base ref
...
head repository: cyberbotics/urdf2webots
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Oct 6, 2022

  1. Added the RangeFinder class to represent a depth camera (#161)

    Introducing new RangeFinder class. Reading sensors of type "sense" from URDF that are converted to a RangeFinder object in Proto. Works best when the gazebo reference frame is set to a optical frame according to ROS conventions (http://wiki.ros.org/image_pipeline/CameraInfo). 
    
    Co-authored-by: Lars Puehler <[email protected]>
    Co-authored-by: Benjamin Hug <[email protected]>
    3 people authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a0ae4b2 View commit details
    Browse the repository at this point in the history
  2. Prevent pruning of links that are referenced by sensors (#189)

    Keep frames that are referenced by sensors
    Alexander Stumpf authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d8f62bb View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Fixup rangefinder noise calcuation as required max range is loaded at…

    … later point (#190)
    Alexander Stumpf authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    7158e44 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    23bf599 View commit details
    Browse the repository at this point in the history
Loading