Skip to content

GitLab

    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    • Menu
    Projects Groups Snippets
  • Get a free trial
  • Sign up
  • Login
  • Sign in / Register
  • utilities utilities
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Autoware Foundation
  • MovedToGitHub
  • utilitiesutilities
  • Merge requests
  • !25
The source project of this merge request has been removed.

Fix Runtime Manager GUI bug in ubuntu18.04 + ROS melodic

Merged iidango requested to merge (removed):fix/run_time_manager_melodic_wxpython3 into master Jul 22, 2019
  • Overview 3
  • Changes 2

Fixes #2 (closed)

Fix applied

The bug occurs after accessing Myframe.Handle. Thus, I changed dir(self) to self.__dict__ on name_get and name_get_cond method in runtime_manager_dialog.py.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix/run_time_manager_melodic_wxpython3