8000 GitHub - ylabbe/hpp-corbaserver
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ylabbe/hpp-corbaserver

 
 

Repository files navigation

HPP-corbaserver

Building Status Pipeline status Coverage report

Corba server for Humanoid Path Planner applications.

Troubleshooting

CORBA::TRANSIENT when launching a server

It very often happens that the OmniNames server failed to start properly at boot.

To check if the server is running, run:

ps -C omniNames -o pid,args

If the process is not running, delete omniNames related log and backup files in /var/lib/omniorb. They may have different names on your computer, but most likely, something like:

rm /var/lib/omniORB/omninames-<computer_name>.log
rm /var/lib/omniORB/omninames-<computer_name>.bak

then restart the server:

sudo service omniorb4-nameserver restart

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 61.4%
  • Python 35.9%
  • CMake 2.7%
0