Open cyoahs opened 3 years ago
see my pull request #21 for a possible fix...
Hi, I have run into the same issue. Did you find a workaround until the bug is fixed?
Hi, I have run into the same issue. Did you find a workaround until the bug is fixed?
For me, I simpily remove those arguments. As a result, the robot can not be visualized correctly but we can still see the correct base and end effector motion. Maybe you can try @thvhauwe 's solution. @Veverest
Hey I had the same Problem. Thanks for the "fix" now at least its installed and semi-running. If anyone has updates, they are much appreciated.
Hello,
I tried to install this package on ubuntu 2004. I tried package management tools, but apt only contains
ros-noetic-xpp-msgs
,ros-noetic-xpp-states
andros-noetic-xpp-states-dbgsym
. When I try to build from source, error occured asIt seems in ros noetic,
robot_publisher->publishFixedTransforms
androbot_publisher->publishTransforms
have different defination with previous ros distro. I finally fixed this problem by simply changing those two lines mentioned in the error messages. But this change breaks the TF relationship and results in incorrect display in rviz for links.