Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

fix: core dump in some Ubuntu 16.04 systems #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix: core dump in some Ubuntu 16.04 systems #9

wants to merge 1 commit into from

Conversation

carlos-cardoso
Copy link

In some systems the non-void function SetupCollisionObject in trajectory_sampler.cpp causes a Illegal instruction (core dumped) error. This fix replaces the declaration of the function from bool to void, allowing trajectory_sampler to run without crashing.

In some systems the non-void function SetupCollisionObject in trajectory_sampler.cpp causes a  Illegal instruction (core dumped) error. This fix replaces the declaration of the function from bool to void, allowing trajectory_sampler to run without crashing.
@carlos-cardoso carlos-cardoso requested a review from walesmd as a code owner July 28, 2017 18:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant