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

fix: core dump in some Ubuntu 16.04 systems#9

Open
carlos-cardoso wants to merge 1 commit into
udacity:masterfrom
carlos-cardoso:fix-core-dump
Open

fix: core dump in some Ubuntu 16.04 systems#9
carlos-cardoso wants to merge 1 commit into
udacity:masterfrom
carlos-cardoso:fix-core-dump

Conversation

@carlos-cardoso

Copy link
Copy Markdown

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