Skip to content

Comments

Gazebo collision detection#218

Merged
krishauser merged 2 commits intos2025from
gazebo_collision_detection
May 15, 2025
Merged

Gazebo collision detection#218
krishauser merged 2 commits intos2025from
gazebo_collision_detection

Conversation

@pravshot
Copy link
Collaborator

When the vehicle is run with gazebo simulation, you can now set a parameter in the launch file called collision_logging.

run:
    collision_logging: True  # Enable collision logging

This will enable collision logging and will

  • Monitor collisions between the vehicle and other objects in the gazebo simulation
  • Log collision details including colliding objects, contact position, normal, and depth
  • Output logs to GazeboCollisionLogger.stdout.log in the log directory

This will also add a log file to the log directory in GEMStack, so users can easily view collision information along with the rest of their logs. Collision information will be useful for testing and making sure the car is avoiding obstacles such as moving pedestrians or cones.

@pravshot pravshot requested a review from krishauser as a code owner May 14, 2025 22:22
@sonarqubecloud
Copy link

Copy link
Owner

@krishauser krishauser left a comment

Choose a reason for hiding this comment

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

LGTM

@krishauser krishauser merged commit a6ae0db into s2025 May 15, 2025
4 checks passed
@krishauser krishauser deleted the gazebo_collision_detection branch May 15, 2025 04:39
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