frankaemika / franka_ros

ROS integration for Franka research robots
https://frankaemika.github.io
Apache License 2.0
339 stars 307 forks source link

refactor(franka_gazebo): remove FrankaHWSim robot namespace warning #366

Open rickstaa opened 10 months ago

rickstaa commented 10 months ago

In commit f2f82b2e4c3279d7196d1836049d649bd4252fb3, a robot namespace warning was introduced in the FrankaHWSim package. This warning was added to address a specific issue at the time (see https://github.com/frankaemika/franka_ros/pull/187#issuecomment-963242982). However, with the recent merge of PR #196, the conditions that necessitated this warning are no longer applicable.

To enhance the user experience and ensure clarity in error messages, I propose the following changes:

Please let me know if you have any questions about my pull request.